
Originally Posted by
DueceGoose
Is there any other way to fix the issues regarding the "Mark Forum Read, View Forum Leaders"?
I have updated this .xml twice already, and every time it erases my profile editor, mp3 player.
Can you provide me with the html code to put into my footer to add this feature?
Thanks so much.

Originally Posted by
DueceGoose
I take that as a no.

Is it really that hard to use one of the many free comparing utilities and see what is different from your skin and my last update?
You could even install the update as new and simply copy over the what's going on part from the forumhome template....
anyhow in forumhome you should have something like:
Code:
$template_hook[forumhome_wgo_pos5]
</table>
<br />
<!-- end what's going on box -->
$forumhome_markread_script
change it to:
Code:
<tbody>
<tr>
<td class="tcat" 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]" rel="nofollow">$vbphrase[view_forum_leaders]</a></if>
</strong></div></td>
</tr>
</tbody>
$template_hook[forumhome_wgo_pos5]
</table>
<br />
<!-- end what's going on box -->
$forumhome_markread_script