Your ultimate PunBB resource!
You are not logged in.
This mod makes it when you get a Private Message Microsoft Sam says you "You have new Message!!!" and IVONA (Polish) says you "Masz nową wiadomość!!! post in release topic if you have anymore questions.
This mod makes it when you get a Private Message Microsoft Sam says you "You've Got A Private Message" post in release topic if you have any questions.
This mod adds a column in table of forum topics. In this column the topic author is displayed (with link to authors profile).
Adds poll functionality to your forum.
This tool allows users to upload images and automatically
creates thumbnails for them which can then be displayed
in your forum posts. Clicking the thumbnail shows the
original image. By only displaying thumbnails pages load
quicker. This is not really a "MOD" since no punbb files
have to be modified and the database is not affected.
This makes for very easy installation and removal if
needed. Also no changes are necessary when upgrading
…
Automatically zaps reports about posts which have been deleted.
PunBB's default behaviour is to reject any uploaded avatar image whose dimensions exceed those set in the options. Using this mod, PunBB will attempt to automatically resize those images to the maximum allowed dimensions, maintaining their aspect ratio. If the file size of the _resized image_ is larger than allowed by the options, the upload will still be rejected.
Based on the Forbidden word spam blocker mod by Daniel Vijge (vijge@dse.nl). This mod adds extra options for administrators in controlling spam.
This mod adds a [inc][/inc] BBCode tag which allows admins to include PHP in posts. The PHP include has access to $lang_common, $pun_user, $cur_post and should not output HTML directly. The result of the include should be returned as an HTML string in the $return variable.
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 "]" …
adds a button and smiley bar above all the posting areas...
Thanks to Rickard for his JavaScript function from his Easy BBCode mod...
BBCodes editor allow you to add quickly bbcodes to your messages. This mod use css for bbcodes buttons, have a help box, smilies in a layer and more... You can have a demo here (need to register).
Screenshot 1
Screenshot 2
This mod integrates the Bad Behavior (http://www.bad-behavior.ioerror.us) script with PunBB.
This allows you to have a bans.php page where people can see who is banned, the ban message, and when they'll be unbanned. Mod based off of http://www.punres.org/viewtopic.php?id=1243
It was partially re-written so that it uses the database connection provided by PunBB instead of establishing a new connection -- so all you have to do is upload it to your forums directory and it'll work immediately.
Author: Daniel Moxon
Website: http://forums.programming-designs.co…
A mod that lets the users of the forum see the current bans and the ban message.
Example - http://AnnoyingVB.net/bans.php
Change Log:-
1.0 - First release
1.1 - Forgot to add the prefix when getting the bans resulting in "Error, query failed", Fixed
1.2 - Fixed a small bug that made the tables look cramped