I have been working on this with Jake on Vb.com but it wont work can anybody help .. I am using tthe statemet below but it is not working
PHP Code:
<td class="alt1"><if condition="is_member_of($bbuserinfo, 1,2,3,4 )">Private<else />$forum[threadcount]</if></td>
PHP Code:
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
<td class="alt1"><if condition="is_member_of($bbuserinfo, 1,2,3,4 )">Private<else />$forum[threadcount]</if></td>
<td class="alt2">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
Can anybody help me with this . Please
Ok .. I figured it out
I needed to edit the
forumhome_forumbit_level1_post
forumhome_forumbit_level2_post
Thanks