Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

CommentForm_PreCommentsInputRender

edited July 2007 in Vanilla 1.0 Help
I have two different extensions that use the following code:

This:

$Context->AddToDelegate("DiscussionForm", "CommentForm_PreCommentsInputRender", "smileyBox");

And this:

AddToDelegate("DiscussionForm", "CommentForm_PreCommentsInputRender", 'AddBBInsertBartoCommentForm');

It's working OK (Both add what they are supposed to add before the comment box)... But I want to change the order of both of them. Currently my smileyBox appears on top of AddBBInsertBartoCommentForm, and I want it backwards. AddBBInsertBartoCommentForm before smileyBox

Thanks!

Comments

  • Disable your smileyBox extension then re-enable it.
  • Disable your smileyBox extension then re-enable it.
    Wow... That was easy!
  • you can also tweak conf/extensions.php by hand to get extensions to load in the order you want, but that file will be overwritten whenever you make changes on the add-ons page.
This discussion has been closed.