Code: Select all
##############################################################
## MOD Title: Bump Topic
## MOD Author: Joe Belmaati < belmaati@gmail.com > (Joe Belmaati) N/A
## MOD Description: This MOD adds a "Bump Topic" button in viewtopic.
## When clicked, an automatic hidden post is added to the topic updating
## the topic time and new post flags.
## MOD Version: BETA 0.0.3
##
## Installation Level: Easy
## Installation Time: 10 Minutes
## Files To Edit: (6)
## viewforum.php
## viewtopic.php
## language/lang_english/lang_admin.php
## language/lang_english/lang_main.php
## templates/subSilver/viewtopic_body.tpl
## templates/subSilver/subSilver.cfg
##
## Included Files: (7)
## bump.php
## admin_post_bumps.php
## includes/functions_bump.php
## templates/subSilver/bump_body.tpl
## templates/subSilver/admin/post_bumps.tpl
## templates/subSilver/images/lang_english/bump.gif
## db_update.php
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes: It is VERY important to acknowledge that this
## MOD is powered by the MOD insert_post written by Netclectic
## and other ideas for coding this up were derived from Manipe's
## Topic Posters MOD. Also a big thank you to Thatbitextra for
## creating the bumptopic graphic button. :-)
##
## You can either perform the SQL commands manually,
## or you can upload and run db_update.php. Remember to delete
## this file once the database update has been performed.
##############################################################
## MOD History:
##
## 2005-08-23 - BETA 0.0.3
## - changed: only topic starter, mod, and admin can auto bump
## - added: viewtopic-like admin module to monitor bump posts
##
## 2005-08-22 - BETA 0.0.2
## - fixed: potential session error in bump.php
## - changed: post bumps are hidden
## - added: admin module to purge post bumps
##
## 2005-08-20 - BETA 0.0.1
## - initial BETA
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
Synopsis
This MOD adds a "bump topic" button next to the post buttons at the bottum of every post. It enabeles anyone to bump the post without any further ado. All posting related matters are handled automatically, and whoever bumped the topic will simply receive a small pop-up that confirms that the bump has taken place. In the pop-up there is also a link to close the pop-up and return to the forum that the topic was in plus a similar link that jumps to the topic instead.
Admin gets a new module entitled "Post Bumps" under the Forum Admin. This module enables admin to purge all Auto bump posts and resync topics accordingly.
Special attention has been paid to the following:







Ideas for improvements (ACP):


This MOD is made in response to a request in the MOD request forum. Then I noticed that a bump mod already exists. I don't know how that MOD would differ from this one and which one would fit your needs the best. Try both I'd say....
DEMO
DOWNLOAD