Quote:
Originally Posted by Pitman
Seems to work fine when looking at the specific forum id, but is there any way to pull the nodeid or forumid in the header template when viewing a thread/post within a certain forum?
|
As you wrote they are always inside. But you have to check if empty or not. Like line 31
Code:
<vb:if condition="!empty($page['nodeid']) AND !empty($page['channelid'])">
Or do you mean how you get (in your example the "3") the list of nodeid's or channelid's to compare with? How do you want do manage this values? In admincp, as a value in settings/options? As a channel setting? As a fixed list? What is the 'dynamic content'?
Your post is too unspecific.
(for me)