Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Search found 11 matches
Smarty Forum Index
Author Message
  Topic: Quick suggestion : Download link for the latest stable
sadness203

Replies: 1
Views: 6639

PostForum: Smarty 3   Posted: Fri Dec 16, 2011 9:34 pm   Subject: Quick suggestion : Download link for the latest stable
It could be useful if you could provide us a link for the latest stable release. Something like "Smarty-Stable.tgz" that we can use with automated script.

I know it is possible to downl ...
  Topic: Is this what {strip} is supposed to do?
sadness203

Replies: 3
Views: 11361

PostForum: Smarty 3   Posted: Tue Dec 22, 2009 2:12 pm   Subject: Is this what {strip} is supposed to do?
If you want to see the rendered html, use something like firebug (a Firefox addon) or webdevelopper (Another Firefox addon).

Even Chrome as the tool to render properly indented code, even if the p ...
  Topic: Is this what {strip} is supposed to do?
sadness203

Replies: 3
Views: 11361

PostForum: Smarty 3   Posted: Tue Dec 22, 2009 3:32 am   Subject: Is this what {strip} is supposed to do?
Newline and tabulation are whitespace, extra whitespace actually, since they are not needed by the html interpreter to render a page. What you propose will defeat the purpose of the strip function, by ...
  Topic: changelog is not updated anymore ?
sadness203

Replies: 1
Views: 5936

PostForum: Smarty 3   Posted: Wed Dec 16, 2009 2:54 pm   Subject: changelog is not updated anymore ?
I was checking the svn for smarty 3, and I didn't see any changelog modification since a couple of day, even if their was some fix on the SVN, is it normal ?
  Topic: creer un lien
sadness203

Replies: 2
Views: 8908

PostForum: Language: French   Posted: Tue Dec 15, 2009 3:02 pm   Subject: creer un lien
Index.php ou index.html, plus probablement index.php.

À moins que le lien pointe vers une page html statique OU que les fichiers .html sont interprêter en php, OU qu'il y a du "URL-Rewriting&q ...
  Topic: Form with several steps
sadness203

Replies: 6
Views: 7854

PostForum: General   Posted: Wed Dec 09, 2009 9:19 pm   Subject: Form with several steps
You have to pass the serialized string to your next page. (Store it in a session or pass it as an hidden value)

By the way, session are stored as serialized string on the server side, so it's a bi ...
  Topic: Form with several steps
sadness203

Replies: 6
Views: 7854

PostForum: General   Posted: Tue Dec 08, 2009 6:20 pm   Subject: Form with several steps
A quick way to do it is to validate each step, if it is ok, you store in a session or hidden input the value, and you go to the next step, else, you display an error.

Then, if it is in a session, y ...
  Topic: White space in Smarty code
sadness203

Replies: 12
Views: 29344

PostForum: Smarty 3   Posted: Thu Nov 26, 2009 1:05 pm   Subject: White space in Smarty code
see http://www.smarty.net/forums/viewtopic.php?t=16316 for this exact problem
  Topic: Caching problem ?
sadness203

Replies: 1
Views: 6789

PostForum: Smarty 3   Posted: Tue Nov 24, 2009 1:48 pm   Subject: Caching problem ?
Nevermind, after some hours trying to find the problem it was a PEBKAC error...
  Topic: Caching problem ?
sadness203

Replies: 1
Views: 6789

PostForum: Smarty 3   Posted: Mon Nov 23, 2009 10:40 pm   Subject: Caching problem ?
Does smarty 3 caching work the same as in smarty 2 ? I can't seem to have caching working. I can see the compiled template in the cache folder, I tried with different setting ($caching = 1, $caching = ...
  Topic: Smarty 3 Beta 2 Released
sadness203

Replies: 6
Views: 28097

PostForum: Smarty 3   Posted: Thu Nov 12, 2009 7:14 pm   Subject: Smarty 3 Beta 2 Released
Please remove php close tag or new lines/spaces from smarty source code


?>
//... some spaces


after including smarty header() not working "Cannot send headers; headers already sent i ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP