PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Moving custom links further down... (http://www.photopost.com/forum/photopost-pro-how-do-i/125542-moving-custom-links-further-down.html)

jgommel June 14th, 2006 09:39 AM

Moving custom links further down...
 
Okay, I edited the menubar.tmpl with the following code to add custom links:

<td class="{$Style['menubarnb']}" width="50%" align="right"valign="middle">
<a href="http://www.neosmut.com/wp/">Blog</a> &middot;
$menu&nbsp;
</td>

Now I'd like to know how to move custom links further down the list? (Ex. - Admin - Home - Search - Blog - About Us - Profile)

Please bear with me - I'm not a programmer and only dabble in code when I know what it is I'm supposed to touch and I have examples to work from - haha. This forum has bailed me out of trouble numerous times.

Thanks in advance!

Chuck S June 14th, 2006 09:47 AM

Using the way your doing it you can only show the links your placing before or after our links thus move your html after $menu&nbsp;

jgommel June 14th, 2006 02:14 PM

Okay, cool that works, but is there a way to place my custom links in-between your (PhotoPosts) links?

Chuck S June 14th, 2006 02:37 PM

That would require you to modify the code specifically the topmenu function in pp-inc.php

jgommel June 14th, 2006 03:00 PM

I'm getting the feeling that you'd rather I not... haha. I guess I could make a backup copy of the pp-inc.php file and then edit that one (or atleast attempt to).

Any suggestions on where to start under the #topmenu function?

Chuck S June 14th, 2006 03:36 PM

You can feel free to discuss code modification in the modifications forums. This is not something we get into on the support forums as we support our products as written. Yes always backup before you try changing things


All times are GMT -5. The time now is 06:53 PM.

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