Show Home | Contact | Login by default Show Home | Contact | Login by default
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Show Home | Contact | Login by default

Started by wbeddoe, November 27, 2013, 02:27:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wbeddoe

Hello All,

Is there an option to show the | Home | Contact | Login | links by default without having to click on the orange down-arrow carrot?

Gallery 1.5.22 (stable)
Coppermine Photo Gallery 1.5.22 (stable)
IT Exec; BS Psychology; #USMC

Αndré

The easiest solution would be to use a theme that show it by default, which should apply to the majority of available themes. If you want to keep your current theme, please post a link to your gallery.

wbeddoe

Coppermine Photo Gallery 1.5.22 (stable)
IT Exec; BS Psychology; #USMC

Αndré

Open themes/rhinoswelt/style.css, find
#SYS_MENU {
    position:relative;
    width:800px;
    height:30px;
    left: 35px;
    top: 5px;
    margin:-10px;
    padding:0;
    z-index:1;
    visibility: hidden;
}

and replace with
#SYS_MENU {
    position:relative;
    width:800px;
    height:30px;
    left: 35px;
    top: 5px;
    margin:-10px;
    padding:0;
    z-index:1;
    visibility: visible;
}



To remove the now useless arrow button, open themes/rhinoswelt/theme.php, remove
                                        <td class="top_menu_bttn">
                                                <span class="top_menu_container"><a href="javascript:;" onmouseover="MM_showHideLayers('SYS_MENU','','show')">&nbsp;<img src="themes/rhinoswelt/images/icons/menu_down.png" border="0" height="16" width="16" alt="" style="vertical-align:middle;" />&nbsp;</a></span>
                                        </td>
                                        <td><img src="themes/rhinoswelt/images/menu_spacer.gif" width="8" height="35" border="0" alt="" /><br /></td>

completely.

wbeddoe

Thank you Αndré,

Perfect!

I appreciate your time.

Coppermine Photo Gallery 1.5.22 (stable)
IT Exec; BS Psychology; #USMC

Αndré

Please
Quote from: Joachim Müller on September 28, 2008, 12:46:26 PM
tag your thread as "solved" by clicking on the "Topic Solved" button on the bar at the left hand side at the bottom of your thread.