| Author |
Message |
DesertEagle |
|
Post subject: COD4 Blue
Posted: Feb 02, 2008 - 10:55 PM
|
|
Joined: Feb 02, 2008
Posts: 4
Status: Offline
|
|
I noticed today while looking at the forums on my site located at www.truesoldiers.net/phpnuke that only the first two forum topics have a underline under them. If a mouse over one without a "white" line, it turns blue with the line as it should be. Looking at the picture below you will see the "Halls of The Banned" does not have a "white line" under it as the first two do.
Any input or suggestions would be great
Thanks
Desert Eagle |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: COD4 Blue
Posted: Feb 03, 2008 - 12:09 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Edit themes/codblue/forums/forums.css
Look for
Code:
a.nav { text-decoration: none; color : #c0cedf; }
a.nav:hover { text-decoration: underline; color:#4378C6}
Change to
Code:
a.nav,a.nav:visited { text-decoration: underline; color : #c0cedf; }
a.nav:hover { text-decoration: underline; color:#4378C6}
|
|
|
| |
|
|
|
 |
DesertEagle |
|
Post subject: RE: COD4 Blue
Posted: Feb 03, 2008 - 02:35 AM
|
|
Joined: Feb 02, 2008
Posts: 4
Status: Offline
|
|
That did it. Execellent theme and quick support. Keep up the good work  |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: COD4 Blue
Posted: Feb 03, 2008 - 03:42 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
|
|
|
 |
DesertEagle |
|
Post subject:
Posted: Feb 03, 2008 - 05:44 PM
|
|
Joined: Feb 02, 2008
Posts: 4
Status: Offline
|
|
I do not know if this is being caused by theme or not:
When I edit the main message I get this in the admin area:
When I go to the main page I get this:
I have tried every image tag combination I know, and I can not get the image to show on the main message on the front page.
Any guidance or ideas would be appericated.
Thanks
Desert Eagle |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Feb 03, 2008 - 07:44 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| Do you have those tags enabled in your config.php ? |
|
|
| |
|
|
|
 |
DesertEagle |
|
Post subject:
Posted: Feb 03, 2008 - 11:08 PM
|
|
Joined: Feb 02, 2008
Posts: 4
Status: Offline
|
|
I assume this must be edited to allow in config.php
$AllowableHTML = array("b"=>1,"i"=>1,"strike"=>1,"div"=>2,"u"=>1,"a"=>2,"em"=>1,"br"=>1,"strong"=>1,"blockquote"=>1,"tt"=>1,"li"=>1,"ol"=>1,"ul"=>1);
add "img scr"=>1 ? |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Feb 04, 2008 - 01:02 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
|
|
|
 |
|
|