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: 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: All Discussion Pages Are Blank
if you upgraded to 2.1 or 2.1.1 see the instructions and troubleshooting here http://vanillaforums.org/discussion/26685/vanilla-2-1-stable-released if you use vanilla 2.1 or higher add this to your /… (View Post)2 -
Re: Would like to use Markdown formatting, but with one feature borrowed from BBCode input formatter
self-shame badge the lightning bolts signify the static electricity when you face-plant your head into the palm of your hand, and the flames signify release of bad energy at the moment of impact. (View Post)1 -
Re: How can I keep the orginal name of the uploaded image?
you modify the plugin! class.imageupload.plugin.php but be forewarned - if people upload images with the same name they could be replaced (since they are not unique names.) the other option is to add… (View Post)1 -
Re: I can't get PremHide to work
try adding (I haven't tested, but you can report back if it solved your issue)) :'( :'( :'( public function PostController_AfterCommentFormat_Handler($Sender) { $this->DiscussionController_AfterCo… (View Post)4