UBB.Dev
Posted By: Dalantech [6.2] Table Wrappers Mod - 01/11/2003 12:05 AM
What is it?: It's a mod that adds a graphic border to all the tables in UBB 6.2

Is there a demo?: Da LAN Tech

What files are modified?: tbopen.tmpl, tbclose.tmpl, ubbthreads.tmpl, and 10 style sheets.

Who gets the props?: JustDave for making this mod possible by coming up with, and selling Info Pop on, the concept of table wrappers (and for making me curious enough to figure out how to modify them). JoshPet for the pointers on editting the ubbthreads.tmpl file (and for his numerous answers to my stupid questions ) Omegatron for spotting my xml mistakes (attachment updated).

Just follow the instructions in the text file. FYI: I removed the binary pattern on the graphics for this set, with the exception of the daforum.css file

For those of you with MacroMedia Fireworks version 4 I've included the png file I created for this graphic set.

If you don't like my graphics that's cool, just deconstruct my mod so you can figure out how to make your own

Attached File
64398-Table Wrappers.zip  (93 downloads)
Posted By: JustDave Re: Da Table Wrappers Mod - 01/11/2003 12:13 AM
Thank You!

I'm glad this is finally documented too.

Nice job!
Posted By: Dalantech Re: Da Table Wrappers Mod - 01/11/2003 12:20 AM
Props to you my friend: You got me interested in this one

I figured that this would serve as documentation since it should be pretty easy for people to look at what I've done and modify it for their own needs.
Posted By: JustDave Re: Da Table Wrappers Mod - 01/11/2003 12:31 AM
Yes I believe actual example files will be most helpful to others.

The nice thing about this type of modification is that there shouldn't be any changes from .threads 6.2 and forward that affect it. (with the possible exception of new style classes being added to the .css files)
Posted By: Dalantech Re: Da Table Wrappers Mod - 01/11/2003 12:33 AM
True. For future version the ubbthreads.tmpl file can be dropped since the only change to is was to remove the hard scripted tbclose and take out all the ASCII spaces.
Posted By: JoshPet Re: Da Table Wrappers Mod - 01/11/2003 7:25 AM
Excellent work! Thanks for putting this together.
Posted By: Dalantech Re: Da Table Wrappers Mod - 01/11/2003 10:21 AM
Thanks for all your help my friend!
Posted By: omegatron Re: Da Table Wrappers Mod - 01/11/2003 7:24 PM
Now we just gotta document tablewrappers.tmpl in the pal directory for IIP
Posted By: JustDave Re: Da Table Wrappers Mod - 01/11/2003 8:25 PM
I will make IIP use the same wrappers as .threads at some point. IIP's are more flexable because the table headers are less involved than some of the .threads table headers. I also figured out how to have more than one table wrapper to select from while using the .threads wrappers so this another reason to just use the .threads wrappers and drop IIP's.

I'll redo IIP and upload it tonight I guess. It will be one less thing... lol
Posted By: omegatron Re: Da Table Wrappers Mod - 01/11/2003 8:33 PM
LOL much easier when you make things easier on yourself.
I guess that will make things alot easier in future versions of IIP.

I guess that means I can dump the one I modified.
Posted By: JustDave Re: Da Table Wrappers Mod - 01/11/2003 8:36 PM
LoL well don't dump it to soon. I'm working on getting IIP to use the .threads wrappers right now. I should have it up by dinner.
Posted By: Dalantech Re: Da Table Wrappers Mod - 01/11/2003 8:48 PM
Very !

I'm moving on to integrating a spall chacker
Posted By: omegatron Re: Da Table Wrappers Mod - 01/11/2003 8:52 PM
Hmm an integrated spell checker. Are you using LK's spell mod from UBB as a template?
Posted By: JustDave Re: Da Table Wrappers Mod - 01/11/2003 9:11 PM
Probably looking into using pspell in php?
Posted By: JustDave Re: Da Table Wrappers Mod - 01/11/2003 9:16 PM
Related post?:

https://ubbdev.com/threads/php/...mp;Number=64354&Main=64487#Post64354
Posted By: Dalantech Re: Da Table Wrappers Mod - 01/11/2003 10:20 PM
[]Probably looking into using pspell in php? [/]

