I designed a VB theme for my forum www.decentdiscussions.com myself. It was my first experience designing a VB theme and unknowingly I missed placing the two links "View Forum Leaders" and "Mark Forums Read" that appear on the footer of the homepage Is there any way that I can add it now? Please guide me. Thanks
It should be as simple as looking for the location on the default skin and then finding a comparable place for it in your own skin.
edit template forum home, find: $forumbits <tbody> after that add <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>