I've looked into the core code to see if this can be done and unfortunately it can't.
I managed to make an extension that works all the way up until the user needs to actually bump the topic and have hit a wall. The following function:
That means that when the validation check is run in
This will need a core change for an extension to be made to allow this functionality.
edit: https://tracker.phpbb.com/browse/PHPBB-17388
I managed to make an extension that works all the way up until the user needs to actually bump the topic and have hit a wall. The following function:
bump_topic_allowed
inside includes/functions_content.php
doesn't have a php event to alter the return value.That means that when the validation check is run in
posting.php
on line 536, it calls that function and will fail under the usual circumstances (ie. not the correct poster, or too soon after last bump etc etc...).This will need a core change for an extension to be made to allow this functionality.
edit: https://tracker.phpbb.com/browse/PHPBB-17388
Statistics: Posted by danieltj — Sun Sep 01, 2024 2:41 pm