Quote:
Originally Posted by Opserty
I think if you click on [Show Default] in the Template editor in the AdminCP it should show the original template without the modifications, you might be able to copy it from there. If not then you could just create an unmodified style and copy it from there.
Alternatively you could click on the [View History] link in the template editor and compare the different versions. Slightly more complicated but easier if you know what your doing.
|
ok that notices thing is fixed. but please can you help me with that forum leaders and mark forum read thing??? please. i'm really stuck there.
here is code block of my forumhome template in which i think problem exist, please tell me corrections in to it :
Code:
$forumbits
<tbody>
<tr>
<td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else
/>5</if>"><div class="smallfont"><strong>
<a href="forumdisplay.php?$session[sessionurl]do=markread"
rel="nofollow">$vbphrase[mark_forums_read]</a>
<if condition="$vboptions['forumleaders']">
<a href="showgroups.php$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a></if>
</strong></div></td>
</tr>
</tbody>
</table>