Yup, that's one possibility. I have too many die hard Linux fans on my site who do not own a copy of MicroSoft's dictionary (the one that Word uses). So I have to find a solution that's not software / platform dependant...
Posted By: sportbikes Re: Da Table Wrappers Mod - 01/12/2003 7:59 AM
DaLANTech,

I was waiting for this, but how does this work in comparison to Just Dave's CSS specific Table Wrappers?

I see that your is more of a finished product, but am I correct in that once we convert to yours... there is no plain version (like what I may have now)?

Do I understand these correctly in stating that using the css specific table wrappers I can have both standard and graphic wrapper options available to members?

Just looking forward before I make changes... and not versed enough to intrepret the differences.

Thanks!
Posted By: Dalantech Re: Da Table Wrappers Mod - 01/12/2003 5:31 PM
OK, I had to read JustDave's post cause I wasn't sure what you were asking.

You could do JustDave's mod, and then use my template set. Or you could just apply my set as is.

One of the problems with adding graphics to the tbopen and tbclose templates is that the spacing that you use (defined by a clear gif file) is going to change for each different graphic set (unless we all agree on some sort of standard size). So in order to use someone elses graphic style you might have to change your tbopen and tbclose templates, which means that you might not be able to use mine. JustDave's mod avoids the problem by allowing you to assign different tbopen and tbclose templates per style sheet (but you are still going to be limitted to one graphic style per CSS). If you use his mod then just change the names of your tbopen and tbclose templates according to his instructions.

Hopefully we'll see some options in the theme section of the admin panel to set the values for the graphic sizes in a future version of Threads.
Posted By: JustDave Re: Da Table Wrappers Mod - 01/12/2003 5:38 PM
I was thinking of adding additional check boxes to the stylesheet list in the theme editor so that we can specify what stylesheets get specific wrappers. All else would use the default.

The problem with having adjustable image sizes is that even the layout of the wrappers themselves may differ. Someone may want a 5 column by 3 row table wrapper as apposed to the 3 by 3 one we are using.

I think making the wrappers stylesheet specific is the best route.

Posted By: Dalantech Re: Da Table Wrappers Mod - 01/12/2003 7:35 PM
I agree, especialy for sites that want to run more than one style of table wrapper.
Posted By: Liahona_dup1 Re: Da Table Wrappers Mod - 01/12/2003 8:31 PM
Hi all

I have the table wrappers working great in IE (Thanks to Chuck) but I thought I would test it in NS 4.7, not that it bothers me as I use IE but someone just may be useing it, and I know it is an old version but Yahoo search engine wont allow you to put you business site on their search list unless it works perfect in NS 4.7, no big deal but this is what happens.........

Loads with some of the side graphics missing from boxes and if you scroll the page slow they appear and scroll fast the disappear agian.

Just wanted to know if anyone else has seen this, it's not hurting any one though.

Another great hack by all you lot.

Thanks.

PS. Just noticed the Panel Generator absolutely brill a must have... whoops the box that shows all the holders is to small. lol

[]https://www.ubbdev.com/images/panels/10306-4976.png[/]
Posted By: Dalantech Re: Da Table Wrappers Mod - 01/12/2003 8:37 PM
NS 4.7 is so bug ridden and non standards compliant that the people who coded it should be put up in front of a firing squad...

What you are describing is a classic NS 4.7 error. I'll take a look at the script that controls that area, but I can't guarantee that I'll be able to fix it. NS 4.7 is probably the problem, and not my script.
Posted By: Liahona_dup1 Re: Da Table Wrappers Mod - 01/12/2003 8:42 PM
Hi Dalantech

No....don't waist your time just asking only

Thanks
Posted By: Dalantech Re: Da Table Wrappers Mod - 01/12/2003 8:48 PM
No problem

NS 4.7 is just irritating because I really do try to script so that my site looks good in all browsers (even the Mozilla users like my site). But then 4.7 was released and I got hit with a lot of negative posts cause all of a sudden "my scripting sucked"...
Posted By: JoshPet Re: Da Table Wrappers Mod - 01/12/2003 9:04 PM
Netscape 4.7 doesn't *really* support CSS very well. It's very spotty. Since threads (and most sites) use CSS... I don't know how anyone can successfully use that browser anywhere without trouble.

