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)
 Topic Titles in Bold
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Alex123
Junior Member

Greece
237 Posts

Posted - 12 October 2002 :  13:11:01  Show Profile
Hi,

I would like to change the fonts, from the topic titles, to bold. Can someone help me with this?

Thank you

Regards
Alex

Edited by - ruirib on 12 October 2002 22:53:36

GauravBhabu
Advanced Member

4288 Posts

Posted - 12 October 2002 :  13:27:43  Show Profile
File topic.asp
Find the following statments (Lines 428-432)
if Request.QueryString("SearchTerms") <> "" then
	Response.Write	SearchHiLite(ChkString(Topic_Subject,"title"))
else
	Response.Write	ChkString(Topic_Subject,"title")
end if



Modify as below
if Request.QueryString("SearchTerms") <> "" then
	Response.Write	SearchHiLite(ChkString(Topic_Subject,"title"))
else
	Response.Write	("<STRONG>" & ChkString(Topic_Subject,"title") & "</STRONG>")
end if
Go to Top of Page

Alex123
Junior Member

Greece
237 Posts

Posted - 12 October 2002 :  14:36:28  Show Profile
Thank you GauravBhabu for your reply,

The change did work for topic.asp, but it still shows the same when I view the "topic subject lines" in "forum.asp", could you please help me with that change also ?

Thanks again in advance
Regards
Alex
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 12 October 2002 :  14:48:53  Show Profile
File forum.asp
Find the following statments (Lines 531-532)

if Topic_Sticky and strStickyTopic = "1" then Response.Write("Sticky:  ")
Response.Write	"<span class=""spnMessageText""><a href=""topic.asp?" & ArchiveLink & "TOPIC_ID=" & Topic_ID & """>" & ChkString(Topic_Subject,"title") & "</a></span> </font>" & vbNewLine

Modify as below
if Topic_Sticky and strStickyTopic = "1" then Response.Write("Sticky:  ")
Response.Write	"<span class=""spnMessageText""><a href=""topic.asp?" & ArchiveLink & "TOPIC_ID=" & Topic_ID & """><STRONG>" & ChkString(Topic_Subject,"title") & "</STRONG></a></span> </font>" & vbNewLine
Go to Top of Page

Alex123
Junior Member

Greece
237 Posts

Posted - 12 October 2002 :  21:17:15  Show Profile
Thank you very much again, That's exactly what I wanted

Regards
Alex
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 12 October 2002 :  21:32:04  Show Profile
You are welcome
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.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07