hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Translate "{USER} joined." on activity wall?
Should be using the locale definition of HeadlineFormat.Registration with the default being {ActivityUserID,You} joined.. This might also be pulling from the Activity Type table in the db, but I doub… (View Post)1 -
Re: Starting new voting with old results?
Thanks for trying my addon! I am sure it is possible to migrate your data over assuming the following: * Your previous poll is comprised of multiple choice question(s) * Each user could only answer e… (View Post)1 -
Re: Redirect to registration page with values from login box
Just use the framework's url functions to generate urls. If you are in JS, there is a global gdn object that gives you access to the framework. var url = gdn.url('/plugin/latestpostlist/get… (View Post)2 -
Re: Plugin Permission settings?
It uses an old permission named 'Garden.Email.Manage' which doesn't exist in the latest version of Vanilla. Change the plugin info array to register it ('RegisterPermissions'… (View Post)2 -
Re: Form class
Are you looking to override the entire class, or just a specific method? You should be able to extend the Gdn_Form class and then install your custom class via Gdn::FactoryInstall() in /conf/bootstra… (View Post)3
