peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: Gravatar not working correctly
absolutely correct @vrijvlinder. it is obvious from the code as you say and as you obviously can. it will get overridden if you have the config you mentioned set to true. (View Post)1 -
Re: Gravatar not working correctly
https://github.com/vanilla/vanilla/blob/master/plugins/Gravatar/default.php#L26 (View Post)1 -
Re: Any to give users their own selection of homepage layout?
call the icon icon.png in your zip. make sure your folder is called CustomHomepage' and you probably just want to call the file default.php and zip it and upload it. then add some screenshots and add… (View Post)3 -
Re: Any to give users their own selection of homepage layout?
try this ... class CustomHomepagePlugin extends Gdn_Plugin { public function UserModel_AfterGetSession_Handler($Sender) { $User = $Sender->EventArguments['User']; // override the default controlle… (View Post)1 -
Re: Any to give users their own selection of homepage layout?
I think you should disregard my answer: cross posted with hgtonight's answer. not sure about 3rd argument. you have to see how it is returned. look in applications/dashboard/models/class.usermodel.ph… (View Post)1
