Hi all,
Looking for some conditionals that correspond to the navbar template.
Example If I am on showthread page, I would like to call the title of thread (first post) in the navbar.
Something like this
Code:
<vb:if condition="THIS_SCRIPT == 'showthread'">
{raw thread.info[post]}
</vb:if>
Not sure what variable is used for navbar?
Or if it needs a plugin?
Thanks
Mick