Page 1 of 1

Remove forum index bar in portal?

Posted: 29. December 2008 04:09
by fac7orx
Your Portal Version: 1.0.2
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://www.pixelsmashers.com/prac/portal.php

PHP Version: 3.0.4

What have you done before the problem was there?


What have you already tryed to solve the problem?
Changed the name of Board index, but I could not find exactly what effects the portal only.

Description and Message

________________

Hey guys, thanks again for helping with the links, but now I have another problem. How exactly do you remove the bar that says forum/ board index on it on the portal page.

What I am talking about:

Image

Note: I only want it removed in the portal page not the actual forums. Here is a example site that managed to accomplish that:

http://www.trailsofdeception.com/

Re: Remove forum index bar in portal?

Posted: 30. December 2008 23:24
by fac7orx
*I figured it out: problem solved.*

To make it show in the forum only you have to do some things. You have to create a seperate HTML document called portal_header.html (atleast that's what I've called it for no confusion), then in portal_body.html (which if everything is correct is under the template folder) you have to edit that file so that you change

Code: Select all

<!-- INCLUDE overall_header.html -->
to

Code: Select all

<!-- INCLUDE portal_header.html -->
Copy the contents from overall_header.html to portal_header.html, delete

Code: Select all

<!-- INCLUDE breadcrumbs.html -->
(or whatever it was called for you) in the portal_header.html document.

Save everything and upload to your webserver and that should do the trick.

Regards,

xGj