» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 55
2 members and 53 guests
BeameTets, berkutar
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Forum Background Color Question within the Nuke 6.5 to 6.9 - Themes forums, part of the PHP-Nuke 6.5 to 6.9 category; Hello, Just wondering where the forum background color is specified. The background for my site is blue, but the forum ...



Go Back   Nukemods Forum » PHP-Nuke 6.5 to 6.9 » Nuke 6.5 to 6.9 - Themes

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-22-2003, 10:17 PM
Junior Member
 
Join Date: Apr 2003
Posts: 8
Forum Background Color Question
Hello,

Just wondering where the forum background color is specified. The background for my site is blue, but the forum backround is white.... As I have the left blocks turned off when viewing the forums you see the whole page white (except a 25 pixel column on the left that is using a bg image the rest of the site uses).

From what I can tell, the forums use one of the opentable command colors, $bgcolor . . . is there a way to specifically state what color it is to be, or am I missing something right in front of me?

I know the $bgcolors are specified in the theme.php, but what if I needed to use another color?

Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-22-2003, 10:26 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
got a link so we can see?

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-22-2003, 11:18 PM
Junior Member
 
Join Date: Apr 2003
Posts: 81
on 6.5 nukes it uses opentable for the phpbb forums, if you want to change the opentable bg from color to image you can do that by editing your theme.php, find opentable function (should be first couple lines on most themes, or if your theme uses table.php then open that.) It should look something like this

Code:
function OpenTable() {
    global $bgcolor1, $bgcolor2;
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\"><tr><td>\n";
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"><tr><td>\n";
}
change it to:


Code:
function OpenTable() {
    global $bgcolor1, $bgcolor2;
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" ><tr><td background=\"themes/yourtheme/images/yourimage.gif\">\n";
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"8\" ><tr><td>\n";
}

replace yourimage with what ever bg image your using. hope this helps
__________________
Think all nukes look the same?
=) Think again. www.mtechnik.net
Public / commercial themes
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Enter a background color in a css file Dauthus Theme packs 1 07-05-2005 05:48 AM
background color? maverick1 Nuke 7.x - Blocks 4 03-24-2005 12:28 PM
MsTrenches Block background color joshmosh Theme packs 2 03-17-2005 01:04 PM
Subblack background color HimmelHund Theme packs 4 04-15-2003 05:02 PM
Changing Subsytems Background Color !! dds Purged Topics 5 02-24-2003 01:02 AM


All times are GMT -5. The time now is 08:57 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31