Templating ... a simple guide

All style (template, theme and imageset) related questions for the new release; advice, feedback here please.
Post Reply
User avatar
Legoguy
Registered User
Posts: 60
Joined: Wed Jul 23, 2003 4:21 pm
Location: Gurnee, IL
Contact:

Re: Templating ... a simple guide

Post by Legoguy »

While the topic has gone astray, I use TurboPad from http://turbopad.sf.net/" target="_blank


Back on topic, Anything new in the templating system? Or is it deemed mostly done?

Roberdin
Registered User
Posts: 1546
Joined: Wed Apr 09, 2003 8:44 pm
Location: London, United Kingdom

Re: Templating ... a simple guide

Post by Roberdin »

:D
Rob

DoD
Registered User
Posts: 360
Joined: Sat Aug 30, 2003 11:32 am

Re: Templating ... a simple guide

Post by DoD »

Setting it to .html is good...

Yes, i use Dreamweaver...

Its the best i've got... it doesnt screw anything up... and i spend about 95% of the time in code view...

Displays it all fine in preview... but i also write in PHP and it gives fancu colours :mrgreen:

Roberdin
Registered User
Posts: 1546
Joined: Wed Apr 09, 2003 8:44 pm
Location: London, United Kingdom

Re: Templating ... a simple guide

Post by Roberdin »

Same here. :)
Rob

User avatar
electronerd
Registered User
Posts: 180
Joined: Sat Jun 14, 2003 2:36 pm

Re: Templating ... a simple guide

Post by electronerd »

I just use the ol' standby: 'cat'

i.e.:

Code: Select all

cat > overall_header.tpl
<html>
blahblah...
^D

Not Radio
Registered User
Posts: 159
Joined: Mon Oct 27, 2003 12:07 am
Contact:

Re: Templating ... a simple guide

Post by Not Radio »

electronerd wrote:I just use the ol' standby: 'cat'

i.e.:

Code: Select all

cat > overall_header.tpl
<html>
blahblah...
^D
I use TextPad in Windows and vim in Linux.

JuniorZ
Registered User
Posts: 7
Joined: Tue Jun 25, 2002 8:16 pm
Location: Brazil
Contact:

Re: Templating ... a simple guide

Post by JuniorZ »

My question is:
Is it Fully Done ?
Can I use it in another application?
Tnx :mrgreen:
phpBB 2.2 -> It Will r0ck you!

User avatar
Arty
Former Team Member
Posts: 985
Joined: Wed Mar 06, 2002 2:36 pm
Location: Mars
Contact:

Re: Templating ... a simple guide

Post by Arty »

No, its not complete.

DoD
Registered User
Posts: 360
Joined: Sat Aug 30, 2003 11:32 am

Re: Templating ... a simple guide

Post by DoD »

I'm encountering a slight problem.

Previously, i was able to use S_ROW_COUNT in my loops, something very useful to my MODs - yet recently, after a CVS update, it no longer works... and i'm having to do this via PHP by manually setting the row count.

Has this feature been altered or updated... or am i going on about a bug? Either way, im happy to use PHP to calculate it if there is no simple solution currently.

DK
Registered User
Posts: 80
Joined: Fri Aug 31, 2001 1:46 pm
Location: Champaign, IL

Re: Templating ... a simple guide

Post by DK »

Ptirhiik_ wrote:I used it by the past, and decided to trash it as even without asking anything, it ripped some tags, destroyed the tabulations and so. After having passed hours to fix what it has screw, I hit the del key with a large smile. Since then, I use Editplus, which is definitively the top of all I have tried yet : the HTML preview is just perfect : not too little, not to much, the edit text feature are amazing, the reliability of the results at top, and the project management efficient. What ask for more ? :)
I have no problems using Dreamweaver with tpl or html, htm, php etc. It's a matter of going through the raw config .txt files and changing it's behaviors. If they would just add file permissions ability to their FTP it would be a champ.

There is a good article on it at http://www.alistapart.com" target="_blank

Post Reply