PDA

View Full Version : 0 Post Conditional?


auveeb
03-28-2005, 09:07 PM
I would like to display a message to users with 0 posts in the 'header' template. What is the conditional that I should insert into my 'header' template?

-Auvee B.

hate
03-28-2005, 09:11 PM
In your header template add

<if condition="$bbuserinfo[posts]==0"> CODE YOU WANT TO SHOW</if>
Just put that where you want it to show in header.

auveeb
03-28-2005, 09:14 PM
Thank you, hate.

-Auvee B.