php forum
php mysql forum
php mysql smarty
 
Topic Options
#279041 - 08/27/04 01:38 AM Working up a new style
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
I've been getting rusty waiting for Threads 6.5 to hit the streat, so I decided to spruce things up a little. I'm gonna roll any changes that I make to the templates in 6.4 over to 6.5 and release it as a mod complete with graphics.
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#279042 - 08/27/04 01:26 PM Re: Working up a new style [Re: jacksonm99]
Pappy Offline
Member

Registered: 11/17/00
Posts: 235
Loc: Germany (US Citizen)
Very Nice !!

Top
#279043 - 08/27/04 03:01 PM Re: Working up a new style [Re: MercAqua]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
Thanks! <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br />I even split up the showflat posts so a really wide post wouldn't cause all the posts in a thread to go wide. It's something I've seen JC do, although I don't know if I did it the same way he does (I didn't view the source on his pages, I just went into the showflat.tmpl file and figured out how to do it on my own).
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#279044 - 08/27/04 10:38 PM Re: Working up a new style [Re: jacksonm99]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
<img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#279045 - 08/28/04 04:42 AM Re: Working up a new style [Re: chrisX]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
I've reverse engineered several of your design changes <img src="http://www.ubbdev.com/forum/images/graemlins/grin.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#279046 - 08/29/04 01:08 AM Re: Working up a new style [Re: jacksonm99]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
nice <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#279047 - 08/29/04 02:19 AM Re: Working up a new style [Re: SurfMinister]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
Thanks <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#279048 - 08/30/04 03:08 AM Re: Working up a new style [Re: jacksonm99]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Nice!!! <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#279049 - 08/30/04 03:35 AM Re: Working up a new style [Re: Daine]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
Thanks! <img src="http://www.ubbdev.com/forum/images/graemlins/cool.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#279050 - 08/31/04 05:05 PM Re: Working up a new style [Re: jacksonm99]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
[]Dalantech said: <br />I've reverse engineered several of your design changes <img src="http://www.ubbdev.com/forum/images/graemlins/grin.gif" alt="" /> [/] <br /> <br />Do I get inspirational credit? LOL Funny thing is they have been up for download for a while now <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#279051 - 09/01/04 06:38 AM Re: Working up a new style [Re: chrisX]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
Sure <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> <br /> <br />Nothing personal, I just like doing my own scripting -that's why I've never used your templates.
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#279052 - 09/01/04 11:26 PM Re: Working up a new style [Re: jacksonm99]
shortbus Offline
Code Monkey

Registered: 04/19/02
Posts: 631
Loc: Enid, Oklahoma
seperating the posts was a good idea, but doesn't it add a bunch of load when you have several posts or more?

Top
#279053 - 09/02/04 06:13 AM Re: Working up a new style [Re: wilstephens]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
I don't understand what you mean by "load". There is some additional html -sure. But the number of table cells remains the same for the post, the only change is the number of table tags and the html for the table wrapper. If you are viewing 50 posts per page you'll spend more time waiting for the data to come out of the database than you will waiting for the html to go from client to server...<br /><br />Last, but not least, if you have Zlib compression enabled in your config (and you should) then the added html won't make any difference...
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#279054 - 09/02/04 01:44 PM Re: Working up a new style [Re: jacksonm99]
shortbus Offline
Code Monkey

Registered: 04/19/02
Posts: 631
Loc: Enid, Oklahoma
I was just thinking it would be more bandwith.

Top
#279055 - 09/02/04 05:31 PM Re: Working up a new style [Re: wilstephens]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
Nope, would be the same. Actually it loads faster since the tables are less complex.
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#279056 - 09/02/04 05:31 PM Re: Working up a new style [Re: jacksonm99]
J.C. Offline
Addict

Registered: 08/11/00
Posts: 1551
[]Dalantech said:<br />Sure <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /><br /><br />Nothing personal, I just like doing my own scripting -that's why I've never used your templates. [/]<br /><br /><img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Groupee Moderator
- Custom Web Development
http://www.JCSWebDev.com

Top
#279057 - 09/21/04 03:12 AM Re: Working up a new style [Re: chrisX]
Ian_W Global Moderator Offline
Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Very nice <img src="http://www.ubbdev.com/forum/images/graemlins/laugh.gif" alt="" /> - look forward to seeing the mod
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top


Who's Online
0 registered (), 31 Guests and 16 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
11/20/08 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
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
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
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
Newest Members
Begbie, cenk, MATTO, DougMMcts, tim Anderson
13361 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks