Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: How to Override xxx_xxx_Create method?
Well, you can always create a subclass that extends Gdn_Form and overwrite the factory: public function gdn_dispatcher_appStartup_handler() { Gdn::factoryUninstall('Form'); Gdn::factoryInstall('Form'… (View Post)2 -
Re: Premium Content Plugin
Modify the regex like this: '#\[prem\](.*?)\[[\/\\]prem\]#si' This is how you add a button to the advanced editor: public function editorPlugin_initEditorToolbar_handler($Sender) { echo '<span cla… (View Post)2 -
Re: My Vanilla mobile vision (I'm allowed to dream in the general banter category)
Browser and native apps have been converging over the last few years. Its not going as fast as some people may have hoped, but the browser is the operating system of the future. (View Post)1 -
Re: Does not work Advanced Editor post format of wysiwyg
You can set a different input formatter for the mobile advanced editor. (View Post)1 -
Re: Any alternatives to LoginGuard?
Sorry, but this is the wrong way to go about a security issue. If lots of accounts are stolen there seems to be a major problem with your website (or server software) and it is not Vanillas login, as… (View Post)2