The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Please help write the correct code for this basic if conditional in plugin/php file, i want to wrap a plugin with this if statement so not showing for guest
<if condition="$show['member']"> also <if condition="$bbuserinfo['userid'] == 0"> thank you before |
|
#2
|
||||
|
||||
|
How about just:
PHP Code:
PHP Code:
|
![]() |
|
|