eSyndiCat User Forums esyndicat directory software esyndicat support

Go Back   eSyndiCat User Forums > eSyndiCat Directory Software [FREE] > User interface > Custom Templates

Custom Templates You have come up with a new really appealing template and keep silence? Why not share it with others. Somebody might love it.

Reply
 
Thread Tools Display Modes
Old 07-02-2007   #1
dominik
 
Join Date: Oct 2006
Posts: 107
dominik is on a distinguished road
Default While loop with Smarty?

I wanted to builda little picture-gallery in my eSyndiCat-template. For that I need to know, if I can make a "while loop" with smarty.
__________________
My eSyndiCat-directory for accommodation in europe: http://www.summer-holidays.eu/accomm...ectory-europe/
dominik is offline   Reply With Quote
Old 07-03-2007   #2
John Turner
eSyndicat Support Team
 
Join Date: Sep 2006
Posts: 1,428
John Turner is a jewel in the roughJohn Turner is a jewel in the roughJohn Turner is a jewel in the roughJohn Turner is a jewel in the rough
Default

Hi dominik,

Smarty supports only foreach loop.
But I think you can use this one in next variant
Code:
{assign var="repeat" value='yes'}
{foreach from=$your_aray item=value}
{if ... your case here}
{assign var="repeat" value='no' global=yes}
{/if}

{if $repeat eq 'yes'}
...Your action here
{/if}

{/foreach}
HTH
John Turner is offline   Reply With Quote
Old 07-04-2007   #3
dominik
 
Join Date: Oct 2006
Posts: 107
dominik is on a distinguished road
Default

Thank you very much. That helps me!
__________________
My eSyndiCat-directory for accommodation in europe: http://www.summer-holidays.eu/accomm...ectory-europe/
dominik is offline   Reply With Quote
Old 07-05-2007   #4
John Turner
eSyndicat Support Team
 
Join Date: Sep 2006
Posts: 1,428
John Turner is a jewel in the roughJohn Turner is a jewel in the roughJohn Turner is a jewel in the roughJohn Turner is a jewel in the rough
Default

You're welcome dominik,
always at your services.
John Turner is offline   Reply With Quote
Old 01-18-2012   #5
jassmee
 
Join Date: Dec 2011
Posts: 81
jassmee is on a distinguished road
Default

while loop is not used in smarty.in smarty used only forloop.Forloop in smarty called {foresection}{/forsection}
jassmee is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 11:40 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Testimonials | Articles | Support | Documentation | Privacy Policy | License | Affiliates | Contact Us | SEO Resources