View Single Post
  #5  
Old 08-03-2007, 07:26 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by HolySheepy View Post
Jsut tested it for about 10 mins...


parsetags is a boolean
if parsetags is true and you write <font color="red">meh</font> the "meh" will be red

if its false it will just show "<font color="red">meh</font>", so it doesnt sort it out

allowedtags and disallowedtags are comman separated lists

so basically if you set allowedtags it will set disallowedtags to all tags that arent on allowedtags
if you set disallowedtags it will set allowedtags to all tags that arent on disallowedtags

tags filetered out arent showed, so if you put font on disallowedtag and someone does <font color="red">meh</font> it will just show meh, but it wont change the color
Good job HolySheepy (rep++; ). I'm surprised many of the others that posted here couldn't figure that out.
__________________
Do it with a DON!
Reply With Quote