Yamaha Majesty Scooter Forum banner

Return from Gallery:

4102 Views 4 Replies 4 Participants Last post by  KartingBuzz
After viewing pictures in the gallery, there is no HOME return link (is there?) To get back to the forum. Of course one can use the BACK arrow in the top left of the browser, but it might take lots of clicks. This is only a minor annoyance. I usually delete the last part of the browser address, leaving only http://www.majestyusa.com/. Anything after that, I delete. Then I start over.

Am I missing something ?

DougThompson
1 - 5 of 5 Posts
God question, Doug. I guess I never noticed... :oops: But I'l try to find out.
If you are using IE there is a a 'down arrow' that controls a drop down menu - just to the right of the back button this enables you to jump back a number of pages at a time and when 'visible' to the direct forum page.
Here is you code to use and edit in 3 files in the "html_wrap" folder.

Edit: album.header.default
Find
Quote:
<?php echo $gallery->album->fields["title"] ?>

Add code below right after the "?>" :
Quote:
| Contact | Forum

Edit: gallery.header.default
Find
Quote:
<?php echo $gallery->app->galleryTitle ?>

Add code below right after the "?>" :
Quote:
| Contact | Forum

Edit: photo.header.default
Find
Quote:
<?php echo $gallery->album->fields["title"] ?>

Add code below right after the "?>" :
Quote:
| Contact | Forum

There is a space before the first " | "so as to space it from the gallery name.

Here is it in operation of my old gallery,
http://www.kartingbuzz.com/gallery1/albums.php

And be sure to backup the files before you edit, just in case, but you should not have any problems or want to return it to normal.

Also you can remove the contact code or rename it and use it to return to the majestyusa.com home page.

OR i sent a PM to greengoose about upgrading the gallery to version2 if he wants and have the links in it.

Lennie
See less See more
New gallery up and running with link back.

The "If you would like a gallery account, please send a request email to: [email protected]" at the top of forum can be removed, since the new gallery has registur option.

:)
1 - 5 of 5 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top