Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
bump module
pioc34
✭✭
Hi all, i tried to install bump module but i can't make it work.
I tried the latest version https://github.com/vanilla/addons/tree/master/plugins and nothing happens. No option to bump a discussion, no checkbox.
I enabled it in the module dashboard, but in permissions, i don't see anything related to it...Somebody can help me please?
0
Comments
The option to "Bump" is available in the cog wheel of a discussion, most probably at the end of all those options. You need to have moderation rights to see it.
i Have moderator ‘s rights but no « bump » option...
it seems it's a problem with NoIndex plugin
In https://github.com/vanilla/addons/blob/master/plugins/NoIndex/class.noindex.plugin.php
you can see that there is a $args['DiscussionOptions']['Bump'] at line 24, so if you run this 2 plugins together, Bump don't appear!
There is also an error in addon.json, the key is bump and the folder is Bump
I made pull requests on https://github.com/vanilla/addons/