Search found 3 matches
- Wed Oct 14, 2009 1:55 pm
- Forum: CMSMS Core
- Topic: [solved]foreach
- Replies: 2
- Views: 686
Re: [solved]foreach
thanx this solution is better 
- Wed Oct 14, 2009 12:42 pm
- Forum: CMSMS Core
- Topic: [solved]foreach
- Replies: 2
- Views: 686
[solved]foreach
i use {foreach ...} to generate a list of items but is it possible to have a number counting with the loop? So it the first item i can echo a 0 in the second a 1 the third a 2 and so on... i want to have that number on the place of the ??? {foreach from=$albums item=cur_album} var Slides{$cur_album-...
- Sat Sep 12, 2009 6:18 pm
- Forum: Modules/Add-Ons
- Topic: Module Album
- Replies: 0
- Views: 578
Module Album
I am creating a template to get the album module working with TripTracker I have the following code: {* Include JS file. *} <__script__ type="text/javascript" src="http://slideshow.triptracker.net/slide.js"></__script> {* Generate JS Albums *} <__script__ type="text/javascri...
