Howto get overall_header on the portal?

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
frold
Portal Enthusiast
Posts: 108
Joined: 24. March 2008 07:52

Howto get overall_header on the portal?

Post by frold »

Hey,

How do I get the overall_header on my portal?

I found a german post about it - but I didnt understand it :S viewtopic.php?f=8&t=460
http://www.studmed.dk - Portal for doctors and medical students in Denmark

Topic author
frold
Portal Enthusiast
Posts: 108
Joined: 24. March 2008 07:52

Re: Howto get overall_header on the portal?

Post by frold »

Seems like it working

OPEN
overall_header.html

FIND

Code: Select all

<!-- DEFINE $S_IN_PORTAL = 1 -->
<!-- INCLUDE overall_header.html -->
REPLACE WITH

Code: Select all

<!-- INCLUDE overall_header.html -->
http://www.studmed.dk - Portal for doctors and medical students in Denmark
User avatar

Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: Howto get overall_header on the portal?

Post by Christian_N »

Code: Select all

<!-- DEFINE $S_IN_PORTAL = 1 -->
is required.
Go into the "ACP -> .MODS -> PORTAL -> General settings and disable the option "Main menu"

Greeting Chris
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!

Topic author
frold
Portal Enthusiast
Posts: 108
Joined: 24. March 2008 07:52

Re: Howto get overall_header on the portal?

Post by frold »

Then I dont have the menu block that I use and have edited for my needs...
http://www.studmed.dk - Portal for doctors and medical students in Denmark
User avatar

derkubi
Portal Enthusiast
Posts: 159
Joined: 12. March 2008 18:52
Contact:

Re: Howto get overall_header on the portal?

Post by derkubi »

frold wrote:Seems like it working

OPEN
overall_header.html

<!-- INCLUDE overall_header.html -->
??? open portal_body.html ???

Topic author
frold
Portal Enthusiast
Posts: 108
Joined: 24. March 2008 07:52

Re: Howto get overall_header on the portal?

Post by frold »

derkubi wrote:
frold wrote:Seems like it working

OPEN
overall_header.html

<!-- INCLUDE overall_header.html -->
??? open portal_body.html ???
This isent a mod - if you dont have basic phpBB skills dont do mess with the files.

Use the solution Christian_N gives....
http://www.studmed.dk - Portal for doctors and medical students in Denmark
User avatar

spongeweb
Active Member
Posts: 21
Joined: 15. April 2008 12:19

Re: Howto get overall_header on the portal?

Post by spongeweb »

Code: Select all

<!-- DEFINE $S_IN_PORTAL = 1 -->
Why is this needed? I deleted it, and it works fine without it?
http;//www.websponge.net
Sarcasm in bundles
User avatar

Christian_N
Former Team Member
Posts: 2266
Joined: 19. January 2008 01:17
phpBB.de User: Christian_N
phpBB.com User: Christian_N
Location: Frankfurt
Contact:

Re: Howto get overall_header on the portal?

Post by Christian_N »

Hello,
Now if now was in the overall_header.html / overall_footer.hmtl define do what only the portal or not the portal to be displayed it will not work anymore.


e.g.

Code: Select all

<!-- IF $S_IN_PORTAL -->
This text sees only portal
<!-- ENDIF -->

Code: Select all

<!-- IF not $S_IN_PORTAL -->
This text is not in the portal, but everywhere in the forum
<!-- ENDIF -->

So if you have this <!-- DEFINE $S_IN_PORTAL = 1 --> delete do, they do not work anymore.


Sorry for this English ... Did it with Google translated...

Greeting Chris
Meine Projekte: Chantals - Fanpage .::. phpBB Projekt
No support via PM, email or messenger!
Locked

Return to “board3 Portal 1.0.x - English Support”