vb.org Archive
>
vBulletin 3 Discussion
>
vB3 General Discussions
> simple question
PDA
View Full Version :
simple question
ChU v2
02-16-2008, 03:11 PM
I need an if statement like this:
If user has 0 posts then this will happen...
Opserty
02-16-2008, 05:15 PM
PHP or template?
if(!$vbulletin->userinfo['posts'])
// OR
<if condition="!$vbulletin->userinfo['posts']">
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.