PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Add "Return to Main" Option (http://www.photopost.com/forum/photopost-pro-how-do-i/116011-add-return-main-option.html)

molieman October 5th, 2005 08:00 AM

Add "Return to Main" Option
 
Hi, in the menu bar, I want to add "Retrun To Main", to return to the main page. How do I do that?

Thanks, Matt O.

Chuck S October 8th, 2005 11:51 AM

Your home button returns you to the main page of the product

molieman October 18th, 2005 02:43 PM

Thanks Chuck, but I already new that:)

Here's the original post:
---------------
Could someone tell where I can add menu items. I want to be able to link between Classifieds, PhotoPost,Forum and Main Page (HOME), and still keep the same integrity/cosmetics of the menu bar operation.

Matt O.
---------------
The operative word is "add" :)

Thanks, Matt O.

Chuck S October 18th, 2005 03:00 PM

well are you integrating with vb or standalone?

vb you can add links in the vb navbar template. In photopost you can add links in the menubar.tmpl

molieman October 18th, 2005 03:12 PM

Integrating with phpBB, but am using PhotoPost "Blue" Stylesheet.

I want to add "Classifieds", "Forum", and "MAIN" (our home page) to the menubar.

Below is my menubar.tmpl,

Thanks again,
Matt O.

-------------------------

<?php
echo <<<PPPRINT
<!-- BEGIN TEMPLATE: menubar.tmpl -->
$ppopen
<tr>
<td class="{$Style['menubar']}" width="100%" colspan="2">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="{$Style['menubarnb']}" width="50%" align="left" valign="middle">
&nbsp;$menu2
</td>
<td class="{$Style['menubarnb']}" width="50%" align="right"valign="middle">
$menu&nbsp;
</td>
</tr>
</table>
</td>
</tr>
$ppclose<br />
<!-- END TEMPLATE: menubar.tmpl -->
PPPRINT;

?>

molieman October 18th, 2005 10:11 PM

I don't know how this got posted twice...... :confused:

Anyway..... I didn't see in the menubar.tmpl where to add the menu items I mentioned in the previous post.

And since I didn't get an answer...... does that mean there isn't an answer, or do I have to do something else to make this work...?

Matt O.

Chuck S October 18th, 2005 11:07 PM

Okay you asked what where to edit and it was answered. I stated menubar.tmpl

What do you mean how you want to know how to code an html link?

Code:

Content visible to verified customers only.

molieman October 19th, 2005 09:25 AM

Quote:

Originally Posted by Chuck S

Code:

Content visible to verified customers only.

Chuck, I appreciate your help... and apologize for not being so specific. I guess I get a little embarrassed by asking for something that is so simple for you, but not for me.

I have no idea how that fits in to the menubar.tmpl code, and where will it get the info from, to insert "Classifieds", as an example.

Again Chuck, you're help is very much appreciated.

Matt O.

Chuck S October 19th, 2005 09:34 AM

Okay an html link is coded as noted above in bold.

Maybe something like this for you

Code:

Content visible to verified customers only.

molieman October 19th, 2005 09:49 AM

Absolutely FANTASTIC.... Thank you Chuck:)

Matt O.


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