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: Trying to add a "header" button to Button Bar 1.6
.> @DoyceT said: you left crucial information out. what is the name of this file. if it is buttonbar.php, it will most likely read the view in https://github.com/vanilla/vanilla/blob/2.1/plugins/B… (View Post)1 -
Re: Members can't stay logged in
make sure your users who get logged out, allow cookies and don't delete them. (View Post)1 -
Re: Would like to use Markdown formatting, but with one feature borrowed from BBCode input formatter
I like your badge better, just wanted to try my hand at it so to speak. (View Post)1 -
Re: Would like to use Markdown formatting, but with one feature borrowed from BBCode input formatter
yes. public function DiscussionController_BeforeCommentBody_Handler($Sender) if (C('Garden.InputFormatter') != 'Markdown') return; or with Lord Bracko taking precedence public function DiscussionCont… (View Post)3 -
Re: How can I keep the orginal name of the uploaded image?
Since the savedimages names are put in random number folders to avoid collision (and overwrites if someone uploads an image with the same name that happens to be in the same random number folder). bu… (View Post)1
