hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Can't connect with Twitter
Just to be clear, I am not an employee of Vanilla Forums Inc. and this is all speculation on my part. That is a problem with no developer incentive. Embedding requires you to load entire forum framew… (View Post)1 -
Re: testing new plugin
Spit the markup out as you are doing it, and add the JS as an asset. Then make your JS work on classes. The issue you are having is two functions are being called on click. If My intuition is correct… (View Post)2 -
Re: "Thou Shall Not Code Count Queries"
I am pretty sure I do this. I really suck a making scalable SQL it seems. :( Thanks for the heads up. (View Post)2 -
Re: Help with new 'DiscussionWordMention' custom rule
public function Yaga_AfterGetRules_Handler($Sender) { $Rule = new MySweetRule(); $Sender->EventArguments['Rules'][get_class($Rule)] = $Rule->Name();} Or even just public function Yaga… (View Post)1 -
Re: Help with new 'DiscussionWordMention' custom rule
Sweet rule man! I am working on Yaga 1.1 atm which will make distribution of Custom Rules with a plugin much easier so it is great to see some new rules :). (View Post)4
