Topic: nav links visible to only members
how do i make links i put in the navbar(via admin option) only show up for members?
FluxBB - Less is more
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → nav links visible to only members
how do i make links i put in the navbar(via admin option) only show up for members?
Add the links in functions.php instead of in the admin panel.
ok. can someone give a hint on how to do this please? i took a peek at this section:
//
// Generate the "navigator" that appears at the top of every page
//
function generate_navlinks()
and don't understand how it works. please and thank you.
below that add
$links[] = '<li id="navirc"><a href="irc://irc.stealingyour.info/stolennet">IRC</a>';
to add a normal link, or
if (!$pun_user['is_guest'])
$links[] = '<li id="navirc"><a href="irc://irc.stealingyour.info/stolennet">IRC</a>';
to add a link only visible to members.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → nav links visible to only members
Powered by PunBB, supported by Informer Technologies, Inc.