The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Template conditional based on registration date?
I'd like to add a template conditional that would be based on how long ago a member registered. Basically, if they registered more than 2 months ago - show something unique.
Yet I can't wrap my head around how to implement this. Any suggestions? All help would be greatly appreciated. Thanks, James |
#2
|
|||
|
|||
It's a bit hacky in vBulletin 3;
HTML Code:
<if condition="$timenow=TIMENOW AND $bbuserinfo[joindate] > 0"> <if condition="$timenow - $bbuserinfo[joindate] > 5256000"> registered for at least 2 months </if> </if> |
2 благодарности(ей) от: | ||
bridge2heyday, MarkFL |
#3
|
|||
|
|||
Thanks Dave.
I didn't know we were allowed to use variables like TIMENOW in templates. Nor did I know we could assign new variable in templates. I'll test it out. Thanks for your help. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|