You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 78 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - 3D-Fantasy theme [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
GrandAdmiral
Sergeant
Sergeant


Joined: Jun 14, 2003
Posts: 92


PostPosted: Sun Jul 06, 2003 9:07 pm Reply with quoteBack to top

I have been trying for the last few days to figure out how to change the color of the white background behind the blocks in the 3D-Fantasy theme and I can't figure it out for the life of me. I've tried modifying the the CSS. I've looked at the tables.php and theme.php file and I still can't figure it out. Can anyone assist?

Much appreciated. Very Happy
Find all posts by GrandAdmiralView user's profileSend private message
chris-au
Elite Nuker
Elite Nuker


Joined: Jan 31, 2003
Posts: 717


PostPosted: Sun Jul 06, 2003 10:13 pm Reply with quoteBack to top

Yes, I can assist. Not really difficult if you look at it.

Use theme/3D-Fantasy/blocks.html and you will see:

Code:

<table border="0" cellspacing="0" cellpadding="0" width="180"><tr>
<td width="15" height="15"><img src="themes/3D-Fantasy/images/up-left2.gif" alt="" border="0"></td>
<td><img src="themes/3D-Fantasy/images/up2.gif" width="100%" height="15"></td>
<td><img src="themes/3D-Fantasy/images/up-right2.gif" width="15" height="15" alt="" border="0"></td></tr>
<tr>
<td background="themes/3D-Fantasy/images/left2.gif" width="15">&</td>
<td bgcolor="ffffff" width="100%"> //<----CHANGE HERE!!!!!!
<b>$title</b><br><br>
$content</td>
<td background="themes/3D-Fantasy/images/right2.gif">&</td></tr>
<tr>
<td width="15" height="15"><img src="themes/3D-Fantasy/images/down-left2.gif" alt="" border="0"></td>
<td><img src="themes/3D-Fantasy/images/down2.gif" width="100%" height="15"></td>
<td><img src="themes/3D-Fantasy/images/down-right2.gif" width="15" height="15" alt="" border="0"></td></tr></table>
<br>


Look above and see the mark //<----CHANGE HERE!!!!!!
Setting that to "00000" will make it black. You would not like that because the text is also black!

_________________
Chris
Find all posts by chris-auView user's profileSend private messageVisit poster's website
GrandAdmiral
Sergeant
Sergeant


Joined: Jun 14, 2003
Posts: 92


PostPosted: Mon Jul 07, 2003 8:38 am Reply with quoteBack to top

Thanks, Chris. It was actually the header.html that I needed to change, but I got it.

You can see it here. How do you suggest removing that green block?

BTW, did you ever get to look at the hack for tying IPB to Nuke? Did it work for you?
Find all posts by GrandAdmiralView user's profileSend private message
chris-au
Elite Nuker
Elite Nuker


Joined: Jan 31, 2003
Posts: 717


PostPosted: Mon Jul 07, 2003 1:32 pm Reply with quoteBack to top

I really don't need the hack for Invision, I do not allow registration!

It works perfectly for me as a module. However my visitors don't need it I think. It is there more for me to prove that it can be done.

_________________
Chris
Find all posts by chris-auView user's profileSend private messageVisit poster's website
GrandAdmiral
Sergeant
Sergeant


Joined: Jun 14, 2003
Posts: 92


PostPosted: Mon Jul 07, 2003 3:27 pm Reply with quoteBack to top

Any idea on how to remove the background?
Find all posts by GrandAdmiralView user's profileSend private message
chris-au
Elite Nuker
Elite Nuker


Joined: Jan 31, 2003
Posts: 717


PostPosted: Mon Jul 07, 2003 4:19 pm Reply with quoteBack to top

Just delete the <img etc on that line I would think. Just leave the <td tags etc.

Sorry, that should be in this theme the bgcolor=whatever. Just leave that part out.

By the way, I must have a different 3D-Fant, that is why it is in my blocks.html

_________________
Chris
Find all posts by chris-auView user's profileSend private messageVisit poster's website
GrandAdmiral
Sergeant
Sergeant


Joined: Jun 14, 2003
Posts: 92


PostPosted: Fri Jul 11, 2003 5:41 pm Reply with quoteBack to top

I'm confused. I can't seem to find a way to take the block out without messing up the blocks alignment.

This is the code that affects the green square in the background:

Code:
<table cellpadding="0" cellspacing="0" width="99%" border="0" align="center" bgcolor="#196205">
<tr><td bgcolor="#196205" valign="top">


Any suggestions?
Find all posts by GrandAdmiralView user's profileSend private message
chris-au
Elite Nuker
Elite Nuker


Joined: Jan 31, 2003
Posts: 717


PostPosted: Fri Jul 11, 2003 6:09 pm Reply with quoteBack to top

If you mean all those little green squares,
try :
Code:

<body background="http://www.lasportsportal.com/themes/3D-Fantasy/images/testtile.gif" bgcolor="#ffffff" text="#000000" link="#363636" vlink="#363636" alink="#d5ae83"><br>


Just make it like:

Code:

<body  bgcolor="#ffffff" text="#000000" link="#363636" vlink="#363636" alink="#d5ae83"><br>

_________________
Chris
Find all posts by chris-auView user's profileSend private messageVisit poster's website
GrandAdmiral
Sergeant
Sergeant


Joined: Jun 14, 2003
Posts: 92


PostPosted: Fri Jul 11, 2003 7:52 pm Reply with quoteBack to top

No. Not the tiled background. The solid green area that's behind the blocks.
Find all posts by GrandAdmiralView user's profileSend private message
chris-au
Elite Nuker
Elite Nuker


Joined: Jan 31, 2003
Posts: 717


PostPosted: Fri Jul 11, 2003 8:09 pm Reply with quoteBack to top

I, for the life of me, can't see a green background.
All I see is the tiled background and in between all the blocks etc. is black, pitch black.
If that is what you mean, delete all the references to ffffff

_________________
Chris
Find all posts by chris-auView user's profileSend private messageVisit poster's website
GrandAdmiral
Sergeant
Sergeant


Joined: Jun 14, 2003
Posts: 92


PostPosted: Fri Jul 11, 2003 9:39 pm Reply with quoteBack to top

Found it Chris. Thanks.
Find all posts by GrandAdmiralView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.696 Seconds - 454 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::