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)
 Quick MOD: Add Forum and Topic to Title
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

DraX3D
Starting Member

4 Posts

Posted - 05 June 2001 :  01:47:04  Show Profile  Visit DraX3D's Homepage  Send DraX3D an AOL message
I haven't read enough of this forum to know if anyone already posted this, but I make use of it myself and it's pretty useful, IMO. Just thought I'd share for anyone who was wondering how to do this.

Just Replace (Line 76 on inc_top.asp)
Response.Write	"<html>" & vbcrlf & vbcrlf & _
"<head>" & vbcrlf & _
"<title>" & strForumTitle & "</title>" & vbcrlf & vbcrlf


With this:

Response.Write	"<html>" & vbcrlf & vbcrlf & _
"<head>" & vbcrlf & _
"<title>" & strForumTitle

If Request.QueryString("Forum_Title") <> "" Then
Response.Write ": " & Request.QueryString("Forum_Title")
End If
If Request.QueryString("Topic_Title") <> "" Then
Response.Write ": " & Request.QueryString("Topic_Title")
End If
Response.Write "</title>" & vbcrlf & vbcrlf


Now the
<TITLE>
tag of any forum you're in will show what Forum and Topic you're in!



Edited by - DraX3D on 08 June 2001 14:37:46

semifamous
Starting Member

USA
44 Posts

Posted - 05 June 2001 :  11:38:47  Show Profile  Visit semifamous's Homepage  Send semifamous an ICQ Message
This one has other titles of other areas as well: http://forum.snitz.com/forum/link.asp?TOPIC_ID=8064

It will show the title of some popular mods (like events, private messages, active users, etc.) Same idea, expanded farther.
Go to Top of Page

Ez4arab
Junior Member

479 Posts

Posted - 07 June 2001 :  17:50:17  Show Profile  Visit Ez4arab's Homepage
I think the page need to replace the code is inc_top.asp line 72
not the page that you mention

Go to Top of Page

Ez4arab
Junior Member

479 Posts

Posted - 07 June 2001 :  17:51:24  Show Profile  Visit Ez4arab's Homepage
I think the page need to replace the code is inc_top.asp line 76
not the page that you mention

Go to Top of Page

DraX3D
Starting Member

4 Posts

Posted - 08 June 2001 :  14:32:27  Show Profile  Visit DraX3D's Homepage  Send DraX3D an AOL message
Whoops, you're right... it was inc_top.asp (doh!)

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