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']">