1

Topic: Board statistics Help.

Look at here on the board statistic.
http://debateroom.com/
how can i edit to put on there an image? like there??

Yours, Benny.

2

Re: Board statistics Help.

Some one?? please i need it fast

Yours, Benny.

3 (edited by Kas 2005-11-12 13:00)

Re: Board statistics Help.

#punforum #brdstats div.box div.inbox dl.conl
{
background: transparent url(../../img/your style/stats.png) no-repeat 0% 50%;
padding-left: 38px;
}

Sorry for my mistake. wink

4

Re: Board statistics Help.

Look in the CSS

/* board stats icon */
#punindex #brdstats div.box div.inbox dl.conl,
#punforum #brdstats div.box div.inbox dl.conl
{
background: url('../../img/Invision-board/stats.gif') no-repeat 0% 50%;
padding-left: 32px
}

5

Re: Board statistics Help.

Ty Guys

Yours, Benny.

6

Re: Board statistics Help.

I am using on hebrew language the image is on the left and i need it on the right.
what to do?

Yours, Benny.

7

Re: Board statistics Help.

were you have the padding set to left in CSS change it to right.

8

Re: Board statistics Help.

changed, but still not so good look at here:
http://ubuntu.enter-serv.biz/Forums

Yours, Benny.

9

Re: Board statistics Help.

not all the padding. just the padding for the section you want at the right.

Re: Board statistics Help.

Hi, I'd like to use the Who's Online box featured in the miniportal article @ http://wiki.punres.org/Miniportal instead of the Board Statistic table located just above the footer, in order to make more space for the forums and avoiding too much scroll down.
I implemented the Who's Online box at the right of my forums... but I can't find a way to remove the default board statistics.

How can I hide/remove the board statistic table?

Re: Board statistics Help.

Add the following to your CSS:

#punindex #brdstats {DISPLAY: none; VISIBILITY: hidden}
Looking for a certain modification for your forum? Please take a look here before posting.

Re: Board statistics Help.

Thanks! smile