[BBCode] Pastebin

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[BBCode] Pastebin

Post by FTH »

Author : FTH
Description : Add a nice BBCode to display your code via Pastebin

BBCode :

Code: Select all

[pastebin]{IDENTIFIER}[/pastebin]
HTML Replacement :

Code: Select all

<script src="http://pastebin.com/embed_js.php?i={IDENTIFIER}"></script>
Help line :

Code: Select all

[pastebin]ID from your code[/pastebin]
Screenshot :
pastebin.png
To use Pastebin, go here http://pastebin.com/ , paste your code and copy the ID (in your browser)
You do not have the required permissions to view the files attached to this post.

[BBCode] Pastebin

Post by Terr0r »

Thanks for this looks very nice ;)