Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

NoParse MyCode

Switch off BBCode parsing within [noparse] [/noparse] tags

Version: 1.1
Author: Ad Bakker
Submitted: 10th June 2011
Last Updated: 10th August 2011
In between the [noparse] and [/noparse] tags ASCII square brackets [ and ] are replace by their Unicode equivalences [ and ], respectively. By that parsing tags are no longer recognized as such by the BBCode parsing function and are displayed as normal text.

Something has gone wrong in the validation process of version 1.0. In the source code line with the strreplace of the [ and ] brackets, the semicolons after the &#91 and &#93 unicode equivalents were removed. I do not know how this has happend, but I now posted a version 1.1 in which this has been corrected.