![]() |
Anyone happen to know the condition (for mod/supers) that IF can view user profile?
|
Do you mean this:
HTML Code:
<vb:if condition="can_moderate()">Show this to all moderators</vb:if> |
hello sir i need to hide Adsense from 5 or 7 forums can you give me the code of hiding from several forums
--------------- Added [DATE]1457256110[/DATE] at [TIME]1457256110[/TIME] --------------- Quote:
|
For multiple forums use this:
HTML Code:
<if condition="!in_array($GLOBALS[forumid], array(1,2,3,4,5...))> |
Quote:
Code:
<vb:if condition="!in_array($GLOBALS['forumid'], array(1,2,3...))> |
Quote:
Code:
<vb:if condition="!in_array($GLOBALS['forumid'], array(1,2,3))> |
Quote:
|
You need to close the condition with a double quote:
HTML Code:
<vb:if condition="!in_array($GLOBALS['forumid'], array(1,2,3))"> |
Quote:
Edit: That worked, thanks Mark! |
I want to show image with link only in specific language and not to show in specific script.
This is my code: (works only with language) I see image in register.php Code:
<vb:if condition="$bbuserinfo[languageid] == 2"> |
All times are GMT. The time now is 03:54 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|