Is this kind of Header could even be achieved? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
2 posters

    Is this kind of Header could even be achieved?

    avatar
    TenzoNakamiXD
    Forumember


    Posts : 110
    Reputation : 1
    Language : English, Indonesian

    Is this kind of Header could even be achieved? Empty Is this kind of Header could even be achieved?

    Post by TenzoNakamiXD Mon Aug 24, 2015 4:34 pm

    Is this kind of Header could even be achieved? Uuuuu10

    Hello there, So I know this isn't on Forumotion, and is done in newest version of IPB, but I'm just kind of wondering. Could my forum also has this Header? And if I could, is it can only be done under Invision or I could also do it on phpBB3?

    What I'm saying is that I want the Logo Icon to the left and the rest of the Nav Links are on the right. That's all.


    Last edited by TenzoNakamiXD on Mon Aug 24, 2015 9:48 pm; edited 1 time in total
    YasirAyad
    YasirAyad
    Forumember


    Male Posts : 67
    Reputation : 10
    Language : En/Ar

    Is this kind of Header could even be achieved? Empty Re: Is this kind of Header could even be achieved?

    Post by YasirAyad Mon Aug 24, 2015 6:48 pm

    hello, @TenzoNakamiXD

    Yes you can do it,
    this is for version 'phpBB3'
     Go open > overall_header Is this kind of Header could even be achieved? Editer

    find this and delete
    Code:
    <ul class="linklist navlinks{NAVBAR_BORDERLESS}">
             <li>{GENERATED_NAV_BAR}</li>
             </ul>


    and find this code

    Code:
    <a href="{U_INDEX}" id="logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>


    Add after this code  


    Code:
     <ul class="linklist navlinks{NAVBAR_BORDERLESS}">
             <li>{GENERATED_NAV_BAR}</li>
             </ul>

    -------------
    add the CSS code

    Code:
    ul.navlinks {
    margin-top: 30px;
    float: right;
    }

    you can change margin top As you like Let there be appropriate
    avatar
    TenzoNakamiXD
    Forumember


    Posts : 110
    Reputation : 1
    Language : English, Indonesian

    Is this kind of Header could even be achieved? Empty Re: Is this kind of Header could even be achieved?

    Post by TenzoNakamiXD Mon Aug 24, 2015 8:34 pm

    new.moon wrote:hello, @TenzoNakamiXD

    Yes you can do it,
    this is for version 'phpBB3'
     Go open > overall_header Is this kind of Header could even be achieved? Editer

    find this and delete
    Code:
    <ul class="linklist navlinks{NAVBAR_BORDERLESS}">
             <li>{GENERATED_NAV_BAR}</li>
             </ul>


    and find this code

    Code:
    <a href="{U_INDEX}" id="logo"><img src="{LOGO}" alt="{L_INDEX}" /></a>


    Add after this code  


    Code:
     <ul class="linklist navlinks{NAVBAR_BORDERLESS}">
             <li>{GENERATED_NAV_BAR}</li>
             </ul>

    -------------
    add the CSS code

    Code:
    ul.navlinks {
    margin-top: 30px;
    float: right;
    }

    you can change margin top As you like Let there be appropriate

    Hi there and thanks for replying,
    is this also able to be done in Invision? My current forum layout is set to Invision and the step wasn't working.
    The reason I asked for phpBB3 version is because I want to try a few more stuff in Invision before deciding to return to phpBB3 or not. That way I have a backup codes to redo it again in phpBB3.
    YasirAyad
    YasirAyad
    Forumember


    Male Posts : 67
    Reputation : 10
    Language : En/Ar

    Is this kind of Header could even be achieved? Empty Re: Is this kind of Header could even be achieved?

    Post by YasirAyad Mon Aug 24, 2015 10:29 pm

    this is for version 'Invision'
     Go open > overall_header Is this kind of Header could even be achieved? Editer

    find this and delete

    Code:
    <div id="submenu">
                   <ul>
                      <li class="clearfix">{GENERATED_NAV_BAR}</li>
                   </ul>
                </div>

    and find this code


    Code:
    <a href="{U_INDEX}" id="logo" title="{L_INDEX}"><img src="{LOGO}" alt="{L_INDEX}" /></a>

    Add after this code  


    Code:
    <div id="submenu">
                   <ul>
                      <li class="clearfix">{GENERATED_NAV_BAR}</li>
                   </ul>
                </div>


    add the CSS code


    Code:
    #submenu {
        background: #979ba0;
        color: #303b4a;
        padding: .5em 0 .65em;
        text-align: right;
        float: right;
    }

    you can change the color and background or add Other effects.
    avatar
    TenzoNakamiXD
    Forumember


    Posts : 110
    Reputation : 1
    Language : English, Indonesian

    Is this kind of Header could even be achieved? Empty Re: Is this kind of Header could even be achieved?

    Post by TenzoNakamiXD Mon Aug 24, 2015 11:07 pm

    @new.moon
    Thanks for your assistance. But it turned out like this?
    Is this kind of Header could even be achieved? Puf10What I want is it to turn out that the Logo is centered to the right of the Navbar, but the Navbar seems to going down.
    avatar
    TenzoNakamiXD
    Forumember


    Posts : 110
    Reputation : 1
    Language : English, Indonesian

    Is this kind of Header could even be achieved? Empty Re: Is this kind of Header could even be achieved?

    Post by TenzoNakamiXD Wed Aug 26, 2015 7:40 pm

    bump.

    Any help?