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/O Code)
 Removing Columns
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Mark M
New Member

Australia
98 Posts

Posted - 25 August 2003 :  01:55:11  Show Profile  Visit Mark M's Homepage
Anybody got any ideas on this?

Most of our forums will be locked knowledgebases, so how can I remove (or hide) the Author and Replies columns from the lists of topics screens?

Edited by - Mark M on 29 August 2003 00:09:47

UGBC
Junior Member

143 Posts

Posted - 29 August 2003 :  02:47:55  Show Profile
Go into forum.asp and look through the code for where it is displayed, comment out those columns and cross your fingers that you don't mess other things up lol.

I'm using a fairly heavily modified forum so my line numbers may be different from yours, but check these ares:
Line 433 and 434
		"                <td align=""center"" bgcolor=""" & strHeadCellColor & """><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """>Author</font></b></td>" & vbNewLine & _
		"                <td align=""center"" bgcolor=""" & strHeadCellColor & """><b><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """>Replies</font></b></td>" & vbNewLine & _


Line 582 and 583:

				"                <td valign=""middle"" align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """><span class=""spnMessageText"">" & profileLink(chkString(Topic_MName,"display"),Topic_Author) & "</span></font></td>" & vbNewLine & _
				"                <td valign=""middle"" align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """>" & Topic_Replies & "</font></td>" & vbNewLine & _


You could get rid of last author and other stuff in a similar way, just look through the code, if you aren't very experienced with asp, get araneae (google search for it) it's a freeware text editor that works excellently, and to a find for the code that I pasted then add a ' mark before the line and save it and upload and you should be set.

ALSO VERY IMPORTANT, BACKUP BACKUP BACKUP its very easy to mess up one of these files, and sometimes not very easy to track the changes you made.

Good Luck
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.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07