Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Tutorial: Vanillicon cosmetic surgery. Put a smile on that.
Draft for a plugin: (untested) public function ProfileController_EditMyAccountAfter_Handler($Sender) {$moustaches = array( '1' => 'Option1', '2' => 'Option2… (View Post)2 -
Re: All Discussion Pages Are Blank
mbstring is so common though, when your host is missing it, it's a good indicator you should switch. It will probably only be a matter of time until you stumble upon something different that… (View Post)3 -
Re: Would like to use Markdown formatting, but with one feature borrowed from BBCode input formatter
@linc have you considered switching to parsedown? It seems to be a lot faster and has an option to enable normal linebreaks built in (setBreaksEnabled). (View Post)1 -
Re: Would like to use Markdown formatting, but with one feature borrowed from BBCode input formatter
Great! You could add it to the addon repo, and maybe add if (C('Garden.InputFormatter') != 'Markdown') return; to the function, so it doesn't clash with other InputFormatters. (View Post)3 -
Re: Would like to use Markdown formatting, but with one feature borrowed from BBCode input formatter
@DoyceT on my setup it works Have you double checked for the double whitespace? It always gets lost, when I copy it from here. (View Post)1
