Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 50
2 members and 48 guests
car8rpopetclean, dogja2mbone9xpw
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > nukemods releases > Theme packs

Reply
 
LinkBack Thread Tools Display Modes
modifying smartdark
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Mar 2003
modifying smartdark - 03-06-2003, 06:25 AM

Hi guys.

I'm modifying the smartdark theme, and it's going pretty good, but I ran into a couple of problems.

I want to change small grey frame that is the browsers main background, to a picture background, I have been looking through the code in both theme and style but I can't seem to find where it should be put in.

The main black table, where everything else is put into, is too wide for my theme, I want to make it smaller eg. 80% but where is that table defined?

I hope that I made myself clear, and that some friendly soul can help me. I'm a rookie in nuke, but fairly skilled in HTML.

**bonus question(off topic, just a quickie :? )**
Can .js just be inserted in frames/tables like a normal html page?

THX

MachineGod
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
03-06-2003, 08:56 AM

Bonus answer: You can use javascripr when you need to add a script to the head section put it at the very top of the header.html file. If you have multiple "on-load" functions(if you have more than one javascript), remove the on-load lines from the script in the body and put them all in one line at the top of the header.html file.

Bonus bonus: You can have a favicon in the addressbar at your site by putting this in the very top of the header.html file.
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
Then put a 16x16 icon named favicon.ico in your web root directory.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Mar 2003
03-06-2003, 09:19 AM

LOL, thanks for the extra bonusinfo. Now I can start working with the java, while figuring out how to modify the things I mentioned. It's gonna be a loooong night :wink: :wink:

MachineGod
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Senior Member
 
Status: Offline
Posts: 619
Join Date: Oct 2002
Location: Alabama, USA
03-06-2003, 10:06 AM

Also be sure to read the help at http://www.dynamicdrive.com/help.htm about multiple scripts.
1Q) I'm having trouble getting two or more scripts to work concurrently on one page. By themselves, each function just fine, but when put together, they throw a tantrum. Help!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
03-06-2003, 05:44 PM

Off the top of my head. Look in your theme.php for this line

Code:
    echo "<body bgcolor=\"#000000\" text=\"#FFFFCC\" leftmargin=\"10\" topmargin=\"10\" marginwidth=\"10\" marginheight=\"10\">";
that is what defines the small border region around the whole page(margin).

Now look in your header.html file
Code:
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
The very top table defines the width of the entire page I believe...Try changing that width percentage and see what happens. If you knwo HTML, you shouldn't have ANY problems...
Be careful if you are using Dreamweaver though, it sometimes puts in missing closing tags automatically when they should be left open. The theme.php calls each html part in sequence. The html tags carry on from the header.html to the footer.html.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Mar 2003
03-06-2003, 06:15 PM

Thanks for all your help, but I managed to get it all worked with the style/style.css. Coffee is good for your brain

MachineGod
   
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
Modifying a a theme? Elethil Nuke 7.x - Themes 9 12-17-2006 06:59 PM
Modifying the Articles Module protegechris Nuke 6.5 to 6.9 - Modules 9 05-21-2005 10:48 PM
Help modifying Your Account details DiscPete Nuke 7.x - General 17 03-02-2005 08:58 PM
Modifying background in XPMidnight savage3e Theme packs 0 01-05-2005 08:54 AM
need help creating/modifying a block elb0m Nuke 6.5 to 6.9 - Blocks 6 04-17-2003 06:30 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.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