Project:Insert View
Version:5.x-1.0
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (works as designed)

Issue Summary

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

#1

Status:active» closed (works as designed)

closing 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.

nobody click here