- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 77 guest(s) and 1 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Hey People, Theme modification help needed. [ ]
Author
Message
leaky
Sergeant
Joined: Jun 15, 2003
Posts: 129
Location: New York
Posted:
Mon Nov 03, 2003 7:49 pm
OK
http://www.evilmonkeyhq.com/index.php
You all can see what I have done on the site, and I think you can see my problem areas. LOL! I have looked all over the styles.css, and the theme.php file to fix that really light blue to my dark blue color #000066. Anyone have any ideas on how I can change it?
All my BGColor is set to 000066. I figured this would be simple to play with so I can get somewhat skilled at theme modification, and creation. Please help!
dezina
Support Mod
Joined: Jun 09, 2003
Posts: 1713
Location: England
Posted:
Mon Nov 03, 2003 11:44 pm
top of theme.php.. Look for
Code:
$bgcolor1 = "#ffffff";
$bgcolor2 = "#9cbee6";
$bgcolor3 = "#d3e2ea";
$bgcolor4 = "#0E3259";
$textcolor1 = "#000000";
$textcolor2 = "#000000";
Light Blue Colour on your site is #d3e2ea
_________________
Backup files BEFORE altering
Use PHPNuke 7.6 with patches!!
No private messages please, POST in forums.
leaky
Sergeant
Joined: Jun 15, 2003
Posts: 129
Location: New York
Posted:
Tue Nov 04, 2003 7:36 am
Yes I have changed that already to #000066 but it is still that light blue color. Any other ideas?
dezina
Support Mod
Joined: Jun 09, 2003
Posts: 1713
Location: England
Posted:
Tue Nov 04, 2003 8:15 am
Code:
function themeheader() {
global $banners;
echo "<body bgcolor=\"#0E3259\" text=\"#000000\" link=\"0000ff\">"
."<br>";
if ($banners) {
include("banners.php");
echo "<br>";
}
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"840\" align=\"center\">\n"
."<tr><td width=\"100%\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"840\">\n"
."<tr><td width=\"100%\">\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"840\">\n"
."<tr><td width=\"100%\" height=\"88\" bgcolor=\"#FFFFFF\">\n"
."<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td align=\"left\"><a href=\"index.php\"><img border=\"0\" src=\"themes/DeepBlue/images/logo.gif\" alt=\"Welcome to $sitename!\" hspace=\"20\"></a></td><td align=\"right\"><img border=\"0\" src=\"themes/DeepBlue/images/logo-graphic.gif\"></td></tr></table></td></tr>\n"
."<tr><td width=\"100%\" bgcolor=\"#000000\" height=\"19\" valign=\"bottom\">\n"
."<a href=\"index.php\"><img border=\"0\" src=\"themes/DeepBlue/images/home.gif\" width=\"140\" height=\"18\"></a>"
."<a href=\"modules.php?name=Your_Account\"><img border=\"0\" src=\"themes/DeepBlue/images/account.gif\" width=\"140\" height=\"18\"></a>"
."<a href=\"modules.php?name=Downloads\"><img border=\"0\" src=\"themes/DeepBlue/images/downloads.gif\" width=\"140\" height=\"18\"></a>"
."<a href=\"submit.html\"><img border=\"0\" src=\"themes/DeepBlue/images/submit.gif\" width=\"140\" height=\"18\"></a>"
."<a href=\"topics.html\"><img border=\"0\" src=\"themes/DeepBlue/images/topics.gif\" width=\"140\" height=\"18\"></a>"
."<a href=\"top.html\"><img border=\"0\" src=\"themes/DeepBlue/images/top10.gif\" width=\"140\" height=\"18\"></a>"
."</td></tr><tr><td width=\"100%\" height=\"10\" bgcolor=\"#d3e2ea\">\n"
."</td></tr></table>\n"
."</td></tr><tr><td width=\"100%\"><table width='100%' cellspacing='0' cellpadding='0' border='0'><tr><td bgcolor='#d3e2ea'>\n"
;
$public_msg = public_message();
echo "$public_msg<br>";
echo "</td></tr></table><table width=\"840\" cellpadding=\"0\" bgcolor=\"d3e2ea\" cellspacing=\"0\" border=\"0\">\n"
."<tr valign=\"top\">\n"
."<td><img src=\"themes/DeepBlue/images/pixel.gif\" width=\"6\" height=\"1\" border=\"0\" alt=\"\"></td>\n"
."<td width=\"138\" bgcolor=\"d3e2ea\" valign=\"top\">\n";
blocks(left);
echo "</td><td><img src=\"themes/DeepBlue/images/pixel.gif\" width=\"10\" height=\"1\" border=\"0\" alt=\"\"></td><td width=\"100%\">\n";
}
There are 4 instances of colour d3e2ea in that code above, you have modified ALL FOUR to colour required?
_________________
Backup files BEFORE altering
Use PHPNuke 7.6 with patches!!
No private messages please, POST in forums.
leaky
Sergeant
Joined: Jun 15, 2003
Posts: 129
Location: New York
Posted:
Tue Nov 04, 2003 8:34 am
Yes I did, I ended up giving up on that particular theme. I am a little aggravated. If you could check. I have a post in the post-installation forum that is making me really upset lol. That I think is why I am getting frustrated really!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum