2011-01-26, 07:58 PM
Hey guys this is a very simple code, hope you like it!!
Name: No Parse
Description: Makes whatever is inside this tag NOT parse/work
Put this in the "Regular Expression" box:
Then the html replacement is very simple:
And then the parsing order HAS to be 1!!
Thats all!!
Name: No Parse
Description: Makes whatever is inside this tag NOT parse/work
Put this in the "Regular Expression" box:
\[noparse\](.*?)\[/noparse\]
Then the html replacement is very simple:
$1
And then the parsing order HAS to be 1!!
Thats all!!