Page 1 of 1

Removing breadcrumbs from the portal

Posted: 5. April 2010 00:07
by Genopath
http://finalascension.pixelwarrior.org/portal.php
I want to remove: "Portal ยป Board index" (the breadcrumb part) only for my portal

Any ideas?

Re: Removing breadcrumbs from the portal

Posted: 5. April 2010 03:55
by Genopath
I want to remove the breadcrumbs from the portal so it looks cleaner

This is my board:
http://finalascension.pixelwarrior.org/

It is based on subsilver2 style.
I found a way to do it but I fear I might have messed up something else. In order to remove it I had to change this IF statement from overall_header.html

From:
<!-- IF not $S_IN_PORTAL or S_DISPLAY_PHPBB_MENU -->

To:
<!-- IF not $S_IN_PORTAL -->

I have no idea what S_DISPLAY_PHPBB_MENU means. Anyone care to explain? Also should I be worried I made this change?

Re: Removing breadcrumbs from the portal

Posted: 5. April 2010 11:17
by Marc
Set this to no in the ACP:
phpBB menu:
Display the phpBB Header on the portal.

And undo the changes you just mentioned.

Re: Removing breadcrumbs from the portal

Posted: 5. April 2010 12:42
by Genopath
If I do that it also takes away the menu above the breadcrumbs.

Is there any way I can stop this function from doing this?

Link to my board:
http://finalascension.pixelwarrior.org/

EDIT:
Found the fix! Thanks for your help sir! =)