Extension name: Bump Topic Override
Author: deiuwhite
Extension description: This extension modifies the default phpBB bump behavior by removing the restriction that prevents users from bumping a topic more than once without a new reply.
By default, phpBB checks whether a topic has already been bumped and blocks further bumps until a new reply is made. This extension removes that condition, allowing users to bump their topics solely based on the time interval set in:
ACP > General > Board Configuration > Post Settings > Bump interval.
Original phpBB check in includes/functions_content.php:This extension removes the "|| $topic_bumped" condition - setting it to False - so users can bump topics repeatedly as long as the bump interval has passed, without needing an additional reply.
Extension version: 1.0.0
Tested on phpBB version: 3.3.15
Download file: bump-topic-override.zip
File size: 8.79 KiB
Extension overview page: View
Except where otherwise noted, the phpBB Team is not responsible nor required to provide support for this extension. By installing this extension, you acknowledge that the phpBB Support Team or phpBB Extension Customisations Team may not be able to provide support.
-->Extension support<--
Author: deiuwhite
Extension description: This extension modifies the default phpBB bump behavior by removing the restriction that prevents users from bumping a topic more than once without a new reply.
By default, phpBB checks whether a topic has already been bumped and blocks further bumps until a new reply is made. This extension removes that condition, allowing users to bump their topics solely based on the time interval set in:
ACP > General > Board Configuration > Post Settings > Bump interval.
Original phpBB check in includes/functions_content.php:
Code:
// Check permission and make sure the last post was not already bumpedif (!$auth->acl_get('f_bump', $forum_id) || $topic_bumped){ return false;}
Extension version: 1.0.0
Tested on phpBB version: 3.3.15
Download file: bump-topic-override.zip
File size: 8.79 KiB
Extension overview page: View
Except where otherwise noted, the phpBB Team is not responsible nor required to provide support for this extension. By installing this extension, you acknowledge that the phpBB Support Team or phpBB Extension Customisations Team may not be able to provide support.
-->Extension support<--
Statistics: Posted by Extensions Robot — Tue May 27, 2025 5:15 pm