Removing breadcrumbs from the portal

Kein Support auf phpBB Styles direkt!
No support directly to phpBB Styles!

Post Reply

Topic author
Genopath
Active Member
Posts: 29
Joined: 4. April 2010 00:16

Removing breadcrumbs from the portal

Post by Genopath »

http://finalascension.pixelwarrior.org/portal.php
I want to remove: "Portal » Board index" (the breadcrumb part) only for my portal

Any ideas?

Topic author
Genopath
Active Member
Posts: 29
Joined: 4. April 2010 00:16

Re: Removing breadcrumbs from the portal

Post 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?
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Removing breadcrumbs from the portal

Post 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.

Topic author
Genopath
Active Member
Posts: 29
Joined: 4. April 2010 00:16

Re: Removing breadcrumbs from the portal

Post 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! =)
Post Reply

Return to “Styles Support”