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

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
jongrant
Forum Members
Forum Members
Posts: 23
Joined: Thu Dec 07, 2006 11:04 am

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

Post 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
Last edited by jongrant on Wed Apr 09, 2008 2:40 am, edited 1 time in total.
cubix
Power Poster
Power Poster
Posts: 314
Joined: Mon Jul 09, 2007 10:00 am

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

Post 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.
jongrant
Forum Members
Forum Members
Posts: 23
Joined: Thu Dec 07, 2006 11:04 am

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

Post 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
cubix
Power Poster
Power Poster
Posts: 314
Joined: Mon Jul 09, 2007 10:00 am

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

Post by cubix »

great news.its good to see you can contact a developer and they can fix an issue.
Post Reply

Return to “Modules/Add-Ons”