Bumper v1.2.0 was an internal release only. This update includes 1.2.0 and 1.2.1 changes.
Note: If you are updating, you will need to reset the Thread bumps per day permission as it is now a node permission.

Bug fixes
  • fixed a bug that prevented threads with an unexpected view class from being bumped
  • fixed a bug that caused a bumper entity error when trying to view bumper statistics if BumperRM was uninstalled
  • fixed a Call to undefined method XF\Mvc\Reply\Redirect::getViewClass() bug
Changes
  • thread bumps per day permission is now a forum permission. As a result of this change the Thread bumps per day permission needs to be set for each forum that allows threads to be bumped. This adds more flexibility assigning bumps per day (see first option below).
  • the info/feedback messages bumper generates now use the blockStatus classes for it's styling instead of using the blockMessage classes. This change makes bumper messages more subtle and less intrusive on forum view and thread view pages. The templates changed are: eae_bp_forum_view_messages_insert, and eae_bp_bumper_macros templates.
New options
  • added an option to have Thread bumps per day count bumps made in each child node when calculating how many bumps per day a user has left for that parent forum and it's sub forums. Enter parent forum id's separated by a comma. If you leave this blank, or leave out a parent forum id that you may not want this behaviour for, the thread bumps per day value will be inherited by each child forum from it's parent forum (if higher). See example below.
  • added options to change the last message date, and last post date in node extras to the bump date. Note, that the new date cannot be changed back to the threads original last message date when the bump expires, so it is not recommended. By selecting the option, bumped threads will show on the what's new areas
  • added a widget option that when selected will only display the latest bump made by a member, this should allow bumps made by different members to be displayed in the widget.
Option Include bumped thread counts for child forums of: example usage:

You have a forum with an id of 14 named Pets. Pets has three sub-forums: Cats, Dogs, and Birds. The Pets forum also has it's own threads. All four of these forums allow bumping of threads, and the Thread bumps per day permission for the Pets forum is set to 5.

Include bumped thread counts for child forums of: is left blank:
5 threads in each of Cats, Dogs, Birds, and Pets can be bumped. You can of course over-ride this value per forum, i.e.: You set Thread bumps per day for Dogs to 7.

Include bumped thread counts for child forums of: 14
If a member bumps two threads in Cats, then they will only have three thread bumps left to use in Dogs, Birds, Pets, or Cats. If you set that the Dog forum can have 8 bumps, and five threads were bumped in the Dog forum, the other forums can not have their threads bumped (as the max of 5 was reached, but the Dog forum can have three more threads bumped). If five bumps were used in the other forums, the Dog forum (which can have 8) can only now have three threads bumped (8 - 5 = 3).

As you can see, moving Thread bumps per day permission from General to Nodes, and with this new option, gives you much more flexibility and control over the bumping of threads.
Back
Top Bottom