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
Howto get overall_header on the portal?
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.
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.
Howto get overall_header on the portal?
http://www.studmed.dk - Portal for doctors and medical students in Denmark
Re: Howto get overall_header on the portal?
Seems like it working
OPEN
overall_header.html
FIND
REPLACE WITH
OPEN
overall_header.html
FIND
Code: Select all
<!-- DEFINE $S_IN_PORTAL = 1 -->
<!-- INCLUDE overall_header.html -->
Code: Select all
<!-- INCLUDE overall_header.html -->
http://www.studmed.dk - Portal for doctors and medical students in Denmark
-
- 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?
Code: Select all
<!-- DEFINE $S_IN_PORTAL = 1 -->
Go into the "ACP -> .MODS -> PORTAL -> General settings and disable the option "Main menu"
Greeting Chris
Re: Howto get overall_header on the portal?
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
Re: Howto get overall_header on the portal?
??? open portal_body.html ???frold wrote:Seems like it working
OPEN
overall_header.html
<!-- INCLUDE overall_header.html -->
Re: Howto get overall_header on the portal?
This isent a mod - if you dont have basic phpBB skills dont do mess with the files.derkubi wrote:??? open portal_body.html ???frold wrote:Seems like it working
OPEN
overall_header.html
<!-- INCLUDE overall_header.html -->
Use the solution Christian_N gives....
http://www.studmed.dk - Portal for doctors and medical students in Denmark
Re: Howto get overall_header on the portal?
Code: Select all
<!-- DEFINE $S_IN_PORTAL = 1 -->
-
- 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?
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.
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
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