Quote:
Originally Posted by dismas
As I recall, you're fascinated by the number 1320...
So, you could fake your joindate. Try something like:
Code:
<if conditon="$whatever[userid] != '1'">
The line that $whatever[joindate] is on
<else>Join date: Jan. 1, 1320
</if>
My 'else' code may be slightly off but I'm sure Lynne can correct me if need be.
|
lol thanks. I will try this now.
1320 = How many feet are in a quarter mile.
--------------- Added [DATE]1233106458[/DATE] at [TIME]1233106458[/TIME] ---------------
Is this correct?
PHP Code:
<if conditon="$post[userid] != '1'">
<div>$vbphrase[join_date]: $post[joindate]</div>
<else>Join date: Jan. 1, 1320
</if>
Im getting an error -
The following error occurred when attempting to evaluate this template:
The conditional on line 50 appears to be missing its beginning tag (<if>). This may cause unexpected behavior.
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.