R_J
AdminR_J Admin
-
Re: Help with new 'DiscussionWordMention' custom rule
I was mislead by the Award Value in the screenshot :( Very nice idea to simply use FormPostValues! @AaronWebstey welcome at the joyful world of Vanilla coding :) (View Post)1 -
Re: Help with new 'DiscussionWordMention' custom rule
I would use return array('CommentModel_AfterSaveComment', 'DiscussionModel_AfterSaveDiscussion'); for function Hooks so that you access the comment/discussion body as "early" as possible. Y… (View Post)3 -
Re: Help with new 'DiscussionWordMention' custom rule
Maybe you haven't seen peregrines comments? ;) If I understand the inner guts of such a custom rule right, your Award function will be called on every hook (I've recommended AfterSave): a) when a dis… (View Post)2 -
Re: Failed to enable the plugin
I've just unzipped the file to my server and the file access rights were the reason why I didn't saw the file in the plugin list. I've written a small script before to get the rights set up "cor… (View Post)2 -
Re: Dates localization
My advice: put it into /conf/locale.php. Your changes might be gone after the next Vanilla/locale update and that would be bad for you and your users. (View Post)2
