Hi Mighty_Y,
Wow such a quick responce, thank you for your time and attention, I have tested the file you suggested
nuke/themes/fiblack/tables
and it went well not to good, following is the report from my site, I have changed it back now

but again thank you.
|
Code:
|
Parse error: parse error, unexpected T_STRING, expecting '{' in /home/austea2/public_html/themes/fiblack/tables.php on line 43 |
This is what reported in the downloads page.
|
Code:
|
Fatal error: Call to undefined function: opentable2() in /home/austea2/public_html/modules/Downloads/ns_downloads_file.php on line 101 |
I went back and re read the install.txt file and and stupid me found what files and where, should be changed, the reports above are after I made changes to the tables file however should there be spaces in the following.
function OpenTable2() width=\"100%\" { as you can see there is 2 spaces after the " and before { is this correct or should I try the themes.php file ?
|
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...
|
So as you can see I didn't read this or had forgotton about it.

ops:

ops:
Back again, I tested the Theme.php file however it does not seem have the OpenTable2() in it.