Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Active Topics Bar
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Dan Martin
Average Member

USA
528 Posts

Posted - 30 April 2002 :  00:04:28  Show Profile  Visit Dan Martin's Homepage  Send Dan Martin an AOL message  Send Dan Martin an ICQ Message  Send Dan Martin a Yahoo! Message
This came at the request of my users. They asked for an Active Topics link near the bottom of every page. This is what I came up with. It's quite simple and not a major impact, but for whatever reason, my avid users love it.

It turns that bar at the bottom of every page into a quick way to get to Active Topics. Particularly helpful after you get done reading a long thread.

For an example, see http://www.councilofgrey.com/forum/ (### Edited - Server is up and running again)

At the very top of inc_footer.asp change this:

<table width=100% border=0 bgcolor="<% =strPageBGColor %>" cellpadding="0" cellspacing = "4">
<tr bgcolor="<% =strPageBGColor %>">
<td bgcolor="<% =strPageBGColor %>">
<table border=0 width="100%" align="center" cellpadding="4" cellspacing="0">
<tr>
<td bgcolor="<% =strForumCellColor %>" align=left valign=top nowrap><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
<p align=left><% =strForumTitle %></p>
</font></td>
<td bgcolor="<% =strForumCellColor %>" align=right valign=top nowrap><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">
<p align=right><% =strCopyright %></p>
</font></td>
<td bgcolor="<% =strForumCellColor %>" width=10 nowrap><a href="#top"><img src="icon_go_up.gif" height=15 width=15 border="0" align="right" alt="Go To Top Of Page"></a></font></td>
</tr>
</table>
</td>
</tr>
</table>

To this: (a straight copy and paste should do fine)

<table width=100% border=0 bgcolor="<% =strPageBGColor %>" cellpadding="0" cellspacing = "4">
<tr bgcolor="<% =strPageBGColor %>">
<td bgcolor="<% =strPageBGColor %>">
<table border=0 width="100%" align="center" cellpadding="4" cellspacing="0">
<tr bgcolor="<% =strForumCellColor %>" onMouseOver="this.style.backgroundColor='#AAAAAA'; this.style.cursor='hand';" onMouseOut="this.style.backgroundColor='<% =strForumCellColor %>';" onclick="window.location.href='active.asp'"> '#### Modified for Active Topics Bar MOD
<td align=left valign=top nowrap><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">'#### Modified for Active Topics Bar MOD

<p align=left><% =strForumTitle %></p>
</font></td>
<td width=100% align=center valign=top nowrap><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">'#### Added for Active Topics Bar MOD
<p align=center><b>Click for Active Topics</b></p>'#### Added for Active Topics Bar MOD
</font></td>'#### Added for Active Topics Bar MOD
<td align=right valign=top nowrap><font face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>">'#### Modified for Active Topics Bar MOD

<p align=right><% =strCopyright %></p>
</font></td>
<td width=10 nowrap><a href="#top"><img src="icon_go_up.gif" height=15 width=15 border="0" align="right" alt="Go To Top Of Page"></a></font></td>'#### Modified for Active Topics Bar MOD
</tr>
</table>
</td>
</tr>
</table>


I haven't tested this on anything but 3.3, but I suspect it should work in almost any version. Let me know how it turns out if you try it.

-Dan

Edited by - Dan Martin on 30 April 2002 18:22:02

Nathan
Help Moderator

USA
7664 Posts

Posted - 30 April 2002 :  01:26:07  Show Profile  Visit Nathan's Homepage
What kind of server is that on? I'm getting a 500.13 error "Server too busy"

Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page

Dan Martin
Average Member

USA
528 Posts

Posted - 30 April 2002 :  11:01:31  Show Profile  Visit Dan Martin's Homepage  Send Dan Martin an AOL message  Send Dan Martin an ICQ Message  Send Dan Martin a Yahoo! Message
As I said:
quote:
(this server is currently down for some reason, that's why I have time to post this - but will probably be up tomorrow)


It is back up today.

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07