PDA


View Full Version : conditional for entries owner


Lionel
08-15-2007, 07:21 PM
I've created a template module with first time usage instructions. I would like to display on index page only to those who have no entries. What would the conditional be?

<if condition="vbulletin->userinfo[username] does not have any folder">
display intructions
</if>

Brian
08-16-2007, 12:35 PM
There's not a conditional that could really be used on the index page, so you would probably need to create a PHP file module to run a query and see if the user has any entries.