Search found 4 matches

by JanusMTL
Sun Dec 07, 2003 1:42 pm
Forum: [3.0/Olympus] Styling
Topic: Templating ... a simple guide
Replies: 164
Views: 419700

Re: Templating ... a simple guide

psoTFX wrote:Conditionals/Control structures

The most significant addition to 2.2.x are conditions or control structures, "if something then do this else do that". The system deployed is very similar to Smarty.
Out of curiosity, why is Smarty not used as template system?
by JanusMTL
Sat Jun 21, 2003 1:35 pm
Forum: [3.0/Olympus] Discussion
Topic: append_sid deprecation question
Replies: 12
Views: 12229

Re: append_sid deprecation question

psoTFX wrote:append_sid was deprecated because it was a somewhat pointless additional load.
What as the call to the function append_sid itself the additional load or was it the preg_match or the strpos call inside append_sid?

Don't always having even when not needed also cause an additional load?
by JanusMTL
Sat Jun 21, 2003 5:11 am
Forum: [3.0/Olympus] Discussion
Topic: append_sid deprecation question
Replies: 12
Views: 12229

append_sid deprecation question

Hi,

The new way of having all urls be .$phpEx.$SID is a bit odd (especially when the SID is not needed because cookies are working.)

Why has append_sid been deprecated in 2.1.x ?

Regards,

Janus
by JanusMTL
Sat Jun 14, 2003 3:00 pm
Forum: [3.0/Olympus] New features discussion
Topic: The style [ template, theme, imageset ] topic
Replies: 42
Views: 56016

Re: The style [ template, theme, imageset ] topic

What I'm looking for in the new styling system is to see at least all the coloring moved to a CSS file. I would like themes for a given template to point to a CSS coloring file and a repository of images. I would also like to see all the images with text to go away and be replaced by buttons (input...