Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: How to apply Spoilers in the category description
Vanilla 2.2 allows HTML in category descriptions. https://github.com/koenweyn/vanilla/commit/6157f8fd01d2d9fdcbbf7e3de6b159f70a9c3279 To make things a lot simpler, you could just apply this patch unt… (View Post)2 -
Re: Facebook, Twitter and GooglePlus for Articles
But even without using the bootstrap.before everride, you don't need to clone the existing social plugins. You could make a plugin just for the social react buttons and put the getRecord logic there … (View Post)3 -
Re: Create entirely new Controller
Note that you need to initialize the HeadModule yourself when using the rootController: $sender->Head = new HeadModule($sender); (View Post)2 -
Re: requires jquery 1.9.1 version??
See this discussion about how to run a different jQuery version with vanilla: http://vanillaforums.org/discussion/26755/running-newer-version-of-jquery-1-9-compatability-layer This should be solved w… (View Post)3 -
Re: Awarding points for completing polls
Yes, the hard part is finding the location where to add it. I'd start searching here: https://github.com/hgtonight/Plugin-DiscussionPolls/blob/master/class.discussionpolls.plugin.php#L88 (View Post)1