The template that I am editing is
SHOWTHREAD
and I'm using this condition ...
Code:
<if condition="$totalthreads =1 AND $threadinfo['postuserid'] == $bbuserinfo['userid']">
for the second part
Code:
$threadinfo['postuserid'] == $bbuserinfo['userid']
this is working ..
but the first part .. where I want to show the specific text if there are no replies in the members thread ..
the first part is wrong .. can u help?
Best regards
--------------- Added [DATE]1289044278[/DATE] at [TIME]1289044278[/TIME] ---------------
Even I tried to use this
Code:
<if condition="$threadinfo['postcount'] = 1 AND $threadinfo['postuserid'] == $bbuserinfo['userid']">
it is not working ..!