Page 1 of 1

any button to go back to main Screen!?

Posted: 16 Mar 2008, 13:23
by xtron
i haven noticed that once i go thru main menu to a folder there is no button to go back to the front page of the gallery! can any1 help me because i think there should be a button to go back to front page!

here is my site:
http://soundshockuk.com/DarkRoom/upload/

also on the top i made 3 link menu.

1st menu will take the user back to home page of the main site.

2nd because there is no button to go back to front page of the gallery so this should refrest the page to start from begining but its not working at all.

here is the code:

=====================================
link2 = Home Gallery
link2rollover = false
link2rolloverdata = false
link1click = _blank
link1clickdata = http://soundshockuk.com/DarkRoom/upload/
=====================================

3rd one is working fine. its a email button to send emails!

please help me if anyone know a fix for this two issue i am having.

take care guys

ASIF

Posted: 17 Mar 2008, 08:47
by nomadic
Change your code to:

=====================================
link2 = Home Gallery
link2rollover = false
link2rolloverdata = false
link2click = _self
link2clickdata = http://soundshockuk.com/DarkRoom/upload/
=====================================

For most usability use tooltip:

=====================================
link2 = Home Gallery
link2rollover = tooltip
link2rolloverdata = Home Gallery
link2click = _self
link2clickdata = http://soundshockuk.com/DarkRoom/upload/
=====================================