I would like my Guest Notice not to appear on ForumHome and Threadview. What would be the conditional to use to prevent some code to appear on ForumHome and Threadview?
Announcement
Collapse
No announcement yet.
Conditional needed for ForumHome and Threadview
Collapse
X
-
Mistake... Sorry... I meant ForumHome & ForumDisplay (not ThreadView)Last edited by Marvin Hlavac; Thu 16 Jul '09, 1:05pm.
-
You can wrap a condition around it:
HTML Code:<if condition="THIS_SCRIPT != 'index' AND THIS_SCRIPT != 'forumdisplay'"> guest notice </if>
Please don't PM or VM me for support - I only help out in the threads.
vBulletin Manual & vBulletin 4.0 Code Documentation (API)
Want help modifying your vbulletin forum? Head on over to vbulletin.org
If I post CSS and you don't know where it goes, throw it into the additional.css template.
W3Schools <- awesome site for html/css help
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment