Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Sign in page problem
Welcome! The buttons are hidden under the footer, because you have added a large image there. This can be solved by increasing the bodys bottom margin: .sticky-footer-body { margin-bottom: 201px;} (View Post)2 -
Re: Forum Leaderboard, remove banned users.
Are you on the hosted platform? If yes, this is the place to ask: http://vanillaforums.com/categories/questions If not, you need to specify what gamification addon you are using. (View Post)1 -
Re: Feedback Thread
Thanks for trying my plugin! The wrong page number is an incompatibility with the DateJumper plugin. I just fixed it, you can try the version of github if you want: https://github.com/bleistivt/Infin… (View Post)1 -
Re: YAGA question regarding ranks
Yes, most modern browsers have excellent style development tools .Rank.Rank-test { font-size: 0;}.Rank.Rank-test:after { content: " "; width: 20px; height: 20px; background: url("http:… (View Post)1 -
Re: I need to add a custom link to the logo in the header - not hard-coded but from the config file.
The T() function is also available in Smarty http://docs.vanillaforums.com/theming/smarty/i18n/ So you can do {t c="HomeLink"} and create the file /conf/locale.php <?php if (!defined('AP… (View Post)3