Suggestion...
Modify it so that "Your Bulletin Board > Top List" links are at the top? That way users can click that instead of keep clicking "Back" to get back to the forum.
In Template toplist_menu
Before this:
Quote:
<normalfont><a href=toplist.php?s=$session[sessionhash]>Toplist</a> | <a href=toplist.php?s=$session[sessionhash]&action=add>Add Site</a> | <a href=toplist.php?s=$session[sessionhash]&action=edit>Edit Site</a></normalfont>
|
Add this:
Quote:
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" valign="top">
<img src="{ imagesfolder}/vb_bullet.gif" border="0" align="absmiddle"><normalfont><b><a href="index.php?s=$session[sessionhash]">$bbtitle</a> > Top Sites</normalfont></b>
</td>
</tr>
</table>
|
Remove the space between { and imagesfolder.