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: 25366
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 83
Gizmo 29
sirdude 24
Zarzal 22
blaaskaak 13
willing 7
swebs 6
Who's Online
2 Registered (blaaskaak, sirdude), 39 Guests and 7 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Nice Ajax Chat
by sirdude
07/05/08 04:29 PM
[7.x] UBB.Post Templates v0.1
by sirdude
07/05/08 12:48 PM
Team UBBDev Rides Again!
by AllenAyres
07/04/08 10:56 PM
[7.3.x] ubb.links
by AllenAyres
07/03/08 06:15 PM
Changing currency for subscriptions?
by AllenAyres
07/03/08 01:15 PM
Protect users emails
by AllenAyres
07/03/08 11:36 AM
VPS and Newbies
by Gizmo
07/02/08 09:08 PM
New Mods
Protect users emails
by Basil Fawlty
06/29/08 08:44 AM
[7.3.x] Scheduled board close for backup
by blaaskaak
06/26/08 04:01 AM
[7.3+] CustomTag - Audo Embedding
by Gizmo
06/24/08 07:52 PM
[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
Newest Members
ryzilla, M4D, Jer, Kanigo2, Bubba
13302 Registered Users

 

 

 
fusionbb message board php hacks