MarkyLeonard
01-19-2005, 10:00 PM
Couldn't see this elsewhere, dead easy :
Edit template "forumhome_logoutcode" :
Find
<a href="showgroups.php?s=$session[sessionhash]">Forum Leaders</a>
Immediately after it put
| <a href="online.php?s=$session[sessionhash]">View Who's Online</a>
Make sure you include the space before the pipe | and don't put any line breaks in. IE the finished code will look like this :
<smallfont><a href="member.php?s=$session[sessionhash]&action=logout">Log Out</a> | <a href="member.php?s=$session[sessionhash]&action=markread">Mark All Forums Read</a> | <a href="showgroups.php?s=$session[sessionhash]">Forum Leaders</a> | <a href="online.php?s=$session[sessionhash]">View Who's Online</a></smallfont>
Save... that's it. Probably self explanatory to most, but I was looking for a while before I sussed it.
Edit template "forumhome_logoutcode" :
Find
<a href="showgroups.php?s=$session[sessionhash]">Forum Leaders</a>
Immediately after it put
| <a href="online.php?s=$session[sessionhash]">View Who's Online</a>
Make sure you include the space before the pipe | and don't put any line breaks in. IE the finished code will look like this :
<smallfont><a href="member.php?s=$session[sessionhash]&action=logout">Log Out</a> | <a href="member.php?s=$session[sessionhash]&action=markread">Mark All Forums Read</a> | <a href="showgroups.php?s=$session[sessionhash]">Forum Leaders</a> | <a href="online.php?s=$session[sessionhash]">View Who's Online</a></smallfont>
Save... that's it. Probably self explanatory to most, but I was looking for a while before I sussed it.