Quote:
Originally Posted by Lynne
Put a condition around all those instances of the join date:
HTML Code:
<if conditon="$whatever[userid] != '1'">
The line that $whatever[joindate] is on
</if>
I say $whatever, cuz if it is $post[joindate], then you want to put $post[userid]. If $prepared[joindate], then $prepared[userid], etc.
It's going to be a bit of effort just to hide a joindate. Why not just set it to whatever you want in the usercp?
|
it doesnt go back far enough, lol.
--------------- Added [DATE]1233104370[/DATE] at [TIME]1233104370[/TIME] ---------------
Thank you for your help.
--------------- Added [DATE]1233104773[/DATE] at [TIME]1233104773[/TIME] ---------------
ok so i searched for joindate and this is what i got -
PHP Code:
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
This is in postbit and postbit legacy.
What would i need to do to that code?