donshakespeare
✭✭donshakespeare ✭✭
Reactions
-
Re: How to add a slideshow to your page with the Pockets plugin
@Cirphrank there is nothing much to demo since this is not tightly integrated with the forum, nor should it. The official demo would probably count as much. Here is the demo link as posted above. And… (View Post)1 -
Re: SSO Sign In & Register Embedded Issue (Version 3.0.2)
Problem is you just modified a core file. When you update Vanilla the changes will disappear. Hence my suggestion to use JavaScript to cosmetically alter that piece of code, that is if at all it is s… (View Post)1 -
Re: SSO Sign In & Register Embedded Issue (Version 3.0.2)
Ah yes, I see it now. The inner is an iframe and thus loads as such. You can remove or even hide the two links as R_J said. In config or by using CSS. If for some strange reason you still need them, … (View Post)1 -
Re: Multiple modules in a plugin
Yes! See https://docs.vanillaforums.com/developer/framework/modules/ As many as you want. Store them as such: plugins/yourNewPlugin/modules/class.example1module.php plugins/yourNewPlugin/modules/clas… (View Post)4 -
Re: VanillaHtmlFormatter: how to customize, add attributes and class
SOLUTION! @charrondev here is an idea, after studying htmlawed a bit it seems it is quite a little bit achievable rocket science after all. It turns out I might not need allowed_attributes, because d… (View Post)2