Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: JPEG Only Supported
If you set the second parameter of GenerateTargetName to FALSE, it will figure out the extension by itself. (View Post)2 -
Re: Syntax highlighting on this forum
The source code says it's using a plugin called GooglePrettify which I have not seen in any of the open source repos yet. Hovever, like the Prettyprint plugin, it just implements Google prettify… (View Post)1 -
Re: Do the new line breaks have to stay?
These changes are only in 2.2 right now. If you are using non-stable releases, things like this are to be expected. Looks like this is not configurable yet: https://github.com/vanilla/vanilla/blob/fd… (View Post)2 -
Re: force hard refresh after submit
If you want to run some javascript after post submission, bind your handler to the "CommentAdded" event. $(document).on('CommentAdded', function() { //...}); (View Post)1 -
Re: experimenting new plugin
public function SettingsController_ChangeBackgroundColor_Create($Sender) { $Sender->Permission('Garden.Settings.Manage'); $Sender->Render($this->GetView('settings.php'));… (View Post)3
