1

(1 replies, posted in PunBB 1.2 discussion)

Does anyone know of a code that will add a login box to the top of the index page? I want it to be similar to IPB 2.0. I've tried doing it myself, but I don't know much about PHP.

2

(1 replies, posted in PunBB 1.2 troubleshooting)

Hi, I did a search here to figure out how to add a banner to my forums. I got it put on there and it's working great except for two problems. The first is that there's a border around the banner that I want to get rid of, the second is that I'd like the banner to link to the index page. My site is http://etrusitive.net/forums/index.php? and the code I'm using is:

/****************************************************************/
/* 2.1 Frank H mods ;) */
/****************************************************************/
#brdtitle p{
  background: url("http://img79.imageshack.us/img79/4927/forumlogo2aw.png");
  background-repeat: no-repeat;
  background-position: left;
  height: 90px
}
#brdtitle span, #brdtitle h1{
  display: none;
  visibility: hidden
}