Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: Translating Tagging plugin
The issue is that the TagHint definition isn't being added by any controllers—take a look at https://github.com/vanillaforums/Garden/search?q=taghint (View Post)2 -
Re: Issue when oEmbed 2.0.0 plugin is activated
You would need to hack the Essence library and initialize all the traits as object properties in the class constructors. Unless you're keen on making it work with PHP 5.3 I wouldn't recommend it thou… (View Post)2 -
Re: What plugins are used here on the Vanilla Forums Community?
@chanh You can see a list of all the available plugins here: http://vanillaforums.com/info/plugins. Compare that to the plugins available in the addons section and I think you have your answer. (View Post)2 -
Re: Javascript Compression in Vanilla 2.0.18.10
Combining and compressing assets has huge performance gains (clicky!) so I can definitely see why you'd want to do so. However—like @x00 has already mentioned—Javascript obfuscation is indeed a flawe… (View Post)2 -
Re: Bookmarks popup CSS help
Links in dropdowns all cascade off of .FlyoutMenu by default so the following will be specific enough: .FlyoutMenu a { color: chucknorris;} (View Post)2