| Author |
Message |
mars |
|
Post subject:
Posted: Jan 23, 2007 - 11:22 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Not sure what is going on as the files I sent you fixed the issues for me.
You can look at the source code of the files I sent and compare them to yours to see the differences. |
|
|
| |
|
|
|
 |
nurcahaya |
|
Post subject:
Posted: Jan 31, 2007 - 05:02 AM
|
|
Joined: Dec 16, 2005
Posts: 25
Status: Offline
|
|
|
mars wrote:
Not sure what is going on as the files I sent you fixed the issues for me.
You can look at the source code of the files I sent and compare them to yours to see the differences.
can help me on question #1 regarding attachment filename title? played so many things but still no luck... |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Jan 31, 2007 - 01:32 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Open modules/PNphpBB2/Templates/PNTheme/styles/gearsofwar2.css
Add these to the bottom of the file
.attachheader {background-color:#2B692E;}
.attachrow { background-color:#000000;} |
|
|
| |
|
|
|
 |
nurcahaya |
|
Post subject:
Posted: Feb 02, 2007 - 02:59 AM
|
|
Joined: Dec 16, 2005
Posts: 25
Status: Offline
|
|
the attachheader still won't change color.
please help...
thank you! |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Feb 02, 2007 - 03:03 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| I will need to be able to see your site as the changes I have posted are what needs to be done. Unless your site is using a custom version of PNphpBB2, I have no idea without seeing it. |
|
|
| |
|
|
|
 |
nurcahaya |
|
Post subject:
Posted: Feb 02, 2007 - 03:15 AM
|
|
Joined: Dec 16, 2005
Posts: 25
Status: Offline
|
|
i can't upload yet to the realtime due not fully adjusted.
may i attach somewhere the file. if yes please let me know what file you need to see.
thank you sir in advance |
|
|
| |
|
|
|
 |
nurcahaya |
|
Post subject:
Posted: Feb 02, 2007 - 03:33 AM
|
|
Joined: Dec 16, 2005
Posts: 25
Status: Offline
|
|
finaly i've deside to change direct from viewtopic_attach_body.tpl
Code:
td.attachheader { font: normal 11px Verdana, Arial, Helvetica, sans-serif; color : {T_BODY_TEXT}; border-color : {T_BODY_TEXT}; background-color: {#F97A7A}; }
thanks in advance... |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Feb 02, 2007 - 01:50 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
That is really REALLYstrange
See the class on the TD? That is what I said to edit in the CSS file.
That should of changed it for you.
Once you get it uploaded, please link me to the site so I can look at it? |
|
|
| |
|
|
|
 |
nurcahaya |
|
Post subject:
Posted: Feb 03, 2007 - 01:43 AM
|
|
Joined: Dec 16, 2005
Posts: 25
Status: Offline
|
|
|
mars wrote:
That is really REALLYstrange
See the class on the TD? That is what I said to edit in the CSS file.
That should of changed it for you.
Once you get it uploaded, please link me to the site so I can look at it?
indeed.. it's was really strange...
i've this in modules/PNphpBB2/templates/PNTheme/styles/gearsofwar2.css
but when you play with it.. it's won't change anything on attachheader
Code:
td.attachheader {
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color: #525252;
border-color: #17581B;
background-color: #17581B;
}
table.attachtable{
border-color: #525252;border-collapse : collapse;
}
also modded from your sugestion
Code:
.attachheader {
font: normal 19px Verdana, Arial, Helvetica, sans-serif;
color: #525252;
border-color: #17581B;
background-color: #1C401C;
}
.attachrow { background-color:#000000;}
it's very2 weired coz not change anything..
but when see header saw this
Code:
<link rel="alternate" href="backend.php" type="application/rss+xml" title="test go2green">
<link rel="stylesheet" href="modules/AutoTheme/style/style.css" type="text/css">
<link rel="stylesheet" href="themes/gearsofwar2/style/styleNN.css" type="text/css">
<style type="text/css">@import url("themes/gearsofwar2/style/style.css");</style>
thank you! |
|
|
| |
|
|
|
 |
|
|