Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Google+ Plugin
With 2.2 beta around the corner I don't think so. But search this forum, there are multiple thread with solutions to make it work with 2.1: http://vanillaforums.org/discussion/comment/219905/#Comment… (View Post)1 -
Re: Can't get TIME right on Vanilla forum
If you (or your hoster) changed the PHP timezone in bootstrap.php or index.php to something other than UTC, all recorded timestamps will be faulty, because Vanilla uses UTC internally and expects all… (View Post)1 -
Re: Can't get TIME right on Vanilla forum
Welcome to the community! Don't change anything in the code. Revert all your changes and possibly also changes that your hoster made for you. (Better overwrite all your files with a fresh download of… (View Post)1 -
Re: Seeking a forum
Maybe this plugin suits your needs: http://vanillaforums.org/addon/firstlastnames-plugin Turning off the highlight effect: .DataList .Item { background: transparent !important;} (View Post)1 -
Re: Streamline Social Login Button
The button has its own CSS class. So you can do pretty much whatever you want .SocialIcon-Google, .SocialIcon-Google:hover { background: black; font-size: 0;}.SocialIcon-Google .Icon { display: none;… (View Post)1