PunBB Resource

Your ultimate PunBB resource!

Keywords:

    (Extended)

You are not logged in.


Login to move these ads to the bottom of the page

Description

Info
Full name:
BBCode noparse (FR+UK)
Category:
New functions
Latest release:
1.0.0, a total of 1 release(s)
Author:
nicolas2k10
Description

This mod add the BBCode noparse tag (and the short version : np).
This tag makes it possible to avoid the parsing BBCode for part of a message.
Example : [noparse][ b][ i]message[/i][/b][/noparse]
Will show this (without parsing) : [ b][ i]message[/i][/b]

--> I had to add a space after "[" for this example.

Method used
For all the contents located in the noparse tag (and np tag),
we replace the "[" and "]" character by character strings specific. This is
allow to pass in full discretion the zone of parsing BBCode and then, before
sending the text, we rebuild the original message by making the opposite replacement.

Board footer

Based on PunBB
© Copyright 2002–2005 Rickard Andersson

© Copyright 2004–2006 Kristoffer Jansson

User contributed files are property of their respective owners.