Koos's PunBB Mods

Unfortunately no one can be told what PunBB is - you have to see it for yourself.

My PunBB Mods

Automatic Image Upload with Thumbnails

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 your punbb forum


Readme

Screenshots
index_images/thumbs/2_automatic_image_upload_-_gallery_view.png  index_images/thumbs/2_automatic_image_upload_-_list_view.png  index_images/thumbs/2_automatic_image_upload_-_statistics.png  index_images/thumbs/2_automatic_image_upload_-_upload_image.png

Download fom punres

Automatic Image Upload with Thumbnails - extra

Private Messaging System unofficial update

The Private Messaging Mod must be the most popular mod for punbb 1.2, yet the latest version still contains many bugs and some vulnerabilities. While I was working on my own modifications to this mod (to allow users to create private message folders), I encountered and fixed many of these bugs and vulnerabilities. Since I was not able to get hold of the author of this mod, I decided to release this unofficial update.


Changelog

Download fom punres

Private Messaging mod folders add-on

Allows users to create pm folders and receive e-mail notifications of new pm's received.

Features:
* Very easy and quick to install and uninstall
* Adds a 'Manage folders' link in footer, allowing users to create, sort, rename and delete pm folders.
* Allows users to receive e-mail notification of new private messages received. This feature can be enabled/disabled by the user. (Enabled by default for all users)
* Can move multiple messages at once (multimove).
* Includes all the fixes made in Private Messaging System 1.2.4c


Readme

Download fom punres

Buddy list mod

Allows you to add others users to your buddy list through their profile.

Features:
* Admin can set group permissions for who can use the buddy list feature.
* Once a user is added to your buddy list, you can easily see whether the user is online, send the user an email/private message, and display a list of the user's recent posts.


Readme

Screenshots

index_images/thumbs/2_buddy_list.png

Download fom punres

Auto Poll

A poll mod based on Easy Poll and Easy Poll+.


Readme

Download fom punres

User Diaries

Allows users to post diaries with images.

Features:
* All pages valid XHTML strict
* Valid RSS 2.0 feed for all user diaries
* Can upload images with diary entries
* Easy to install and uninstall
* Users can report diary entries
* Permission control
* Diary statistics for admin

[There is also a version available that allows visitors to post diary coments, but it's still in beta. It can be downloaded here.]


Readme

Screenshots
index_images/thumbs/2_user_diaries_-_main_page.png index_images/thumbs/2_user_diaries_-_view_all.png index_images/thumbs/2_user_diaries_-_single_entry.jpg

Download fom punres

User Stats

Adds functionality for tracking visitors to your forum.

Features:
* Displays a simple log of visitors to your forum, showing the following details: Date, Username, Userip, Browser, Operating System, Country
* Can set max number of entries, each time replacing the oldest entry when the max is reached. This is especially an important feature for me, since I only wanted to see the list of the most recent visitors.
* The visits of registered users are highlighted
* The search terms the visitor used to find the tracked page is shown in brackets where applicable
* Can choose whether bots (like googlebot or yahoo!slurpbot) should be tracked
* Holding your mouse pointer over the icon on the very left of each entry will display the title of the page from where the visitor was tracked - together with a link.
* Easy to install and uninstall


Readme

Screenshots

index_images/thumbs/2_userstats.png

Download fom punres

Users Online

Adds the follow 3 features to the board info on the index.php page:
*Displays users online in past xx minutes/hours
*Displays most users online ever
*Colored Usergroups


Readme

Screenshots

index_images/thumbs/2_users_online.png

Download fom punres

Calendar-2.0.8a beta Patch

A patch for Calendar-2.0.8a. Since the Calendar mod is not supported anymore by the original author, I decided to release a patch which includes many many fixes and improvements. Install Calendar-2.0.8a first before using the patch.


Changelog

Download fom punres

Calendar Categories Add-on

Adds category functionality to Calendar 2.0.8a with full permission control.

Features:
* Very easy and quick to install and uninstall
* Can add an unlimited number of categories
* Can specify which categories the different user groups can view/add events to
* Includes all the fixes made in Calendar-2.0.8a beta Patch v18


Readme

Screenshots
index_images/thumbs/2_calcat_addon_-_day_view.png index_images/thumbs/2_calcat_addon_-_week_view.png index_images/thumbs/2_calcat_addon_-_add_edit_cats.png index_images/thumbs/2_calcat_addon_-_permissions.png

Extras

Download fom punres

Show user posts and topics

Adds 'Show all topics' link next to the 'Show all posts' link in the user profile. The 'Show all topics' link will now only show the topics which the user has started (instead of the topics in which the user has participated in), and the 'Show all posts' link will show all the posts the user has made. Also, when performing a search and selecting 'Show results as: Posts', the entire post will be displayed (without it being truncated) and its BBCode will be parsed.


Readme

Screenshots

index_images/thumbs/2_show_posts_topics_screenshot.png

Download fom punres

Similar Topics

Adds a table to the bottom of a topic displaying 5 similar topics.


Readme

Download fom punres

PunBB Arcade Mod unofficial update

My unofficial update of a very good arcade mod that is not maintained anymore by its orginal author.


Readme

Download fom punres

Birthday Mod

Allows users to enter their birthdays in their profile. The current day's birthdays will then be displayed in the board stats on the forum's main page.

Note: If you want to install both the Calendar and the Birthday Mod - install Calendar first, and then follow steps 19-29 in the readme of this mod.


Readme

Screenshots

index_images/thumbs/2_bday_index.png  index_images/thumbs/2_bday_profile.png

Download fom punres

Some other mods I use and can also recommend

1. Forum cleanup

2. Languages and styles

3. Active Topics Mod by Alex King.
To install, copy the file 'mod_active_topics_1.2.php' to forum root, and then just add the following line:
require PUN_ROOT.'mod_active_topics_1.2.php';
right above $footer_style = 'index';
in index.php

4. PunToolBar - available from the French Punbb/Fluxbb support site (it's one of the most popular mods over there); English install instruction and lang file also included.

4. HighlightSearchResult Mod. Just make sure to add the fixes I posted here after installing this mod. My 'Show user posts and topics' mod also complements this mod, in that it allows you to display the non truncated versions of the posts when performing a search, enabling you to see all the highlighted words.

Useful development tools (all freeware)

File Compare Tool 2.7

A file compare tool I use all the time.

Download

Notepad2 v1.0.12

The editor I use for all my php coding.

Download

WampServer 2.0

Install Apache, MySQL, PHP on Windows in one go. This is really an excellent package - very easy to install and configure, even for a beginner.

Download

PHP Web Stat 3.5

This is a great web stat script which allows you to analyze and monitor all visitors to your website. Another great thing about this script is that it's totally free and licensed under the GNU General Public License (GPL).

Download

LookDisk 2.95

Search for a text in any file or directory of files.

Download

Porta v0.99

This program is actually for creating a web photo album, but I use it to batch resize images locally on my computer before uploading them. It resizes images faster and better than any program I have ever used.

Download

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson