Topic: Adding buttons to header

Hi at the top of my forum above where it says index is a white space but when you put the mouse over it you can click on it which just refreshes the page and i need to remove the link so i can put my buttons there can anyone tell where to find it please

www.cornishhostingcompany.co.uk | Feature-packed UK hosting with R1Soft

Re: Adding buttons to header

Why don't you put all your buttons in <div> via main.tpl above your navlinks (navigation menu ... index... etc)
If you start playing around with taking out links that you'll need from every other part of the board to get back to index, you'll end up with chaos big_smile

Re: Adding buttons to header

Hi i tried this a few times but when i add my buttons they go over the other links which is no good

www.cornishhostingcompany.co.uk | Feature-packed UK hosting with R1Soft

Re: Adding buttons to header

You've added a div to main.tpl and the buttons go over the div with the navlinks?  hmm
Paste your main.tpl here will you....

Re: Adding buttons to header

Hi yes they go over not above is it ok if i email the code ?

www.cornishhostingcompany.co.uk | Feature-packed UK hosting with R1Soft

Re: Adding buttons to header

...Better to past the main.tpl code here as code....

7

Re: Adding buttons to header

That "white space" is your's forum title in white color on white background.

You can change it in oxygen_cs.css, row 305
[code=css]#brd-head a, #brd-head a:link, #brd-head a:visited {
color:#FFFFFF;
}[/code]

Eraversum - scifi browser-based online webgame

Re: Adding buttons to header

try pasting your code in between these two blocks (green and red)
and also use
<div id="brd-buttons" class="gen-content">
</div>

around the button code you have

<div id="brd-head" class="gen-content">
    <!-- forum_skip -->
    <!-- forum_title -->
    <!-- forum_desc -->
</div>
 

<div id="brd-navlinks" class="gen-content">
    <!-- forum_navlinks -->
    <!-- forum_admod -->
</div>

PS: You can delete your button code from the post above - and replace with "mycode"

Re: Adding buttons to header

Hi thanks for the help but this as put the buttons over my others again i will leave it there so you can see what as happend

www.cornishhostingcompany.co.uk | Feature-packed UK hosting with R1Soft

10

Re: Adding buttons to header

http://keydogbb.info/img/cornish.png

Ok...  your buttons are too large for the width of your forum.
Either you can

  • make the board wider via oxygen.css

  • get different smaller buttons....

  • make the navlinks font size smaller so they all fit on one line

  • put the new div brd-buttons outside, i.e at the very top of the main.tpl

  • add the brd-buttons to the oxygen.css and position width it into negative so that it goes further left, then delete those navlinks you added and create a border-bottom via css so that it doesn't stick to navlinks

IMO

Re: Adding buttons to header

hi they dont look like on google chrome or I.E  there in the centre but over the others ?

www.cornishhostingcompany.co.uk | Feature-packed UK hosting with R1Soft

12

Re: Adding buttons to header

I think it do what I just put bold in previous answer - then maybe change navlinks color background back to white.... font black....

and also put the

http://keydogbb.info/img/cornish2.png in the header next to chat button

Re: Adding buttons to header

loll think i will leave it as not really sure how to do it but thank you for all the help

www.cornishhostingcompany.co.uk | Feature-packed UK hosting with R1Soft

14

Re: Adding buttons to header

yw, but no logo in header is weird for sure mate