• azraelsvk

    (@azraelsvk)


    Hey!

    I have 3 banners on my blog. I want to make it possible for donators to browse it without seeing any ads.

    Any ideas?

Viewing 5 replies - 1 through 5 (of 5 total)
  • fitztrev

    (@fitztrev)

    If you have it so that donor’s can register and login, then you can have ads not show for anyone who is logged in.

    <?php
    get_currentuserinfo();
    global $user_level;
    if ($user_level == 0)
    echo "<a href='http://www.advertiser.com'>Advertiser's Link</a>";
    ?>
    Thread Starter azraelsvk

    (@azraelsvk)

    Thank you very much!
    It works just fine.

    Thread Starter azraelsvk

    (@azraelsvk)

    One more question…There are 5 ranks in WordPress: administrator, editor, author, contributor, subscriber

    I don’t want to give donators any privileges as posting, etc… But subscribers see ads. Others groups don’t. How to make it that subscribers won’t see ads too?

    Thanks

    Samuel B

    (@samboll)

    Try this – very flexible.
    http://redalt.com/Resources/Plugins/Role+Manager
    You can assign what roles for users and can add new tasks and roles.

    Thread Starter azraelsvk

    (@azraelsvk)

    Thank you for tip! Works fine 🙂

    Btw, version which works under 2.1 can be found here http://www.im-web-gefunden.de/wordpress-plugins/role-manager/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘AdsFree Browsing’ is closed to new replies.