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)
 Show all Categories - tiny mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Webbo
Average Member

United Kingdom
982 Posts

Posted - 03 December 2002 :  07:25:55  Show Profile  Visit Webbo's Homepage
Hi,

If like me you get a few visitors who report having 'lost' the rest of the categories because they don't know how to 'Show all Categories' using the in the forum header then:


In Default.asp Lines 305-309

Find:


if Cat_ID <> "" then
Response.Write "<a href=""default.asp"">" & getCurrentIcon(strIconFolder,"Show All Categories","hspace=""0""") & "</a>"
else
Response.Write " "
end if


And Change to:


if Cat_ID <> "" then
Response.Write "<a href=""default.asp"" title=""Show all Forums"" ><img src=""icon_plus.gif"" border=""none""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """ >All</a>"
else
Response.Write " "
end if


Just makes life a little easier

Dave

Edited by - Webbo on 03 December 2002 07:26:22

havvoc
New Member

92 Posts

Posted - 03 December 2002 :  23:20:24  Show Profile
I just wanted to say thanks!
Shared knowledge benifits us all,
while selfish knowledge hinders progress.
Go to Top of Page

irondribbles
New Member

61 Posts

Posted - 04 December 2002 :  02:23:30  Show Profile
Good lookin out
Go to Top of Page

Webbo
Average Member

United Kingdom
982 Posts

Posted - 04 December 2002 :  04:04:41  Show Profile  Visit Webbo's Homepage
...just putting a little back in to Snitz where I can

Dave
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.43 seconds. Powered By: Snitz Forums 2000 Version 3.4.07