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
I have two different extensions that use the following code:
This:
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!
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!
0
This discussion has been closed.
Comments