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: 25408
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: 2570
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


Top Posters Last 30 Days
AllenAyres 18
Gizmo 12
sirdude 6
GEN 3
tackaberry 2
Philipp 2
willing 2
Who's Online
0 Registered (), 32 Guests and 7 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Team UBBDev Rides Again!
by Gizmo
Yesterday at 11:45 PM
Multiple Identity Detector
by MattUK
Yesterday at 04:10 PM
[7.3.x] ubb.links
by AllenAyres
08/26/08 09:57 AM
Installing FlashChat with 7.3
by Gizmo
08/23/08 05:36 AM
[7.2.1] - Naked shoutbox
by Iann128
08/22/08 07:27 PM
Nice Ajax Chat
by M4D
08/21/08 10:02 PM
51-card NVIDIA folding rig cranks out 265,200 ppd
by AllenAyres
08/13/08 10:10 PM
New Mods
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.x] AddThis - Social Networking
by Gizmo
08/01/08 01:30 AM
[7.3.x] ubb.links
by AllenAyres
06/20/08 11:50 PM
[7.3] Dissallow quotes more then 3 levels deep
by blaaskaak
06/09/08 09:01 AM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
Newest Members
welcomeback1, Paug, Tim Keating, anscers, Murphdog
13324 Registered Users

 

 

 
fusionbb message board php hacks