MyBB Community Forums

Full Version: restricting certain toplink pages to members only
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to restrict Chat, Interpreter, annd Version 2 / 3 Toplinks in my forum to members only.
It could be to not display the link, or to get an error if the guest clicks the toplink, etc. Which ever as long as guest cannot easily access those pages.


the forum
http://metulburr.com/index.php
Install the plugin template conditionals, then use the following on the links:

<if $mybb->user['uid'] then>your link here</if>