» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 66
3 members and 63 guests
akunamat, BradandPitti, GeaplyGet
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 Enhanced_Downloads, Table Width - DONE !! within the Nuke 6.5 to 6.9 - Modules forums, part of the PHP-Nuke 6.5 to 6.9 category; Hi, Firstly let me say a huge well done and thank you for your efforts as I have only just ...



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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-27-2003, 10:07 AM
Junior Member
 
Join Date: Apr 2003
Location: Australia
Posts: 23
Send a message via ICQ to Gav-Aus
Enhanced_Downloads, Table Width - DONE !!
Hi,

Firstly let me say a huge well done and thank you for your efforts as I have only just come across your site in the last few days and would rank it as one of the leader sites IMO. I have read your forum Announcements (Read here before posting!) information and have looked arounf the forums as I have not located the issue at hand I now post, sorry in advance if this has been raised prior.

I have pulled and am using your fiback theme and it really suits. I have also downloaded and installed your NukeStyles_Enhanced_Downloads file and have been successful in loading it however and after some time, am now stuck with the table width, below is from your install.txt file but I'm finding it hard to work out which file these changes need to be made in. I have tried a few files here and there however have had not luck and ask if you could assist and advise.

I'm guessing the only change is to the OpenTable2(); and by adding the width=\"100%\" line it should look like this

OpenTable2(); width=\"100%\"

I have as mentioned tried this on the index.php, ns_downloads files as well as a couple of others, so my question is easy, what is the file name and its location that requires the above changes to increase the information area of the downloads page ?

Sorry to use up your time like this ops: and please no rush as I have time for a reply.

Thanking you (and your team) in advance.

Quote:
I shall explain this again:

The OpenTable2 & CloseTable2 are used throughout Nuke about 4-5 times total. Almost worthless. We took these settings and made them useable. But, in order for them to be the best looking, you should make the OpenTable2(); tables with a width of 100%. As of now, they only expand to the length of the content inside them. So if you have a couple words inside the tables, it will shrink and look all wacky. I suggest you make the OpenTable2(); tables at full width of 100%.

As you can see on NukeStyles.com, all of our enhancements use the open & close 2 tables everywhere, and they are at 100% width. It just makes everything look a whole lot better, trust me.

Just add this setting to the OpenTable2(); function for BOTH
tables inside the function:

width=\"100%\"

If you add them to the end of the <table> tag, then put a space before it... Should be perfect. This will NOT affect anything else in your website... again, it's used so seldom, that it will make those seldom used tables look that much better.
__________________
GAVIN CHATT
AUSTEAM FOUNDER

BE SURE TO VISIT OUR SITE
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-27-2003, 10:15 AM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
Yes I think it will be something like that (I haven't checked it out), and the file probably is located themes/YOUR_THEME/tables.php because that file contains the OpenTable functions.

PS By YOUR_THEME I mean the theme you are using on your site
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-27-2003, 10:52 AM
Junior Member
 
Join Date: Apr 2003
Location: Australia
Posts: 23
Send a message via ICQ to Gav-Aus
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.
__________________
GAVIN CHATT
AUSTEAM FOUNDER

BE SURE TO VISIT OUR SITE
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-27-2003, 11:17 AM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
I'll make you one, because it's very simple so you can take a look at it and then you (hopefully for us ) will never forget it
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-27-2003, 12:22 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
Use this one http://users.skynet.be/fa091229/tables.php
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-27-2003, 08:37 PM
Junior Member
 
Join Date: Apr 2003
Location: Australia
Posts: 23
Send a message via ICQ to Gav-Aus
Hi Again Mighty_Y,

Sorry for the late reply, went to bed (midnight my time) and have only just jumped back in for a look. I have downloaded the tables file with huge thanks, I have uploaded it and this has fixed my issue, again I'm sorry not knowing where or what as well as not reading the full txt file.

I have had a look in the tables file you created and now see where in fact the 100% should go.

Once again thank you very mach and have a nice day.
__________________
GAVIN CHATT
AUSTEAM FOUNDER

BE SURE TO VISIT OUR 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
How to change a 100% width theme to fixed width? ryanrlamothe Site design 2 03-11-2005 07:49 PM
How can i change width.. silence_gr Nuke 7.x - Themes 0 12-04-2004 08:38 PM
Whole width klaas Nuke 6.5 to 6.9 - Modules 3 07-12-2003 04:32 AM
I got a problem with table width GorGonDo Site design 2 05-23-2003 03:12 PM
How to add a table? zlaxzzor Purged Topics 3 11-21-2002 07:59 PM


All times are GMT -5. The time now is 05:31 AM.


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