Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: upgrade 2.1.5 to 2.5 [RESOLVED]
Whenever you see "Something has gone wrong", add/change $Configuration['Debug'] = true; in your conf/config.php to see the actual error message. (View Post)1 -
Re: Any plugin conversion tool available/necessary for Vanilla 2.5?
There is a conversion tool: https://github.com/vanilla/vanilla-cli In my experience you don't need to worry about deprecated functions as they will tell you if they are deprecated and there is an alt… (View Post)1 -
Re: GDN_Comment - When BBCode or HTML Format?
Usually it is the config value of Garden.InputFormatter. This may be one of * Html * Markdown * BBCode * Text * TextEx * Wysiwyg (View Post)3 -
Re: MySQL configuration question
No, this won't help with the problem, but the fix for your problem is in the plugin description :D (View Post)3 -
Re: Controllers in Plugins
Afaik this differentiation is going to go away soon. I don't see a reason not to use controllers for larger plugins. (View Post)1