MyBB Community Forums

Full Version: Is there a way I can display a link in my navigation bar to only logged in users?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to move my new posts button and things up in my actual navigation bar, but I'm wondering if there's a possible way of making it so only logged in users can still see the new posts button. Can anyone point me in the right direction?
php in templates plugin would be the simplest
(2011-08-11, 12:11 AM)pavemen Wrote: [ -> ]php in templates plugin would be the simplest

But how will I go about it? I'm pretty much a newbie. Confused
PHP in templates: http://mybbhacks.zingaburga.com/showthread.php?tid=260
Install and get the code:
<if ($mybb->usergroup['gid'] == 1) then> THE GUEST CODE HERE<else> THE CODE MEMBERS HERE</if>
If your such a newbie whats with your signate? o_o
(2011-08-11, 09:28 AM)KhainSolja Wrote: [ -> ]If your such a newbie whats with your signate? o_o

Thanks Gypaete, I'll try it out.

And I'm not quite sure what a signate is KhainSolja... >.>