The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Display custom header messages based on post count?
I'm looking for a hack of sorts, that can display a "Welcome header" like post..but only for users with x number of posts and lower.
What I want to do is for everyone with say, 10 posts and under, have a message that will be near the header, reminding the user to do something, and once they have reached 10 posts the message will go away. Is this possible? Thanks! |
#2
|
|||
|
|||
That's simple enough...
In your header template add the following code at the very end: Code:
<if condition="$bbuserinfo[posts]<10"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="alt1"> Type your message contents here. </td> </tr> </table> </if> |
#3
|
||||
|
||||
Awesome. Thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|