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: Is there a way to set announcement in the category by default.
make a plugin load the script only on new discussion page. add this function to a basic plugin you create public function PostController_Render_Before($Sender) {if (Gdn::Session()->CheckPermission… (View Post)3 -
Re: /index.php?p=/
he corrected his .htaccess and fixed the ReWrite base to point to the correct folder and made sure he had this set correctly in config.php $Configuration['Garden']['RewriteUrls'] … (View Post)3 -
Re: How does the Editor built the Emoji array in $toolbarDropdownEmoji
you could also clone a set of emojis in emoji extender plugin. and change the editor array in your cloned set's manifest.php (use images you want from either resources or another set and modify … (View Post)3 -
Re: New to Vanilla and I would like to know how to do few things.Please Help!
you could write a plugin this should work... public function Gdn_Dispatcher_AfterControllerCreate_Handler($Sender) { // change mobile layout to modern if mobile is detected. if (IsMobile()) { SaveToC… (View Post)3 -
Re: New to Vanilla and I would like to know how to do few things.Please Help!
http://vanillaforums.org/discussion/comment/226455/#Comment_226455 (View Post)1
