Post
Topic
Board Announcements (Altcoins)
Re: [ANN][EMC2] Einsteinium | Funding the Future With the Future of Currency
by
DoiX
on 28/03/2014, 15:21:08 UTC
Btw. can you please disable the top wordpress-bar for non-admin/legitimate users (which are only registered for the votings) at the foundation website.

@functions.php
Code:
if(!current_user_can('manage_options'))
{
    add_filter('show_admin_bar', '__return_false');
}

Fixed, thank you! For some reason testing the site under a normal user account slipped my mind Smiley