Bump Warning

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29220
Joined: Sat Aug 16, 2003 7:36 am

Bump Warning

Post by Extensions Robot »

Modification name: Bump Warning
Author: MartectX
Modification description: Displays an info bar at the top of the posting screen if users attempt to reply to their own posts before a certain amount of time (e.g. 24 hours) has elapsed or someone else has posted in between. May be set to enforce an edit of the last post instead of just displaying a bar. Board wide and per-forum setting.
Modification version: 1.0.0
Tested on phpBB version: 3.0.2

Download file: bump_warning_1.0.0.zip
File size: 67.41 KiB

Modification overview page: View

The phpBB Team is not responsible nor required to provide support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB Extension Customisations Team may not be able to provide support.

-->Modification support<--
Last edited by Extensions Robot on Mon Sep 19, 2022 7:33 pm, edited 11 times in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Bump Warning

Post by Paul »

Modification validated/released

Notes:
User avatar
MartectX
Registered User
Posts: 1324
Joined: Wed Dec 19, 2007 8:05 pm
Location: Marienplatz

Bump Warning

Post by MartectX »

w00t! Thank you for validating! :D

Drathbun inspired me to make this when he posted about it in his blog!

Posting screen shot:
Image

Board settings:
Image

Forums' settings:
Image
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: Bump Warning

Post by 3Di »

a very nice job.. ;)
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: Bump Warning

Post by Peter77sx »

Congrats on getting it validated. This is a must have!
User avatar
EnjoyNIRVANA!
Registered User
Posts: 376
Joined: Mon Apr 18, 2005 12:57 pm
Location: Germany
Contact:

Re: Bump Warning

Post by EnjoyNIRVANA! »

Nice MOD. There's a space missing after "a" new... ;)
User avatar
MartectX
Registered User
Posts: 1324
Joined: Wed Dec 19, 2007 8:05 pm
Location: Marienplatz

Re: Bump Warning

Post by MartectX »

EnjoyNIRVANA! wrote:Nice MOD. There's a space missing after "a" new... ;)
No, that's intentional.
User avatar
MartectX
Registered User
Posts: 1324
Joined: Wed Dec 19, 2007 8:05 pm
Location: Marienplatz

Re: Bump Warning

Post by MartectX »

I just thought of an extension to the basic function: Users will also have a warning banner displayed if they try to reply to a thread that is older than an adjustable amount of time (to help prevent unnecessary topic resurrection). Is there any interest in this?
User avatar
Sunka
Registered User
Posts: 566
Joined: Wed Mar 26, 2008 2:48 pm
Location: Croatia, Zvoneca

Re: Bump Warning

Post by Sunka »

MartectX wrote:I just thought of an extension to the basic function: Users will also have a warning banner displayed if they try to reply to a thread that is older than an adjustable amount of time (to help prevent unnecessary topic resurrection). Is there any interest in this?
I am interesting...but only if you give us ( we who allready install your MOD) update instructions for that extension :mrgreen:
P.S. For my opinion (I am not programmer, not at all, but I install many MODs) you have wonderfull MODs which are easy to install :mrgreen:
User avatar
MartectX
Registered User
Posts: 1324
Joined: Wed Dec 19, 2007 8:05 pm
Location: Marienplatz

Re: Bump Warning

Post by MartectX »

Sunka wrote:I am interesting...but only if you give us ( we who allready install your MOD) update instructions for that extension :mrgreen:
For sure.
Sunka wrote:P.S. For my opinion (I am not programmer, not at all, but I install many MODs) you have wonderfull MODs which are easy to install :mrgreen:
Thank you very much! I learned a lot from the mods of primehalo and nickvergessen, especially the technique to keep the edits to a minimum (which is also a great advantage when having to assemble an update instruction file).
User avatar
DragonMaster1
Registered User
Posts: 994
Joined: Tue Aug 17, 2004 11:04 am
Name: Terry
Contact:

Re: Bump Warning

Post by DragonMaster1 »

This will come in very handy

Is it possible to make it so that only certain users are affected?
User avatar
MartectX
Registered User
Posts: 1324
Joined: Wed Dec 19, 2007 8:05 pm
Location: Marienplatz

Re: Bump Warning

Post by MartectX »

DragonMaster1 wrote:This will come in very handy

Is it possible to make it so that only certain users are affected?
You may change the behaviour for admins and mods and also exempt users from the restriction by editing includes/functions_bump_warning.php:

FIND

Code: Select all

// Admin & Mod behaviour
($auth->acl_get('a_')) ? $bump_warning_setting = 0 : '';
($auth->acl_get('m_', $forum_id)) ? $bump_warning_setting = 0 : '';
User avatar
DragonMaster1
Registered User
Posts: 994
Joined: Tue Aug 17, 2004 11:04 am
Name: Terry
Contact:

Re: Bump Warning

Post by DragonMaster1 »

I can’t seem to get this to work

Repeated posts just get:

You cannot make another post so soon after your last.

Then if the flood interval is completed it will post anyway

What settings are wrong?
User avatar
MartectX
Registered User
Posts: 1324
Joined: Wed Dec 19, 2007 8:05 pm
Location: Marienplatz

Re: Bump Warning

Post by MartectX »

First, this has nothing to do with the flood interval. Check if you have activated the mod in your board's post settings - if you didn't, there won't be any effect!
User avatar
DragonMaster1
Registered User
Posts: 994
Joined: Tue Aug 17, 2004 11:04 am
Name: Terry
Contact:

Re: Bump Warning

Post by DragonMaster1 »

I have limited editing time at 0

Display Warning Banner

Bump Warning time 30 minutes

Display edited time 0

Is there something I missed?
Locked

Return to “[3.0.x] MOD Database Releases”