The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Second navigation bar

Go down

Second navigation bar Empty Second navigation bar

Post by Veljko April 3rd 2009, 3:14 pm

hello, can you please give me the code to include this buttons in a second navigation bar like here:
http://www.cherrydesigns.net/index.htm

If I use the codes from Placehold tutorial I can't put register and log in button properly. It would show already logged in member to log in. So? Can you tell me what to add. Also on Cherry's site you can se profile, messages and log out when you are loged in.

How can I do this? I really need this...

Regards
Veljko
Veljko
Active Poster

Male Posts : 1270
Reputation : 23
Language : Serbian, English, CSS, HTML, a bit of latin and german...
Location : Starlight road

Back to top Go down

Second navigation bar Empty Re: Second navigation bar

Post by Guest April 4th 2009, 3:19 pm

Ok so basically the exact code being used on cherry designs will be slightly different for each forum depending on the size of the buttons, the buttons being used and the positioning of them

Here is a sample code showing 5 buttons down and 2 on top

Code:
#i_icon_mini_register {
        padding: 0.5em 1.1em 0em 1.1em;
        background-image: url('');
        z-index: 0 !important;
        display: inline !important;
        border-color: transparent;
        position: absolute;
        background-attachment: scroll !important;
        margin-left: -145px !important;
        margin-top: -40px !important;
        overflow: hidden !important;
        }

#i_icon_mini_profile {
        padding: 0.5em 1.1em 0em 1.1em;
        background-image: url('');
        z-index: 0 !important;
        display: inline !important;
        border-color: transparent;
        position: absolute;
        background-attachment: scroll !important;
        margin-left: -229px !important;
        margin-top: -40px !important;
        overflow: hidden !important;
        }

#i_icon_mini_message {
        padding: 0.5em 1.1em 0em 1.1em;
        background-image: url('');
        z-index: 0 !important;
        display: inline !important;
        border-color: transparent;
        position: absolute;
        background-attachment: scroll !important;
        margin-left: -161px !important;
        margin-top: -40px !important;
        overflow: hidden !important;
        }

#i_icon_mini_new_message {
        padding: 0.5em 1.1em 0em 1.1em;
        background-image: url('');
        z-index: 0 !important;
        display: inline !important;
        border-color: transparent;
        position: absolute;
        background-attachment: scroll !important;
        margin-left: -161px !important;
        margin-top: -40px !important;
        overflow: hidden !important;
        }

#i_icon_mini_logout {
        padding: 0.5em 1.1em 0em 1.1em;
        background-image: url('');
        z-index: 0 !important;
        display: inline !important;
        border-color: transparent;
        position: absolute;
        background-attachment: scroll !important;
        margin-left: -74px !important;
        margin-top: -40px !important;
        overflow: hidden !important;
        }

#i_icon_mini_login {
        padding: 0.5em 1.1em 0em 1.1em;
        background-image: url('');
        z-index: 0 !important;
        display: inline !important;
        border-color: transparent;
        position: absolute;
        background-attachment: scroll !important;
        margin-left: -63px !important;
        margin-top: -40px !important;
        overflow: hidden !important;
        }

Regards









Craig
avatar
Guest
Guest


Back to top Go down

Second navigation bar Empty Re: Second navigation bar

Post by Veljko April 4th 2009, 4:59 pm

Where should I post this... In forum's description?
Veljko
Veljko
Active Poster

Male Posts : 1270
Reputation : 23
Language : Serbian, English, CSS, HTML, a bit of latin and german...
Location : Starlight road

Back to top Go down

Second navigation bar Empty Re: Second navigation bar

Post by Guest April 4th 2009, 5:04 pm

EDIT:

Here is a list of movable buttons for forumotion forums Smile
#i_icon_mini_index
#i_icon_mini_portal
#i_icon_mini_calendar
#i_icon_mini_faq
#i_icon_mini_search
#i_icon_mini_members
#i_icon_mini_groups
#i_icon_mini_profile
#i_icon_mini_message
#i_icon_mini_new_message
#i_icon_mini_logout
#i_icon_mini_login


No you can add it to the stylesheet section in

Admin panel\Display\Color\CSS Stylesheet

Also things like login and logout codes should be identical apart from its name so that the buttons are in the same position

regards







Craig
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum