Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: ShareThis Plugin doesn't work with 2.1
You'll need to upgrade to ShareThis 1.1 if you'd like to use it with 2.1. You can find it here: https://github.com/vanillaforums/Addons (View Post)2 -
Re: Can't see buton graphics on post pages when minify enabled
Minification is great as part of a build process but is next to useless otherwise. Go with @vrijvlinder and @peregrine's advice :-) EDIT: Or, if you want to do some advanced stuff, take Ninja for a s… (View Post)1 -
Re: Display UserPhoto in "Menu"
Hmmm... Ain't sure why it's not working for you - it's works perfectly fine on my installation. Have you tried doing a var_dump() of VrijThemeHooks::User()? If not, try doing so and post the output. … (View Post)1 -
Re: Howto customize text of the "New discussion" button?
You use Gdn::Locale() to define translation strings too: if (conditions): Gdn::Locale()->SetTranslation('string', 'translation');endif; (View Post)6 -
Re: Display UserPhoto in "Menu"
A pretty neat Smarty variable was assigned for this sort of stuff: {$User}. It's only accesible through the Smarty templates though, but the function can easily be rewritten so you can use it elsewhe… (View Post)2