| Author |
Message |
[UN]IC|Viper |
|
Post subject: Red Theme
Posted: Mar 17, 2005 - 01:14 AM
|
|
Joined: Mar 04, 2005
Posts: 20
Status: Offline
|
|
Can you tell me what I did to make this happen?
When making a post and selecting a color for your font you get this.
Could it be that I have PNphpBB2 1.2a and if there is a newer version I can use, will I have to start over with accounts and graphics?
www.jag-core.com/7sfc/ |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: Red Theme
Posted: Mar 17, 2005 - 02:05 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
You should upgrade to 1.2g as soon as possible.
There were TONS of security exploits in that version.. |
|
|
| |
|
|
|
 |
[UN]IC|Viper |
|
Post subject: RE: Red Theme
Posted: Mar 17, 2005 - 05:26 AM
|
|
Joined: Mar 04, 2005
Posts: 20
Status: Offline
|
|
Ok I down loaded that and disabled Auto theme and updated PNphpBB2 1.2g and now I have this:
Why did the color go away from the sides? |
|
|
| |
|
|
|
 |
TheOne |
|
Post subject: RE: Red Theme
Posted: Mar 17, 2005 - 07:35 AM
|
|
Joined: Oct 21, 2004
Posts: 72
Location: UK
Status: Offline
|
|
|
|
|
 |
mars |
|
Post subject: RE: Red Theme
Posted: Mar 17, 2005 - 12:06 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Can you post a working link to that?
the link above doesn't work. |
|
|
| |
|
|
|
 |
[UN]IC|Viper |
|
Post subject: RE: Red Theme
Posted: Mar 17, 2005 - 02:20 PM
|
|
Joined: Mar 04, 2005
Posts: 20
Status: Offline
|
|
the link works but it still looks the same after changing that file.
The theme was fine until I upgraded the PNphpBB2 to 1.2g |
|
|
| |
|
|
|
 |
TheOne |
|
Post subject: RE: Red Theme
Posted: Mar 17, 2005 - 03:14 PM
|
|
Joined: Oct 21, 2004
Posts: 72
Location: UK
Status: Offline
|
|
I see purple haze on that link?
where is the red theme |
|
|
| |
|
|
|
 |
[UN]IC|Viper |
|
Post subject: RE: Red Theme
Posted: Mar 17, 2005 - 03:24 PM
|
|
Joined: Mar 04, 2005
Posts: 20
Status: Offline
|
|
|
|
|
 |
mars |
|
Post subject: RE: Red Theme
Posted: Mar 17, 2005 - 03:33 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Edit modules/PNphpBB2/Templates/PNtheme/styles/red.css and change the body tag to match this
Code:
body{ font-family: Verdana; font-size: 11px; color: #CCCCCC; scrollbar-face-color: #570101;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #2C2C2C;
scrollbar-arrow-color: ##2C2C2C;
scrollbar-track-color: #570101;
scrollbar-darkshadow-color: #000000; background-attachment: fixed; background-image: url(themes/red/images/bkgrd.gif)}
|
|
|
| |
|
|
|
 |
[UN]IC|Viper |
|
Post subject: RE: Red Theme
Posted: Mar 17, 2005 - 04:39 PM
|
|
Joined: Mar 04, 2005
Posts: 20
Status: Offline
|
|
I changed the file with a copy and past in info that you provided and it is still there.
Would it help if you had Admin on the site? |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: Red Theme
Posted: Mar 17, 2005 - 08:40 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Admin won't help as it is a file issue.
The code is right, I don't understand what is overriding that background.
Try this
edit theme2.html and replace the opening <BODY> tag with
Code:
<BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 background="{image-path}bkgrd.gif">
|
|
|
| |
|
|
|
 |
[UN]IC|Viper |
|
Post subject: RE: Red Theme
Posted: Mar 17, 2005 - 08:56 PM
|
|
Joined: Mar 04, 2005
Posts: 20
Status: Offline
|
|
| where is the theme2.html located? |
|
|
| |
|
|
|
 |
[UN]IC|Viper |
|
Post subject: RE: Red Theme
Posted: Mar 17, 2005 - 08:58 PM
|
|
Joined: Mar 04, 2005
Posts: 20
Status: Offline
|
|
|
|
|
 |
[UN]IC|Viper |
|
Post subject: RE: Red Theme
Posted: Mar 17, 2005 - 09:03 PM
|
|
Joined: Mar 04, 2005
Posts: 20
Status: Offline
|
|
Ok I changed:
<BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
With
<BODY LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 background="{image-path}bkgrd.gif">
And it is the same. |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: Red Theme
Posted: Mar 17, 2005 - 09:09 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
There is something REALLY strange going on with your site..
Ok put theme2.html back to the way it was and post back when it is done so I can look at the source again... |
|
|
| |
|
|
|
 |
|
|