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)
 Small change to add archived description
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

James
Average Member

USA
539 Posts

Posted - 16 October 2002 :  00:09:52  Show Profile  Visit James's Homepage
The following is a small change to display the archived icon and it's
description at the bottom of your default and/or forums page.

The default page will look something like:




And the Forum page will look something like:



I did this because some users do not know what the icon
means. The forums addition was done because I have links into
my site through archived topics (the archived topic is the first
thing some see) and having the icon description at the
bottom lets them know they are viewing a archived topic.

To add the change for default.asp

Around line 581, Find the code that reads:


		"                " & getCurrentIcon(strIconFolder,"Old Posts","align=""absmiddle""") & " No new posts since the last visit.<br /></font></td>" & vbNewline & _


and change it to read:


		"                " & getCurrentIcon(strIconFolder,"Old Posts","align=""absmiddle""") & " No new posts since the last visit.<br />" & vbNewline & _
		"                " & getCurrentIcon(strIconFolderArchived,"   Archived Topics","align=""absmiddle""") & " Archived topics and replies.<br /></font></td>" & vbNewline & _



To add the change for forum.asp

Around line 664, find the line that reads:

Response.Write	"                " & getCurrentIcon(strIconFolderLocked,"Locked Topic","align=""absmiddle""") & " Locked topic.<br />" & vbNewLine


and change it to read:

Response.Write	"                " & getCurrentIcon(strIconFolderLocked,"Locked Topic","align=""absmiddle""") & " Locked topic.   " & getCurrentIcon(strIconFolderArchived,"   Archived Topic","align=""absmiddle""") & " Archived Topic.<br />" & vbNewLine


*Interested in Radio Control*
*The RC Web Board - http://www.rcwebboard.com/*
  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.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07