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??
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → 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??
Some one?? please i need it fast
#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.
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
}
Ty Guys
I am using on hebrew language the image is on the left and i need it on the right.
what to do?
were you have the padding set to left in CSS change it to right.
changed, but still not so good look at here:
http://ubuntu.enter-serv.biz/Forums
not all the padding. just the padding for the section you want at the right.
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?
Add the following to your CSS:
#punindex #brdstats {DISPLAY: none; VISIBILITY: hidden}
PunBB Forums → PunBB 1.2 troubleshooting → Board statistics Help.
Powered by PunBB, supported by Informer Technologies, Inc.