Threads is very very close to XHTML compliant. And all the new Stylesheets released with threads (and any that I've posted) validate with w3.org. So NS is the dinosaur.
Posted By: Gardener Re: Da Table Wrappers Mod - 01/12/2003 9:23 PM
There is a way to work around the bug in Netscape with disappearing background images. The trick is to have an extra table inside the table and set the background to "#". For some odd reason Netscape then shows the background image properly. Crude, but effective. =]
Posted By: JustDave Re: Da Table Wrappers Mod - 01/12/2003 9:29 PM
I have to agree with everyone else on this. Netscape 4.7x is out of date and quite useless where standards compliancy matters. Perhaps you should write to yahoo telling them they are falling behind the times if they think pages should render well in non standards compliant browsers. I wonder, does their online email offering work well in 4.7? I'll have to check. Would seem sort of hypocritical of them if it doesnt... lol

I myself code nothing with 4.7 in mind. It's not worth the effort. Since most browsers are given away for free I see no reason why users don't upgrade.

</2cents>

Posted By: Dalantech Re: Da Table Wrappers Mod - 01/12/2003 9:35 PM
I agree. Not much sense in running an old browser (unless the latest has more bugs )
Posted By: JustDave Re: Da Table Wrappers Mod - 01/12/2003 9:40 PM
LoL I'd rather live with a new browser and new bugs than Netscape 4.anything LoL

I think that Mozilla's Pheonix browser may be perfect for users of older machines that have system requirements that are not up to par with the bigger browsers.

Posted By: omegatron Re: Da Table Wrappers Mod - 01/19/2003 9:10 PM
Dalantech,

I was playing a bit. I know what you mean about graphics files being huge. I was playing with adding graphics into the mod. Here is one I was playing with today. I went with the square corners as even with the graphic corners saved as transparency they where not transparent under my colored backgrounds. One a white background they are fine.

Test Forum

I managed to keep every graphic except the top one to 41K. The top one ended up being 1705K with only that one little graphic. Now if I convert to jpg that can save that to 1300K
Posted By: Dalantech Re: Da Table Wrappers Mod - 01/19/2003 9:43 PM
Odd, cause I show that graphic as being 1.6 KB. Are you sure you didn't add a few zeros to the size that you listed for that top image

The only problem I saw was that you cut your images at 1000 pixels. If someone views your forum at a greater resolution that 1024 x 768 then your background graphic will tile (an effect that may or may not look good).

I cut my graphics at 1560 pixels and my site looks good at 1600x1200.

Edit: I'd also make the background page color the same (or close to) the blue that you used for your wrapper. The dark blue on light blue is tough on the ol' peepers
Posted By: shortbus Re: Da Table Wrappers Mod - 01/19/2003 10:44 PM
it seems that "the blues (large fonts)" and "the blues" have different color table wrappers. Was this intentional? Just curious since they are named the same.
Posted By: Dalantech Re: Da Table Wrappers Mod - 01/19/2003 10:54 PM
They should be the same. I'll check.

Edit: Good catch! I've updated all of the style sheet text files to fix a typo and update the blues. The zip file in the first post has been fixed.
Posted By: omegatron Re: Da Table Wrappers Mod - 01/19/2003 11:07 PM
Yeah I meant 1600 bytes and 41 bytes

What ya mean hard on the eyes. Your graphic is blue against white LOL

I will see about that top graphic resizing to 1560.
Posted By: Dalantech Re: Da Table Wrappers Mod - 01/19/2003 11:08 PM
LOL! Look again, the background is grey with a binary pattern going through it
Posted By: omegatron Re: Da Table Wrappers Mod - 01/19/2003 11:50 PM
Mr binary

Yes ya da grey man!

I softened the blue a bit more so it matches the tdheader. Should be more fluid now. Graphics sizes are 36bytes and the top is 1770bytes.

Also I updated the templates to be XHTML compliant.

Attached File
65461-templates.zip  (10 downloads)
Posted By: Dslam Re: [6.2] Table Wrappers Mod - 01/20/2003 7:03 AM
hey just wanted to say thanks . I used your mod. changed the image colors but was a great help having it all documented
Thanks again
Posted By: Dalantech Re: Da Table Wrappers Mod - 01/20/2003 7:53 AM
What did you have to change to make them compliant? Did you add the "alt" parameter to the image tags?
Posted By: Dalantech Re: [6.2] Table Wrappers Mod - 01/20/2003 7:54 AM
Thanks for taking the time to say thanks, and glad you like the hack
Posted By: omegatron Re: Da Table Wrappers Mod - 01/20/2003 1:40 PM
You hit it on the head buddy

