Hi Stoker,
Is there a way to hide the breadcrumb on the portal page?
breadcrumb
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
breadcrumb
Sure, find and delete this from portal.php
Code: Select all
// Set up Navlinks
$template->assign_block_vars('navlinks', array(
'FORUM_NAME' => ($user->lang['PORTAL']),
'U_VIEW_FORUM' => append_sid("{$phpbb_root_path}portal.$phpEx"))
);