This mod adds a NoPaste, also known as a pastebin to your SMF Forum. It's a web application which allows its users to upload snippets of text, usually samples of source code, for public viewing. It is very popular in IRC channels where pasting large amounts of text is considered bad etiquette. A vast number of pastebins exist on the Internet, but no one integrated in a forum.
Features :
(o) uses 4-level permissions (use, view, add, delete)
(o) add new bbc tag [np]
(o) supports queryless urls
(o) UBBC allowed in description
(o) administration interface
(o) snippet browser where an admin can see the details
(o) integrated reCaptcha engine to prevent spam (thx to
Motoko-chan for inspiring me about reCaptcha).
To get the reCaptcha working, its required to obtain an api-key
here.
(The link is also available in acp)
Usage of [np] tag :
Add a snippet to the nopaste and copy the cryptid, for example:
http://yourserver.com/path/to/smf/index.php/id,fae965f19f.html
'fae965f19f' is the cryptid, you can either use the [np]-tag like
any other tags = [np]fae965f19f[/np] or you can use the tag like this
[np=fae965f19f]sometext[/np] in order to display a custom text.
Live demo :
Here