PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Installation & Upgrades (http://www.photopost.com/forum/reviewpost-installation-upgrades/)
-   -   Move TopMenu above Header.htm (http://www.photopost.com/forum/reviewpost-installation-upgrades/110495-move-topmenu-above-header-htm.html)

InterFX November 13th, 2004 10:47 AM

Move TopMenu above Header.htm
 
How do I move the topmenu() above the header.htm file? I have figured out how to modify teh topmenu() items - but can't locate where to move the actual header.htm file below the topmenu() line...

I am trying to move the topmenu() line above my header.htm file...

Thanks in advance...

InterFX

InterFX November 13th, 2004 04:24 PM

Ok, I'm half way there... http://www.worthyreading.com



In menubar.tmpl, add the following line into the code...

PPPRINT;

include( "{$Globals['RP_PATH']}/header.htm" );

echo<<<PPPRINT

But the main page is still adding the header.htm file... Where is this called?

Thanks in advance...

InterFX

InterFX November 17th, 2004 07:51 PM

Anyone know where the header.htm is called? or where can I modify it on the home apge (ie. not make it load automatically)

Thanks -
InterFX

Chuck S November 22nd, 2004 03:45 PM

InterFX

You know code modifications are discussed at http://www.photopostdev.com ;)

The header is called in the printheader function

InterFX November 22nd, 2004 06:26 PM

Yes, I forgot about the other forum... You should create a link to it form this forum so everyone remembers...

Here's what I'm doing... (per the question I asked)

http://www.worthyreading.com


All times are GMT -5. The time now is 11:00 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97