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)
 Forum Code Additions (First release)
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Ryan
Average Member

USA
858 Posts

Posted - 21 February 2004 :  22:19:59  Show Profile  Visit Ryan's Homepage
Adds a couple more options for users. Now they can add such things as [link color=red]The Poultry Link[/link color=red] and get a red link. I think there is a way to do this because I have seen some forum members on here do it but I dont know how so I just added this to this release, makes it easy.
Open your inc_func_common.asp file and find this line:
			fString = doCode(fString, "[ limegreen]", "[/ limegreen]", "<font color=""limegreen"">", "</font id=""limegreen"">")
NOTE: I put a space between the [ and limegreen and a space between the [/ and limegreen in the above code so you could see it. When searching for the line make sure you delete the spaces. I did this so that this forum does not change it to ", "
Add this:
'## Forum Code Additions (MOD by Ryan, http://www.ryans-site.com)
	'# Marquee Scroll
			fString = doCode(fString, "[marquee]", "[/marquee]", "<marquee loop=""infinite"">", "</marquee>")

	'# Change Link Color
			fString = doCode(fString, "[link color=red]", "[/link color=red]", "<font color=""red"">", "</font id=""red"">")
			fString = doCode(fString, "[link color=green]", "[/link color=green]", "<font color=""green"">", "</font id=""green"">")
			fString = doCode(fString, "[link color=blue]", "[/link color=blue]", "<font color=""blue"">", "</font id=""blue"">")
			fString = doCode(fString, "[link color=white]", "[/link color=white]", "<font color=""white"">", "</font id=""white"">")
			fString = doCode(fString, "[link color=purple]", "[/link color=purple]", "<font color=""purple"">", "</font id=""purple"">")
			fString = doCode(fString, "[link color=yellow]", "[/link color=yellow]", "<font color=""yellow"">", "</font id=""yellow"">")
			fString = doCode(fString, "[link color=violet]", "[/link color=violet]", "<font color=""violet"">", "</font id=""violet"">")
			fString = doCode(fString, "[link color=brown]", "[/link color=brown]", "<font color=""brown"">", "</font id=""brown"">")
			fString = doCode(fString, "[link color=black]", "[/link color=black]", "<font color=""black"">", "</font id=""black"">")
			fString = doCode(fString, "[link color=pink]", "[/link color=pink]", "<font color=""pink"">", "</font id=""pink"">")
			fString = doCode(fString, "[link color=orange]", "[/link color=orange]", "<font color=""orange"">", "</font id=""orange"">")
			fString = doCode(fString, "[link color=gold]", "[/link color=gold]", "<font color=""gold"">", "</font id=""gold"">")

'## END Forum Code Additions

The Poultry Link - "Serving the best of the fancy with the best of the web"
Forum Setup Help
  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.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07