1

(3 replies, posted in PunBB 1.2 show off)

Dr.Jeckyl wrote:

nice setup.

look for these lines in style_cs.css and edit as you see fit:

/****************************************************************/
/* 5. POST STATUS INDICATORS */
/****************************************************************/

/* These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. The default is "icon". By default only .inew is different.*/

DIV.icon {BORDER-COLOR: #E6E6E6 #DEDEDE #DADADA #E2E2E2}
TR.iredirect DIV.icon {BORDER-COLOR: #F1F1F1 #F1F1F1 #F1F1F1 #F1F1F1}
DIV.inew {BORDER-COLOR: #0080D7 #0065C0 #0058B3 #0072CA}

if i did it correct it reads like this:
DIV.inew {BORDER-COLOR: #top #right #bottom #left}

i did this using your logo:
DIV.inew {BORDER-COLOR: #7EA6A6 #669190 #457170 #2E5959}

and got this:
http://img409.imageshack.us/img409/235/shot0002kn1.jpg
but the normal size.

Perfect, thank you very much.

2

(3 replies, posted in PunBB 1.2 show off)

Let me know what you think:

Site URL:
http://partygps.com

Forum URL:
http://partygps.com/forum

I would like to have the unread post icon/indicator in the same green used in my logo instead of the default blue. How do I go about doing that?

Thanks.

3

(2 replies, posted in PunBB 1.2 discussion)

Hi, I am having someone develop my site and we have integrated the punBB forum. I have never administered an online forum before so what is the best way to learn? To start, I need to know how to add and edit the main forum categories.