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 / Previous versions
 changing forum id style
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

realnus
New Member

Turkey
77 Posts

Posted - 02 February 2005 :  22:23:36  Show Profile
hi I have snitz forums installed 3.4.0.4 ...
We know that category id name is being bold .But forum id is not displayed bold and there is not a choise in admin pane for this. So where are the codes that I must edit to do this ?
I have tried to make Forum id bold by using tags [b] [b/] .I hasnt worked even they are visible (I mean the tags [b] [b/] )

Thanks ...

Bassman
Junior Member

Netherlands
256 Posts

Posted - 03 February 2005 :  02:50:02  Show Profile  Visit Bassman's Homepage
in the code it's < B > < / B > No spaces
Go to Top of Page

realnus
New Member

Turkey
77 Posts

Posted - 03 February 2005 :  15:30:49  Show Profile
it doesn't work Bassman . I had written wrong in my first post (instead of [ b ][ b / ] (No spaces) I had to write [ b ][ / b ] (No spaces) ) I have tried it with editing id with <B>FORUM ID TEXT</B> but hasn't worked .
I think I must edit snitz codes with html tags for bold. Where are the codes of Forum Id?

Edited by - realnus on 03 February 2005 15:32:17
Go to Top of Page

Bassman
Junior Member

Netherlands
256 Posts

Posted - 03 February 2005 :  16:54:28  Show Profile  Visit Bassman's Homepage
In forum.asp around line 533 you will find this code:


Response.Write	"</a></td>" & vbNewLine & _
				"                <td bgcolor=""" & strForumCellColor & """ valign=""middle"" align=""left"">" & vbNewLine & _
				"                <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """>"



here you can edit the font color ore style (if the admin options are not at your satisfaction)..look at red text:


Response.Write	"</a></td>" & vbNewLine & _
				"                <td bgcolor=""" & strForumCellColor & """ valign=""middle"" align=""left"">" & vbNewLine & _
				"                <B><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """></B>"


Note that there are 4 more places in forum.asp that needs this edit, and that not every letter type will do this bold. Hope it will give you a start.
Go to Top of Page

realnus
New Member

Turkey
77 Posts

Posted - 10 February 2005 :  07:49:44  Show Profile
Hi , infact I wanted to make the Forum_ID links bold but Bassman had given the way of making TOPIC_ID bold. Of course the logic is the same .By Bassman's way you can make TOPIC_ID links bold.And If you want to make FORUM_ID links bold follow the way below ;
In default.asp about line : 516 find thoose lines and add the red bold codes...

Response.Write " bgcolor=""" & strForumCellColor & """ valign=""top"">" & _
" <b> <font face=""" & strDefaultFontFace & """ color=""" & strForumFontColor & """ size=""" & strDefaultFontSize & """><span class=""spnMessageText""><a href="""
if ForumFType = 0 then
Response.Write "forum.asp?FORUM_ID=" & ForumID
else
Response.Write ForumURL & """ target=""_blank"
end if
Response.Write """>" & chkString(ForumSubject,"display") & "</a><br />" & _
"<font size=""" & strFooterFontSize & """> </b>" & _
formatStr(ForumDescription) & _
"</font></span></font></td>" & vbNewline

Edited by - realnus on 10 February 2005 07:51:26
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.1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07