Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 58
2 members and 56 guests
garere3denstc3t, int5nwernetmarx
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > NM Staff > Purged Topics

Reply
 
LinkBack Thread Tools Display Modes
Enhanced Download Module Help!!
Old
  (#1 (permalink))
dds
Junior Member
 
Status: Offline
Posts: 14
Join Date: Feb 2003
Enhanced Download Module Help!! - 03-11-2003, 11:01 PM

Enhanced Download Module not working properly already been to nuekstyles to ask from help from Shawn but no go still the problem lm having is this it say's to add this to your theme's table's in the table.php

Quote:
NOTE: Depending on the theme(s) your using... You always have to configure
your Open & Close Table functions. You MUST make your OpenTable2();
function stretch to the width of 100%. This is a MUST. The actual
Table 2 function is used in the ENTIRE NUKE script, about 4-5 times.
To change the OpenTable2 functions... you have to open either your
theme.php file, or if you have a file called tables.php, edit that one
instead... The files are located:

html/themes/Your_Theme/theme.php

or

html/themes/Your_Theme/tables.php

If you have a tables.php file, then that is the file to edit, as it
has your tables functions. If you do not see a tables.php file, and
only see a theme.php file, then your table functions are in that file.
This will NOT affect your website. The only serious place was
in the Members List module, when it show's who is online. For
10000 times the appearance of our Enhanced Downloads Mod, you need
to make your OpenTable2(); functions with the width of 100%, for
BOTH tables in that function. You have a table inside a table.
Stretch both. We took the unused table 2 fucntions and put them
to good use throughout our Enhanced 6.0 Full script...
and l have this in my theme table.php

Code:
<?php
/************************************************************/ 
/* OpenTable Functions */ 
/* */ 
/* Define the tables look&feel for you whole site. For this */ 
/* we have two options: OpenTable and OpenTable2 functions. */ 
/* Then we have CloseTable and CloseTable2 function to */ 
/* properly close our tables. The difference is that */ 
/* OpenTable has a 100% width and OpenTable2 has a width */ 
/* according with the table content */ 
/************************************************************/ 

function OpenTable() { 
global $bgcolor1, $bgcolor2; 
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"5\"> 
<tr> 
<td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\"> 
<tr> 
<td bgcolor=\"#FFFFFF\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\"> 
<tr> 
<td bgcolor=\"#000066\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> 
<tr> 
<td bgcolor=\"#FFFFFF\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"4\"> 
<tr> 
<td>"; 
} 

function CloseTable() { 
echo "</td> 
</tr> 
</table></td> 
</tr> 
</table></td> 
</tr> 
</table></td> 
</tr> 
</table></td> 
</tr> 
</table>"; 
} 

function OpenTable2() { 
global $bgcolor1, $bgcolor2; 
echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\" align=\"center\"><tr><td>\n"; 
echo "<table width=\"100% \" border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"><tr><td>\n"; 
} 

function CloseTable2() {
    echo "</td></tr></table></td></tr></table>\n";
}

?>
and my problem is this it still pushes my download section way over that it takes out the right side blocks and a large gapping space l need to know
how to get it centered again like it suppose to be as shawn says it should be but its not its fine when you click on Downloads and go to the module then when you selcet the catagorey it then pushes way over while your viewing the downloads them selves with there supscritions any idea on how to fix this problem ... would be great thanks ...

dds ops:
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Super Moderator
 
coldblooded's Avatar
 
Status: Offline
Posts: 624
Join Date: Jan 2002
Location: USA
03-11-2003, 11:19 PM

Could you post a link to your site?
   
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
Enhanced Web Links Module Duke Nuke 7.x - Modules 1 11-25-2006 02:36 AM
Download module help nima_azad Nuke 7.x - Modules 2 06-15-2005 04:02 AM
Download Module i8crowts Nuke 7.x - General 0 02-14-2005 04:04 AM
Looking for enhanced newsletter module crypto Nuke 6.5 to 6.9 - Modules 0 06-27-2003 03:26 PM
Enhanced Downloads module error on NukeMods intel352 nukemods.com 17 03-19-2003 09:01 PM




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