Quote:
Originally Posted by HolySheepy
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.