1

(1 replies, posted in PunBB show off)

Hello to all!

I would like to show you all our new forum http://www.iamexpat.nl/forum/index.php ,
completely customized by using SpinkBB http://spinkbb.jsand.net/punbb/

The colours of the forum now looks exactly the same with the rest of the website so go, have a look and let me know what is your feedback!

Cheers!

2

(9 replies, posted in PunBB 1.3 extensions)

Hey Ju!

Thank you for the link. The version was a very good update! Now the customised colours of the forum looks like the colours of the rest website. Take a look of the result: http://www.iamexpat.nl/forum/index.php

For your information, some css did not work and I adjusted them myself a bit:

CSS to change hover colour of the forum subject:

BODY DIV#brd-wrap DIV.brd-page DIV#brd-main DIV.main-content DIV.main-item DIV.item-subject H3.hn A:hover {
    color: #933;
}



CSS to change hover colour of the time of the post:

BODY DIV#brd-wrap DIV.brd-page DIV#brd-main DIV.main-content DIV.main-item UL.item-info LI.info-lastpost STRONG A:hover {
    color: #933;
}


CSS to change the fixed colour of the "private messages"

BODY DIV#brd-wrap DIV.brd-page DIV#brd-navlinks UL LI#nav_pun_pm A {
    color: #FFF;
}


In addition, the css did not work also at the level of a post, so the below buttons were not modifiable:
a) hover over the name of the user b) time of the post c) email button d) pm button e) report button and f) quote button


Have a look at yourself: http://www.iamexpat.nl/forum/viewtopic.php?id=208

The css did not work properly in order to customise those so if you have any tip, I would be grateful!

Thanks again!!

3

(9 replies, posted in PunBB 1.3 extensions)

Hello Ju!

The CSS generator you developed is great!

I've managed to customize most of the parts of my forum. However, I did not manage to customize the pages related to the PMs of my forum.

This is because when I registered and created a profile at http://spinkbb.jsand.net/punbb I didnt get the feature of sending personal messages. So I couldn't get the CSS for those windows.
As a result, my private message windows are not aligned with the colours of my forum.

Is there a way to fix this? Please help!

Thanks!!

NN