Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Forum registration conversion tracking with Google AdWords
It's a rough solution, but putting it in you conf/locale.php should work: $Definition['Your email has been successfully confirmed.'] = 'Your email has been successfully confirmed. TRACKING CODE' (View Post)2 -
Re: Simple Setting Screens With ConfigurationModule
Something useful I just noticed: If you want to build a settings screen but need to handle processing the submission yourself, just replace the call to Initialize() with Schema() public function Sett… (View Post)1 -
Re: DBA Counts, where's the file located?
https://github.com/vanilla/vanilla/blob/master/applications/dashboard/controllers/class.dbacontroller.php But you don't add to it by editing that file. All applications and plugins use event hooks to… (View Post)4 -
Re: insertion of mobile number to registration field
It doesn't really make sense to validate a phone number. You would have to actually call it to see if it exists. Depending on your country, people are going to use plus signs, brackets or other non-n… (View Post)1 -
Re: Beware the 4-spacening this week (25 May)
A few questions regarding the new naming standards: * How should Hooks be called? discussionController_render_before or DiscussionController_render_before since it contains a class name? * Should plu… (View Post)1