Is this kind of Header could even be achieved?
2 posters
Page 1 of 1
Is this kind of Header could even be achieved?
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 Tue Aug 25, 2015 3:48 am; edited 1 time in total
Re: Is this kind of Header could even be achieved?
hello, @TenzoNakamiXD
Yes you can do it,
this is for version 'phpBB3'
Go open > overall_header
find this and delete
and find this code
Add after this code
-------------
add the CSS code
you can change margin top As you like Let there be appropriate
Yes you can do it,
this is for version 'phpBB3'
Go open > overall_header
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
Re: Is this kind of Header could even be achieved?
new.moon wrote:hello, @TenzoNakamiXD
Yes you can do it,
this is for version 'phpBB3'
Go open > overall_header
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.
Re: Is this kind of Header could even be achieved?
this is for version 'Invision'
Go open > overall_header
find this and delete
and find this code
Add after this code
add the CSS code
you can change the color and background or add Other effects.
Go open > overall_header
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.
Re: Is this kind of Header could even be achieved?
@new.moon
Thanks for your assistance. But it turned out like this?
What 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.
Thanks for your assistance. But it turned out like this?
What 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.
Similar topics
» well this kind of sucks....
» Daily E-mail update? Or some kind of progress report?
» Some kind of subscribe problems.
» Founder: Kind of a password problem, mostly an e-mail problem
» My forum is under some kind of attack
» Daily E-mail update? Or some kind of progress report?
» Some kind of subscribe problems.
» Founder: Kind of a password problem, mostly an e-mail problem
» My forum is under some kind of attack
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum