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

Suggest for vanilla 2.1 Adding More Events to allow synchronization of plugin actions

peregrineperegrine MVP
edited August 2012 in Feedback

Since some plugins change fight over the same event and there seems no way to control which one goes first.

it would aid developers if you did one of 3 things.

1) control plugin action firing off event by alphabetical order of plugin
2) control plugin action firing off event by order of position of config
3) adding duplicate events
e.g.
public function DiscussionsController_BeforeDiscussionName1_Handler($Sender) {
and
public function DiscussionsController_BeforeDiscussionName2_Handler($Sender) {

I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Comments

  • peregrineperegrine MVP
    edited August 2012

    also it would be nice if buttonbar appears when you edit a comment.

    it only appears in editing when you edit a discussion

    at least on this forum

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.