php forum
php mysql forum
php mysql smarty
 
Page 3 of 4 < 1 2 3 4 >
Topic Options
#232599 - 01/20/03 07:56 AM Re: Da Table Wrappers Mod [Re: sf49rminer]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
I updated the templates on my site right after my last post to you <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#232600 - 01/20/03 11:57 AM Re: Da Table Wrappers Mod [Re: sf49rminer]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
Thanks Chuck!<br /><br />I've updated the zip file in the first post <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#232601 - 01/21/03 08:16 AM Re: [6.2] Table Wrappers Mod [Re: jacksonm99]
Beentheredonethat Offline
Member

Registered: 05/10/02
Posts: 160
Loc: Not here
Will this table wrappers work well with Integrated Index Page?<br /><br />Could I have the Integrated Index Page with the table wrappers and templates and stylesheets you use...<br /><br />I noticed your site is two columns and Integrated Index Page is three... does it matter?

Top
#232602 - 01/21/03 09:20 AM Re: [6.2] Table Wrappers Mod [Re: charts]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
Yes the table wrappers work with IIP. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
~Dave
ChattersOnline.com

Top
#232603 - 01/21/03 10:36 AM Re: [6.2] Table Wrappers Mod [Re: charts]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
My index page is IIP, and I have it set to two columns in the IIP admin panel <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />If you download my table wrappers mod then you've got everything you need. Just follow the directions <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#232604 - 01/21/03 12:14 PM Re: [6.2] Table Wrappers Mod [Re: jacksonm99]
Beentheredonethat Offline
Member

Registered: 05/10/02
Posts: 160
Loc: Not here
Thank you.<br />Now I start to understand a bit how this works...<br />I am starte to get addicted to threads :-)

Top
#232605 - 01/21/03 12:58 PM Re: [6.2] Table Wrappers Mod [Re: charts]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
[]<br />I am starte to get addicted to threads :-) [/]<br /><br />hehe... it's one addiction that's not a bad thing. <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
~Dave
ChattersOnline.com

Top
#232606 - 01/21/03 01:54 PM Re: [6.2] Table Wrappers Mod [Re: sjsaunders]
dimopoulos Offline
Kahuna

Registered: 08/18/02
Posts: 1271
Loc: Vienna, Austria
Unless your other half is standing right behind you with something heavy and wispering "Either you get away from the computer or else...."<br /><br /><img src="/forum/images/graemlins/ooo.gif" alt="" /><br /><br /><img src="/forum/images/graemlins/laugh.gif" alt="" /> <img src="/forum/images/graemlins/laugh.gif" alt="" /> <img src="/forum/images/graemlins/laugh.gif" alt="" /> <img src="/forum/images/graemlins/laugh.gif" alt="" /> <img src="/forum/images/graemlins/laugh.gif" alt="" /><br /><br />Warm regards<br /><br />Nikos
_________________________
Nikos

Top
#232607 - 01/21/03 06:11 PM Re: [6.2] Table Wrappers Mod [Re: Hal_dup2]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Thanks but I got it. I called the library but had to add the statement <br /> <br />send them the page <img src="/forum/images/graemlins/wink.gif" alt="" /> 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.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#232608 - 01/22/03 12:43 AM Re: [6.2] Table Wrappers Mod [Re: sf49rminer]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
LOL! <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />Oh no, you're hooked now. It's just a matter of time before you post a table wrappers mod for Photo Post... <img src="/forum/images/graemlins/wink.gif" alt="" /><br /><br />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.
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#232609 - 01/22/03 05:06 AM Re: [6.2] Table Wrappers Mod [Re: jacksonm99]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
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. <br /> <br />I have done MOST of the main Photopost Index. You can see it here. <br /> <br />http://www.reeftalk.com/ubbthreads/gallery/index.php <br /> <br />I am still working around one problem getting the wrapper around the recent images and if I choise to display others. <br /> <br />if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "no" ) { <br /> display_gallery("latest"); <br /> $output .= "<br />"; <br />} <br /> <br />I have tried placing the $tbopen $tbclose variables in multiple spots and it needs to be in the form <br /> <br /> $output .= "$tbopen"; as not to cause a parse error etc. <br /> <br />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.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#232610 - 01/22/03 08:59 AM Re: [6.2] Table Wrappers Mod [Re: sf49rminer]
JustDave Offline
That 70's Guy

