PDA

View Full Version : Community Navbar Link


Gleedo
06-04-2009, 06:57 PM
Hi

Ive been trying to work out how to turn off/remove the 'Community' link in the navbar.

I thought there might have been an option for it, but havent found one as yet. Do I have to edit the navbar template?:confused:

Thanks

Silver Tiger
06-04-2009, 07:01 PM
Yes you do :o

Gleedo
06-04-2009, 07:15 PM
OK thanks Silva, just thought it would have been an option or something....oh well :erm:

Lynne
06-04-2009, 07:15 PM
It gets shown if $show[communitylink] is true. That is set to true on this line of global.php:
$show['communitylink'] = ($show['quick_links_groups'] OR $show['quick_links_albums'] OR $show['friends_and_contacts']);So, if any of those options are on/true, then the link will show.

Gleedo
06-04-2009, 07:21 PM
Thanks, thats very helpful :)