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)
 Forum code in titles
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mortioli
Average Member

United Kingdom
898 Posts

Posted - 14 December 2003 :  17:06:09  Show Profile  Visit mortioli's Homepage  Send mortioli an AOL message  Send mortioli a Yahoo! Message
Hiya!

Someone provided me with the code to allow Forum Code in titles (when edited through their profile), but I've noticed that it doesn't work when the code is put into the Ranking Config page.

Does anyone know how this can be fixed, please?

Thanks!

Oli

cripto9t
Average Member

USA
881 Posts

Posted - 15 December 2003 :  09:31:13  Show Profile
I finally got this and it was so d%#* simple I want to kick myself.
Use html in the member profile edits and "admin config. ranks". It doesn't matter if html is turned on or off.
Change the word "display" (or whatever word is there) to "decode".
There are 3 places I marked in red below.


members.asp line 432 (so it displays right in members page)

Response.Write	ChkString(Members_MemberName,"display") & "</a></span></font></td>" & vbNewLine & _
				"                <td bgcolor=""" & CColor & """ align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """>" & ChkString(getMember_Level(Members_MemberTitle, Members_MemberLevel, Members_MemberPosts),"decode") & "</font></td>" & vbNewLine & _
				"                <td bgcolor=""" & CColor & """ align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """>"
		



topic.asp line 588 (for replies)


if strShowRank = 1 or strShowRank = 3 then
				Response.Write	"                <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>" & ChkString(getMember_Level(Reply_MemberTitle, Reply_MemberLevel, Reply_MemberPosts),"decode") & "</small></font><br />" & vbNewLine
			end if


line 797 (for thread starter)


if strShowRank = 1 or strShowRank = 3 then
 		Response.Write	"                <font color=""" & strForumFontColor & """ face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """><small>" & ChkString(getMember_Level(Member_Title, Member_Level, Member_Posts),"decode") & "</small></font><br />" & vbNewLine
	end if

    _-/Cripto9t\-_

Edited by - cripto9t on 15 December 2003 09:32:43
Go to Top of Page

mortioli
Average Member

United Kingdom
898 Posts

Posted - 15 December 2003 :  12:07:55  Show Profile  Visit mortioli's Homepage  Send mortioli an AOL message  Send mortioli a Yahoo! Message
Cheers

Just found the answer that I got last time to see if it was any different (don't know if it would interest you)...

http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=43456&SearchTerms=forum,code,title

I'll give it a go! Thanks
Go to Top of Page

mortioli
Average Member

United Kingdom
898 Posts

Posted - 15 December 2003 :  12:17:59  Show Profile  Visit mortioli's Homepage  Send mortioli an AOL message  Send mortioli a Yahoo! Message
Is there anyway of making titles show forum code correctly etc, without editing every file which shows members titles? Eg, pm_view.asp etc etc?

This would make it easier in the long run...because of Mods etc
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.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07