
01-28-2009, 03:22 AM
|
 |
|
|
Join Date: Nov 2008
Location: 070108111114105100100
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Lynne
Very strange. I'm not sure why it wouldn't take it. I got it to work by combining it with the <if> statement around it also like this:
HTML Code:
<if condition="$post['joindate'] AND $post[userid] != '1'"><div>$vbphrase[join_date]: $post[joindate]</div><else />
<div>$vbphrase[join_date]: Jan. 1, 1320 </div></if>
|
That worked!
Thank you...
|