1

(1 replies, posted in PunBB 1.2 discussion)

I'm sorry if this has already been addressed before, but I was wondering how I could replace the default icons next to the forums/topics with my own images.

I'd like separate icons for: forums, forums with new posts, stickies, closed discussions, and if it's possible to have different icons for forums and topics then that would be cool too!

Many thanks in advance.

2

(5 replies, posted in PunBB 1.2 discussion)

Wow, that should'a been obvious.  Thanks!

3

(5 replies, posted in PunBB 1.2 discussion)

I'm in the process of editing a theme to work with my site.  I have a header image that I've put there in a kind of sloppy way by editing the CSS and putting it where the board title should be.

#brdtitle {
    background: url(http://www.berkeleyjsa.org/rw_common/themes/freshtwo/images/header.jpg) center top no-repeat;
    height: 230px;
}

That gives me this:  http://www.berkeleyjsa.org/forums

But I'd like the header image to be all the way at the top, like this: http://www.berkeleyjsa.org/

What would be the best way to do that??  I've tried with that CSS file but I can't figure it out.  Do I have to edit a template file?  What would be the best way?

Thanks for your help!

P.S. even better would be if it could be put there without using the 'brdtitle' part of CSS so I could make that invisible and not have text overlaid on my header image when I enter the (required) board title.

4

(2 replies, posted in PunBB 1.2 troubleshooting)

Yay!!!

It wasn't a parse error.  It was something very stupid.  I created the config.php file in TextEdit, saved it, changed the extension to .php and thought that would make it a PHP file.  But I forgot to make sure it was in plain text format before I saved.

Weird.

5

(2 replies, posted in PunBB 1.2 troubleshooting)

Hi all,

I'm a novice punBBB user and I've just tried to install it on my site.  I did the install and everything worked fine except when I go to the index nothing's there.  It's a totally blank page.  You can see for yourself at http://www.berkeleyjsa.org/forums

This has happened on prior attempts (like, months ago).  I'm pretty positive it's not a problem with the config.php information.

Here are the contents of my folder (I've deleted the install.php file)

http://img244.imageshack.us/img244/9585/screenpn8.jpg