Quote:
Originally Posted by nyunyu
Ok, on my forum, guests can see the thread and everything.
How can I make if using this edit, I want them apart from being shown CPAlead on forumdisplay, also being shown when they view the thread? (since they can see the thread from forumhome, they just can click on it and this edit don't render there).
Please advice.
|
TO pace it on threads within a specific forum use the following code.
Add in SHOWTHREAD template below the <head> tag. replace the xx with forum id
Code:
<vb:if condition="in_array($thread['forumid'], array(xx))">
CPAlead code....
</vb:if>