HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Changing the DateJumper plugin to work with DiscussionsGrid

rbrahmsonrbrahmson "You may say I'm a dreamer / But I'm not the only one"NY ✭✭✭

The following simple change in DateJumper will make it compatible with the DisussionGrid plugin, so if you want to use both, consider this change:

Change all two occurences of "beforeDiscussionName" to "BeforeDiscussionContent"

resulting in two lines like these:

public function discussionsController_BeforeDiscussionContent_handler($Sender, $args) {
public function categoriesController_BeforeDiscussionContent_handler($Sender, $args) {

@Bleistivt -perhaps you can consider this change to the plugin regardless of whether DiscussionsGrid is active.

Comments

Sign In or Register to comment.