Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-8989 now.

"Bump Topic" link not showing when bump interval is 0 (fix completed in vcs)

When the bump interval is set to 0 (of any available time increment), the "Bump Topic" link does not appear on the page at all. However, set it at any value above 0, and it will function properly.

Comments / History

Posted by nickvergessen (Development Team Member) on Dec 31st 2009, 09:27

I guess there something missing like "Setting the value to 0 disables this behaviour."

Posted by Sam (Website Team Leader) on Dec 31st 2009, 10:06

Yeah... I just an opportunity to look at the code and spotted this:
Code: Select all
    // A bump time of 0 will completely disable the bump feature... not intended but might be useful.
    
return $bump_time
Nevertheless, it does seem as if there is some missing information there on the user end.

Assigned ticket to group "Junior Developers"

Action performed by bantu (3.0 Release Manager) on Jan 17th 2010, 18:07

Assigned ticket to user "rxu"

Action performed by rxu (Development Team Member) on Jan 18th 2010, 17:53

Changed ticket status from "New" to "Fix in progress"

Action performed by rxu (Development Team Member) on Jan 18th 2010, 18:07

Linked ticket with changeset: r10429

Action performed by rxu (Development Team Member) on Jan 19th 2010, 13:33

Changed ticket status from "Fix in progress" to "Fix completed in SVN"

Action performed by rxu (Development Team Member) on Jan 19th 2010, 13:33

Ticket details

Related SVN changesets