Registered: 06/24/01
Posts: 4097
I must say you are definately getting into things! (in a good way) <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />Looking forward to seeing the fruits of your efforts. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
~Dave
ChattersOnline.com

Top
#232611 - 01/22/03 02:46 PM Re: [6.2] Table Wrappers Mod [Re: sjsaunders]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Thanks <img src="/forum/images/graemlins/smile.gif" alt="" /> I am kinda getting into the template work just a bit. <br /> <br /> Working on Photopost though is a pain the backside. Alot harder than working with just plain templates. <br /> <br /> 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. <br /> <br />Any ideas on this one? Below is the original code: <br /> <br />if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "no" ) { <br />display_gallery("latest"); <br />$output .= "<br />"; <br />} <br /> <br />Here is the code that will put the tbopen around but the tbclose will not show. <br /> <br />if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "no" ) { <br /> $output .= "$tbopen"; <br /> display_gallery("latest"); <br /> $output .= "$tbclose"; <br /> $output .= "<br />"; <br />} <br /> <br />I seem to be stumped as to my the opening table forms but the closing does not. <br />
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#232612 - 01/22/03 04:47 PM Re: [6.2] Table Wrappers Mod [Re: sf49rminer]
dimopoulos Offline
Kahuna

Registered: 08/18/02
Posts: 1271
Loc: Vienna, Austria
Chuck,<br /><br />How about:<br />if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "no" ) { <br />$output .= "$tbopen"; <br />$output .= "$<tr>"; <br />$output .= "$<tb>"; <br />display_gallery("latest"); <br />$output .= "$</tb>"; <br />$output .= "$</tr>"; <br />$output .= "$tbclose"; <br />$output .= "<br />"; <br />}<br /><br />Warm regards<br /><br />Nikos
_________________________
Nikos

Top
#232613 - 01/22/03 05:01 PM Re: [6.2] Table Wrappers Mod [Re: Hal_dup2]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
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.<br /><br />Here is what the code is<br /><br />if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "no" ) { <br />$output .= "$tbopen"; <br />$output .= "<tr class=\"tdheader\">"; <br />$output .= "<td>"; <br />display_gallery("latest"); <br />$output .= "</td>"; <br />$output .= "</tr>"; <br />$output .= "$tbclose"; <br />$output .= "<br />"; <br />}
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#232614 - 01/22/03 07:55 PM Re: [6.2] Table Wrappers Mod [Re: sf49rminer]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
So Now Dalantech's mod goes even further into another program besides Threads.<br /><br /><img src="/forum/images/graemlins/wink.gif" alt="" /><br /><br />I was able to get all 4 main Photopost files which call the tables to use the wrappers.<br /><br />http://www.reeftalk.com/ubbthreads/gallery/index.php<br />
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#232615 - 01/22/03 08:44 PM Re: [6.2] Table Wrappers Mod [Re: sf49rminer]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Looks good Chuck.<br /><br />You are becoming quite active here as well in developing stuff. Good for you. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#232616 - 01/22/03 09:01 PM Re: [6.2] Table Wrappers Mod [Re: Daine]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Thanks <br /><br /> I don't think I develop anything <img src="/forum/images/graemlins/smile.gif" alt="" /> I just try and help others when they ask.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#232617 - 01/22/03 10:33 PM Re: [6.2] Table Wrappers Mod [Re: sf49rminer]
shortbus Offline
Code Monkey

Registered: 04/19/02
Posts: 631
Loc: Enid, Oklahoma
You are good! I like it. I want it. I need it. <br /><br /><img src="/forum/images/graemlins/laugh.gif" alt="" />

Top
#232618 - 01/22/03 11:50 PM Re: [6.2] Table Wrappers Mod [Re: sf49rminer]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
That's what its about. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
Page 3 of 4 < 1 2 3 4 >


Who's Online
2 registered (AllenAyres, blaaskaak), 19 Guests and 11 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
PhotoPost BB Code Popup
by AllenAyres
12/01/08 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
12/01/08 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
12/01/08 09:33 AM
Spell Check [beta]
by AllenAyres
12/01/08 09:32 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
David DelMonte, nick1, Begbie, cenk, MATTO
13363 Registered Users
Top Posters
AllenAyres 25449
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks