Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: How to remove 'Topics' link in menu?
@vrijvlinder: I've noticed that you have a tendency of using very specific selectors. This is not the best approach - rely on cascading instead and shorten your selectors. In this case, the ID of the… (View Post)1 -
Re: Is there a feature comparison between hosted and OS Vanilla?
@Lincoln: https://github.com/vanillaforums/Addons/tree/master/plugins/TrollManagement P.S.: I take it the plugin used on the hosted version is newer (it has an icon at least)? (View Post)1 -
Re: Category icons instead of user user avatars
That's the cool thing about your solution: In the long run, it's not tedious at all as it allows for simply dropping a .png in a folder and voilá - you've got yourself a category icon. I'm doing some… (View Post)2 -
Re: do you have screenshot for this?
You can find more info and screenshots here: http://blog.karlribas.com/2012/05/how-to-create-apple-touch-icon-for-your.html (View Post)1 -
Re: Votes covering post
The .Votes element is positioned absolutely and therefore only "works" out-of-the-box with the default theme. What you could do, is position it statically and then float it like this: ul.Me… (View Post)1