Simple but yes that makes it XHTML compliant. Most people forget about the small stuff All image tags need a closing tag which you had /> and they need the alt variable defined which was missing.
Posted By: Dalantech Re: Da Table Wrappers Mod - 01/20/2003 3:56 PM
I updated the templates on my site right after my last post to you
Posted By: Dalantech Re: Da Table Wrappers Mod - 01/20/2003 7:57 PM
Thanks Chuck!

I've updated the zip file in the first post
Posted By: Beentheredonethat Re: [6.2] Table Wrappers Mod - 01/21/2003 4:16 PM
Will this table wrappers work well with Integrated Index Page?

Could I have the Integrated Index Page with the table wrappers and templates and stylesheets you use...

I noticed your site is two columns and Integrated Index Page is three... does it matter?
Posted By: JustDave Re: [6.2] Table Wrappers Mod - 01/21/2003 5:20 PM
Yes the table wrappers work with IIP.
Posted By: Dalantech Re: [6.2] Table Wrappers Mod - 01/21/2003 6:36 PM
My index page is IIP, and I have it set to two columns in the IIP admin panel

If you download my table wrappers mod then you've got everything you need. Just follow the directions
Posted By: Beentheredonethat Re: [6.2] Table Wrappers Mod - 01/21/2003 8:14 PM
Thank you.
Now I start to understand a bit how this works...
I am starte to get addicted to threads :-)
Posted By: JustDave Re: [6.2] Table Wrappers Mod - 01/21/2003 8:58 PM
[]
I am starte to get addicted to threads :-) [/]

hehe... it's one addiction that's not a bad thing.
Posted By: dimopoulos Re: [6.2] Table Wrappers Mod - 01/21/2003 9:54 PM
Unless your other half is standing right behind you with something heavy and wispering "Either you get away from the computer or else...."





Warm regards

Nikos
Posted By: omegatron Re: [6.2] Table Wrappers Mod - 01/22/2003 2:11 AM
Thanks but I got it. I called the library but had to add the statement

send them the page Now it makes me want to code Photopost with the tbwrappers but thats another story. Working through the errors trying to use tbopen and tbclose within there is a headache.
Posted By: Dalantech Re: [6.2] Table Wrappers Mod - 01/22/2003 8:43 AM
LOL!

Oh no, you're hooked now. It's just a matter of time before you post a table wrappers mod for Photo Post...

The funny thing is that if you look at what Rick Baker has done with Threads the concept of placing script in a php file, and then html in a template that the php file includes, makes a lot of sense. If you want to add a new feature to the script, no problem. There isn't any html getting in the way when you are manipulating the php file. Want to change the way that the final html page looks to the client, no problem. Just edit the template, and the only time you'll have to mess with php script is if there is some sort of loop that's being used to recycle the html (the post lists being one example). Seperating the php script from the html actualy makes them both easier to edit.
Posted By: omegatron Re: [6.2] Table Wrappers Mod - 01/22/2003 1:06 PM
That will be the next step for Photopost in the next upcoming release. Rick was kinda behind the eight ball on that one actually every other forum software even Infopop's UBB was separated into PHP code and Templates. I am glad to see Threads went this way as it is much easier.

I have done MOST of the main Photopost Index. You can see it here.

http://www.reeftalk.com/ubbthreads/gallery/index.php

I am still working around one problem getting the wrapper around the recent images and if I choise to display others.

if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "no" ) {
display_gallery("latest");
$output .= "<br />";
}

I have tried placing the $tbopen $tbclose variables in multiple spots and it needs to be in the form

$output .= "$tbopen"; as not to cause a parse error etc.

Now the problem being is that the top one shows up on those photo's however the closing one does not no matter what I do so thats why I say mostly have index done.
Posted By: JustDave Re: [6.2] Table Wrappers Mod - 01/22/2003 4:59 PM
I must say you are definately getting into things! (in a good way)

Looking forward to seeing the fruits of your efforts.
Posted By: omegatron Re: [6.2] Table Wrappers Mod - 01/22/2003 10:46 PM
Thanks I am kinda getting into the template work just a bit.

