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: File Upload always shows Uploading.... and never finished
tag-teamming with V :) also see this - it will help to troubleshoot issues you may have http://vanillaforums.org/discussion/comment/199091/#Comment_199091 and what browser and os are you using for cl… (View Post)2 -
Re: Gravatar not working correctly
leave that function out of your theme and let gravatar handle it. enable gravatar and add this to your conf/config.php $Configuration['Plugins']['Gravatar'[['DefaultAvatar'] = "point it to your … (View Post)1 -
Re: Custom profile banners/backgrounds?
top above info (View Post)1 -
Re: Any to give users their own selection of homepage layout?
and then add (add what other elements you want to change size of CustomHomepage/design/chp_large.css .Message { font-size: 150%;} .Title { font-size: 130%!important;} and CustomHomepage/design/chp_sm… (View Post)2 -
Re: Any to give users their own selection of homepage layout?
some changes to add font sizeclass CustomHomepagePlugin extends Gdn_Plugin { public function CategoriesController_Render_Before($Sender) { $this->_AddFontCSS($Sender); } public function Discussion… (View Post)2