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

   Working up a new style to Del.icio.us Add to del.icio.us
  Digg Working up a new style Digg it
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: 25432
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: 2574
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 (), 46 Guests and 7 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Blogs, love em or hate em?
by AllenAyres
10/07/08 02:05 PM
What do you use to edit the files
by Ian_W
10/05/08 03:33 PM
BeyondCompare v3.00
by Ian_W
10/05/08 03:32 PM
Glossy Black Theme with Image Reflection
by Gizmo
10/05/08 02:17 PM
ShareThis
by Gizmo
09/28/08 05:06 AM
[7.3] Viewing MySQL logfiles made easier
by AllenAyres
09/27/08 09:57 PM
Looking for a simple upload script
by Murphdog
09/26/08 08:45 PM
New Mods
[7.3] Viewing MySQL logfiles made easier
by blaaskaak
09/24/08 05:39 PM
[7.3.1] add search to showmembers page
by blaaskaak
09/07/08 04:50 AM
Multiple Identity Detector
by
12/30/06 06:39 PM
Newest Members
pisa666, ghengis317, NitroX, Dogan, EliYah-
13345 Registered Users
Top Posters Last 30 Days
AllenAyres 11
blaaskaak 7
tackaberry 5
FREAK1 5
Chris Bale 4
Ian_W 4
Gizmo 4

 

 

 
fusionbb message board php hacks