Templating ... a simple guide

All style (template, theme and imageset) related questions for the new release; advice, feedback here please.
Post Reply
dmaj007
Registered User
Posts: 52
Joined: Mon Aug 25, 2003 9:31 pm

Re: Templating ... a simple guide

Post by dmaj007 »

psoTFX wrote: Well, we don't have a plug-in system like that in 2.2 so the issue is somewhat moot. However the situation you describe could be solved by simply allowing vars within the INCLUDE directive, e.g. <!-- INCLUDE {loop.MODULE} -->
Nothing like quoting a post from nearly two years ago. Anyway, what happened with this one? I implamented this thing myself but will it be standard with Olympus or was it just a pretty thought?

tareek
Registered User
Posts: 2
Joined: Fri Aug 05, 2005 3:07 am

How 2 Keep / Add Comment / DisIncluded Codes In TPL file

Post by tareek »

here is how you keep your comment or disincluded codes inside the tpl files
How 2 Keep / Add Comment / DisIncluded Codes In TPL file

_Melchior
Registered User
Posts: 1
Joined: Tue Aug 09, 2005 5:01 am

Re: Templating ... a simple guide

Post by _Melchior »

Hi,

I would like to know how can one make to use the engine template of phpBB Olympus on an independent site ?

Thanks :)

Melchior ;)

User avatar
ZIN
Registered User
Posts: 25
Joined: Tue Feb 28, 2006 7:03 pm

Re: Templating ... a simple guide

Post by ZIN »

Templates are simple.
I have a website that seel's templates creations and some free templates too.
Flw!
phpBBrasil.com.br ( Brazil Support )
http://www.phpbbrasil.com.br/

NaRzY
Registered User
Posts: 1
Joined: Tue Feb 28, 2006 11:11 pm

Re: Templating ... a simple guide

Post by NaRzY »

Can you please put a DETAILED expalination on how to create CSS in here, and where i can get a phpBB board.

Thanking You
NaRzY

<!-- Dont hesitate to PM me if you know ANYTHING about this -->

User avatar
will_hough
Registered User
Posts: 65
Joined: Tue Feb 28, 2006 2:35 pm
Location: Michigan
Contact:

Re: Templating ... a simple guide

Post by will_hough »

Try some reading here--> http://www.w3.org/Style/CSS/learning" target="_blank

Dawlfingurl029
Registered User
Posts: 4
Joined: Thu Mar 02, 2006 6:27 am

Re: Templating ... a simple guide

Post by Dawlfingurl029 »

How do I add some themes to my list...the only one that is there right now is subsilver...and no option on how to add new ones?

Can someone help me please?

Waleed
Registered User
Posts: 150
Joined: Tue Feb 28, 2006 11:35 am
Location: Pakistan
Contact:

Re: Templating ... a simple guide

Post by Waleed »


User avatar
EXreaction
Registered User
Posts: 1555
Joined: Sat Sep 10, 2005 2:15 am

Re: Templating ... a simple guide

Post by EXreaction »

Quick question about the php coding in the templates(well, actually this is in the css)...it sounds like php is disabled in the subSilver right now...right? I was working on a mod that will allow each user to choose their colors for theme that they are using(just starting it)...right now I am testing it on the text...and just to test the php, I used this in h1:

color: "<!-- PHP --> echo "green"; <!-- ENDPHP -->";

It doesn't change anything...the text stays black...I tried it with the quotes on the outside, and without...so I am pretty sure it isn't from my code(just started learning php as well) and after re-reading the first post it sounds like the php is disabled by default? How do I enable it then? Or is my code wrong?

User avatar
EXreaction
Registered User
Posts: 1555
Joined: Sat Sep 10, 2005 2:15 am

Re: Templating ... a simple guide

Post by EXreaction »

Anyone?

Post Reply