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: Get fatal error after when click enable
what version does the q&a plugin say for you @gexis? did you get it from github? available from here: https://github.com/vanilla/addons/tree/2.1 If you still get and error: for debugging purposes… (View Post)2 -
Re: How to wrap a php image link ?
echo Wrap(Img("plugins/SymbolEdit/design/images/" . $symboldir . "/" . $Sender->User->SymbolUser . ".png", array('alt' => 'Symbol', 'title' => '', 'class' =&… (View Post)2 -
Re: [Solved] Need more room for category lines
increase the panel width or make the font smaller for the CategoriesBox e.g. #Panel { width: 250px;} you may need to make content width smaller as well depending on how much you widen panel. or.Box.B… (View Post)1 -
Re: Smileys "403 Forbidden" on Any page but Category Overview Page
this is better. I added the gdn.definition('WebRoot')+ "/" + @caerostris @woft more dynamic... change... */!function(a){var b=function(){function b(a){return" "===a||" "… (View Post)4 -
Re: I'm so excited!
This change solved my issues: line 61 plugins/CategoriesModulePlus/modulesclass.categoriesmoduleplusmodule.php // $this->Data['Url'] = Gdn::Request()->Path(); $this->Data['Url'] = Gdn::Reque… (View Post)4