Working on Photopost though is a pain the backside. Alot harder than working with just plain templates.

So far was able to get the one page done playing for an hour but still the one snag mentioned above which is killing me. When I resolve that I will move on with the other main two files showphoto and showgallery. Then the little files will be last.

Any ideas on this one? Below is the original code:

if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "no" ) {
display_gallery("latest");
$output .= "<br />";
}

Here is the code that will put the tbopen around but the tbclose will not show.

if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "no" ) {
$output .= "$tbopen";
display_gallery("latest");
$output .= "$tbclose";
$output .= "<br />";
}

I seem to be stumped as to my the opening table forms but the closing does not.
Posted By: dimopoulos Re: [6.2] Table Wrappers Mod - 01/23/2003 12:47 AM
Chuck,

How about:
if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "no" ) {
$output .= "$tbopen";
$output .= "$<tr>";
$output .= "$<tb>";
display_gallery("latest");
$output .= "$</tb>";
$output .= "$</tr>";
$output .= "$tbclose";
$output .= "<br />";
}

Warm regards

Nikos
Posted By: omegatron Re: [6.2] Table Wrappers Mod - 01/23/2003 1:01 AM
you mean td not tb i assume and you do not need $ in front of them. Thanks you got me on the right track. I felt like slapping myself. Basic HTML there. I was too busy looking at code that I forgot that unlike templates which already have the <tr><td> variables there than I needed to add them.

Here is what the code is

if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "no" ) {
$output .= "$tbopen";
$output .= "<tr class="tdheader">";
$output .= "<td>";
display_gallery("latest");
$output .= "</td>";
$output .= "</tr>";
$output .= "$tbclose";
$output .= "<br />";
}
Posted By: omegatron Re: [6.2] Table Wrappers Mod - 01/23/2003 3:55 AM
So Now Dalantech's mod goes even further into another program besides Threads.



I was able to get all 4 main Photopost files which call the tables to use the wrappers.

http://www.reeftalk.com/ubbthreads/gallery/index.php
Posted By: JoshPet Re: [6.2] Table Wrappers Mod - 01/23/2003 4:44 AM
Looks good Chuck.

You are becoming quite active here as well in developing stuff. Good for you.
Posted By: omegatron Re: [6.2] Table Wrappers Mod - 01/23/2003 5:01 AM
Thanks

I don't think I develop anything I just try and help others when they ask.
Posted By: shortbus Re: [6.2] Table Wrappers Mod - 01/23/2003 6:33 AM
You are good! I like it. I want it. I need it.

Posted By: JoshPet Re: [6.2] Table Wrappers Mod - 01/23/2003 7:50 AM
That's what its about.
Posted By: JoshPet Re: [6.2] Table Wrappers Mod - 01/23/2003 7:51 AM
[]You are good! I like it. I want it. I need it.

[/]

I think shortbus is going for a record. The most mods ever installed on his forums.
Posted By: Dalantech Re: [6.2] Table Wrappers Mod - 01/23/2003 7:59 AM
ROFLMAO!

I told you...
Posted By: shortbus Re: [6.2] Table Wrappers Mod - 01/23/2003 8:08 AM
I can't help it man. Why have it, if it isn't going to be as good as it can be?

One of these days, I'm going to hire all of you guys. I just have to be able to afford myself first.
Posted By: Dalantech Re: [6.2] Table Wrappers Mod - 01/23/2003 8:29 AM
Keep track of all the files that you change, and why you changed them.Then, when a new version of Threads comes out, you can use a program like Beyond Compare to quickly apply all of your mods to the new version.
Posted By: dimopoulos Re: [6.2] Table Wrappers Mod - 01/23/2003 9:49 AM
Damn! It guess I was really tired when I posted that. Yes Chuck it was td and without the $. What copy and paste can do to you.

Still I am happy that you managed to get an idea to sort it out.

Warm regards

Nikos
Posted By: omegatron Re: [6.2] Table Wrappers Mod - 01/23/2003 1:09 PM
Shortbus,

Well lets see. I could write up what I did and post it. However keep in mind you will also need to do Dalantech's Table Wrappers Mod and I suggest as well using Justdave's CSS wrappers mod. You also need to have a registered copy of Photopost. Most important you need to design graphics. I might be able to design something for you if needed.

This would be my hack order:


