| Author |
Message |
salle79 |
|
Post subject: Graphics problem with the wow4 theme
Posted: Aug 23, 2005 - 07:17 AM
|
|
Joined: Aug 16, 2005
Posts: 2
Status: Offline
|
|
I installed the wow4 theme for postnuke with autotheme already installed and it worked. my problem is the forum, parts of the background color in the Table is messed up, take a look for yourself http://bttm.net/integra/modules.php?op=modload&name=PNphpBB2&file=index
Parts of it is brown.
I've tried to read the install instructions, and the F.A.Q and a few posts on this forum but it provided no answer, I dont know if i installed the PNphpBB2 theme the correct way: I put the PNphpBB2 theme in the module/ PNphpBB2/, it added a few files in"/modules/PNphpBB2/templates/PNTheme/" and it's subfolders, the they dont see to do anything though, the forum looks the same with or wihtout the PNphpBB2 theme installed? |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Aug 23, 2005 - 02:22 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Weird.
Open modules/PNphpBB2/templates/PNTheme/styles/wow4.css
Look for
background: url(../cellpics/wow/cellpic1.jpg);
Change it to
background: url(../cellpics/wow4/cellpic1.jpg); |
|
|
| |
|
|
|
 |
salle79 |
|
Post subject:
Posted: Aug 23, 2005 - 02:57 PM
|
|
Joined: Aug 16, 2005
Posts: 2
Status: Offline
|
|
It looks better, however a few cells of the table on the forum still has a brownish colour instead of the grey/white i assume should be there instead, just take a look at http://bttm.net/integra/modules.php?op=modload&name=PNphpBB2&file=index
anc check the Topic, post and last post cell, they are brown instead of dark/grey.... |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Aug 23, 2005 - 03:22 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
That is actually the design.
If you want a different color open the same stylesheet as before and look for
td.row2
{
color:#FFFFFF;
background-color: #424131;
}
Change the background-color to whatever you want. |
|
|
| |
|
|
|
 |
|
|
|
|