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

Plugin Interaction Emotify, etc and $Object->FormatBody

peregrineperegrine MVP
edited October 2012 in Feedback

If you have two plugins that change $Sender->EventArguments['Object'] = $Object;

e.g. Emoticons and something else

$Object = $Sender->EventArguments['Object'];
        $Object->FormatBody = $this->DoEmoticons($Object->FormatBody);
        $Sender->EventArguments['Object'] = $Object;

It seems that one of the changes by the plugins gets filtered out due to a timing issue 

Is there anyway besides combining the changes into one plugin  to allow the changes to 

 $Object->FormatBody 

in each plugin to work.

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.