PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   move menubar (http://www.photopost.com/forum/photopost-pro-installation-upgrades/113521-move-menubar.html)

_fab April 16th, 2005 01:24 PM

move menubar
 
Hello,

I'am running PP in addition to PHPbb, so far I solved it, but there is one problem concerning the menubar: I would like to insert it into my page-header (not a PP-header, seperate file).
I tried to call the topmenu() -function at the place I would like to display the menubar - but it doesn't work, maybe because the function appears below the call?
How can I solve the problem?

The page (under construction)

Greetings
Fabian

Chuck S April 16th, 2005 02:30 PM

You would include the menubar template where you want it to display

_fab April 16th, 2005 02:50 PM

I tried:

Code:

Content visible to verified customers only.
... in the html of the page (source-code) is shown:

<!-- BEGIN TEMPLATE: menubar.tmpl -->

<tr>
<td class="cat" width="100%" colspan="2">

<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="" width="50%" align="left" valign="middle">
&nbsp;
</td>
<td class="" width="50%" align="right"valign="middle">
&nbsp;
</td>
</tr>
</table>
</td>
</tr>
<br />
<!-- END TEMPLATE: menubar.tmpl -->


:confused:

Chuck S April 16th, 2005 02:56 PM

You need to call that menubar within the photopost header so we know the topmenu variable is. topmenu(); is called before printheader and then later menubar is called.

Anyway modification to code can be posted on photopostdev.com

_fab April 16th, 2005 03:59 PM

what do you mean with: photopost header?

Thanks for helping...

fabian

Chuck S April 16th, 2005 04:09 PM

I mean whatever html should be in the header your calling over photopost

_fab April 16th, 2005 04:49 PM

... now I just "modified" the menubar.tmpl and let the header-file (own one) empty:

http://www.cartuning.de/photopost/index.php (under construction)

... and it's o.k. for me ;)

Thanks for support!

Fabian


All times are GMT -5. The time now is 11:30 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