Closed (works as designed)
Project:
Insert View
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2009 at 17:28 UTC
Updated:
13 Jul 2011 at 18:29 UTC
Hi there,
I don't get how can I get the arguments to work.
I'm trying to get a list from the taxonomy_term view
If I use [view:taxonomy_term==45] I get the list of terms belonging to the TID 45, that is fine but what do I use if instead of a specific TID I want a dynamic TID?
What tag should I use?
Can this work with tokens?
I also noticed it won't recognize the alias, is that expected?
Thanks
Comments
Comment #1
pasqualleclosing all D5 issues
use php for dynamic things.
print insert_view(taxonomy_term, 'block_1', $my_tid);or views_embed_view()
yes, aliases are not recognizes. views argument uses the system path.