breadcrumb

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

breadcrumb

Post by neuropass »

Hi Stoker,

Is there a way to hide the breadcrumb on the portal page?

breadcrumb

Post by Stoker »

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"))
);