Page 1 of 1

[SOLVED] Foreach code in Sendeplan... not showing multiple entries

Posted: Sat Apr 05, 2008 8:15 am
by jongrant
Hi all,

I am currently trying to work with the Sendeplan module (using cmsms 1.23) and its going great, except for the fact it wont show multiple entries.

The template code is:

Code: Select all

<ul>
{foreach from=$items item="item"}
  <li><b>{$item.short}</b></li><br/>
  {$item.long}
{/foreach}
</ul>
Does anyone know why it wouldnt be showing the next entry?

Thanks
Jon

Re: Foreach code in Sendeplan... not showing multiple entries

Posted: Tue Apr 08, 2008 5:44 am
by cubix
i think there was a bug, there has been a new version released.

have a look in the forge, it seems that the module writer has addressed this issue.

Re: Foreach code in Sendeplan... not showing multiple entries

Posted: Wed Apr 09, 2008 2:39 am
by jongrant
Yep thanks for that. I forgot to update this thread. I emailed the developer and he found the bug and uploaded the newest version very quickly. Thanks again Fabian (Sendeplan).

Can now add the beloved "solved" tag :D

Re: [SOLVED] Foreach code in Sendeplan... not showing multiple entries

Posted: Wed Apr 09, 2008 3:30 am
by cubix
great news.its good to see you can contact a developer and they can fix an issue.