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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 All forums > help group for snitz forums
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Doomish
Starting Member

20 Posts

Posted - 14 December 2004 :  11:47:44  Show Profile
hi, i'm sorry i dont know what they are called, but underneath the snitz logo you will see where you are, i wanna change this layout to a 1 liner instead of the open icons folder, can somone guide me to which file i should head? i am running the latest snitz

this is what i am after
All forums >> Help Groups for Snitz Forums 2000 Users >> Help: General / Current Version (v3.4.xx)

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 14 December 2004 :  12:01:14  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
You have to modify the code on each page that uses this structure (which is about every page in the forum...). This is an example of the code in question in faq.asp :
Response.Write	"      <table width=""100%"" border=""0"">" & vbNewLine & _
		"        <tr>" & vbNewLine & _
		"          <td><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & getCurrentIcon(strIconFolderOpen,"","") & " <a href=""default.asp"">All Forums</a><br />" & vbNewLine & _
		"          " & getCurrentIcon(strIconBar,"","") & getCurrentIcon(strIconFolderOpen,"","") & " Frequently Asked Questions</font></td>" & vbNewLine & _
		"        </tr>" & vbNewLine & _
		"      </table>" & vbNewLine & _
This code should be the first Response.Write line in every file, as it is always what comes first on a page, under the header. If you're having problems finding the lines of code, use your text editor to do a search for 'strIconBar'. You can modify it this way to get it on one line:
Response.Write "<a href=""default.asp"">All Forums</a>" & vbNewline & _
               " > current page name "
(Change it to this, delete the rest)

eXtremeGossip

Edited by - Jorrit787 on 14 December 2004 12:05:12
Go to Top of Page

Doomish
Starting Member

20 Posts

Posted - 14 December 2004 :  12:18:46  Show Profile
oh man,i was thinking in my head that it will be in inc_header
Thanks Jorrit
Go to Top of Page

Doomish
Starting Member

20 Posts

Posted - 14 December 2004 :  12:21:18  Show Profile
actually, do you recommend a dirty find and replace in edit plus ?
Go to Top of Page

Jorrit787
Average Member

Netherlands
681 Posts

Posted - 14 December 2004 :  12:40:52  Show Profile  Visit Jorrit787's Homepage  Send Jorrit787 an AOL message  Send Jorrit787 a Yahoo! Message
I'm not sure what you're talking about You mean do a search in all forum files and replace all the text the search function finds? If that's what you're talking about, I would definetely NOT recommend it - The line of text to be displayed varies, depending on the page you are on, so you can not make a global change to all files.

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