Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: See more button and works while user login
Thanks for trying out my plugin! * This plugin automatically loads new content once you scroll to the end of the page. A "load more" button could be added if you would like to sponsor it. B… (View Post)1 -
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: How to disable new Emoji feature?
$Configuration['Garden']['EmojiSet'] = 'none'; (View Post)3 -
Re: How to prevent duplication when overriding an event handler?
You don't need a second div. Just set white-space: nowrap; on .DataCounts to prevent line breaks. It's better to avoid vertical scrolling though. (View Post)7 -
Re: Magento 2 and Vanilla Forums bridge
@Adrian has done some Vanilla & Magento work: https://github.com/adrianspeyer/MagExtend/tree/master/Vanilla-JsConnect-for-Magento (View Post)6