1) Apply JustDave's CSSWrappers Mod

https://ubbdev.com/threads/php/...ew=collapsed&sb=5&o=&fpart=1

2) Expand on Dave's work by Doing Dalantech's Table Wrappers Mod on Threads.

https://ubbdev.com/threads/php/...ew=collapsed&sb=5&o=&fpart=1

3) Apply Dalantech's Header Mod ( so that it uses the table wrappers )

https://ubbdev.com/threads/php/...ew=collapsed&sb=5&o=&fpart=1

4) Then you can start Photopost modifications. It will take me a day or so to document it. This really belongs on the Photopost site more but anyway. Their are a number of things you need to do so this is an intensive hack. There are only 4 files to achieve that look. However the mod's in those 4 files are alot. XHTML compliance issues as well as modifications to doing away with Photopost's entire header/footer system and using Threads.

You can see their is alot of hacking involved or many hacks to achieve the look. I want uniformity on my site so I tackled Photopost. No sense having every other page use the tablewrappers and not Photopost.
Posted By: Dslam Re: [6.2] Table Wrappers Mod - 01/24/2003 5:25 AM
question .
with I define table with to 95% in edit theme then the table gets smaller but the table wrap stays wide ..
did I miss something or ??
Posted By: omegatron Re: [6.2] Table Wrappers Mod - 01/24/2003 6:05 AM
Easy fix. Your tbopen template should look like this

<? //UBBTREMARK
$tbopen = <<<UBBTPRINT

<table width="{$theme['tablewidth']}" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="tlc"><img border="0" src="spacer.gif" width="10" height="10" alt="" /></td>
<td class="top"><img border="0" src="spacer.gif" width="10" height="10" alt="" /></td>
<td class="trc"><img border="0" src="spacer.gif" width="10" height="10" alt="" /></td>
</tr>
<tr>
<td class="left"><img border="0" src="spacer.gif" width="10" height="10" alt="" /></td>
<td width="100%">
<table width="{$theme['tablewidth']}" align="center" cellpadding="1" cellspacing="1" class="tablesurround">
<tr>
<td>
<table cellpadding="{$theme['cellpadding']}" cellspacing="{$theme['cellspacing']}" width="100%" class="tableborders">

UBBTPRINT;
/* UBBTREMARK */ ?>

Just change it to this

<? //UBBTREMARK
$tbopen = <<<UBBTPRINT

<table width="{$theme['tablewidth']}" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="tlc"><img border="0" src="spacer.gif" width="10" height="10" alt="" /></td>
<td class="top"><img border="0" src="spacer.gif" width="10" height="10" alt="" /></td>
<td class="trc"><img border="0" src="spacer.gif" width="10" height="10" alt="" /></td>
</tr>
<tr>
<td class="left"><img border="0" src="spacer.gif" width="10" height="10" alt="" /></td>
<td width="100%">
<table width="100%" align="center" cellpadding="1" cellspacing="1" class="tablesurround">
<tr>
<td>
<table cellpadding="{$theme['cellpadding']}" cellspacing="{$theme['cellspacing']}" width="100%" class="tableborders">

UBBTPRINT;
/* UBBTREMARK */ ?>


The second to last table needs to be set to 100% and it will autosize just fine.
Posted By: Dslam Re: [6.2] Table Wrappers Mod - 01/24/2003 7:09 AM
yup that did it .. Thanks you
Posted By: Dalantech Re: [6.2] Table Wrappers Mod - 01/24/2003 8:36 AM
Good catrch Chuck!

I'll update the original zip file later on today, and this bug will be fixed in the next release of the table wrappers mod
Posted By: ChAoS_dup1 Re: [6.2] Table Wrappers Mod - 03/09/2003 7:17 PM
Finally worked up the muster to hjack my forums some more and I want to add table wrappers today.Just wanted to double check that this works with Threads 6.2.3.
Also Dalantech;

Your signature link is not loading but the link to your forums is working. (I was trying to get a peek at the 5x3 array)
Posted By: Dalantech Re: [6.2] Table Wrappers Mod - 03/09/2003 7:20 PM
That's odd, my index won't load but Da Forum is working

The 5x3 array does work for 6.2.3 and should work for all future versions of Threads (I don't see $tbopen and $tbclose going away anytime soon).
© UBB.Developers