Droplet multiple times on a page

erpe0812


DarkViper

solved with version 1.0.3 (07.03.2010)
available on SVN
[url=http://www.youtube.com/watch?v=tmzDAz6ZvFQ]Der blaue Planet[/url] - er ist nicht unser Eigentum - wir haben ihn nur von unseren Nachkommen geliehen[br]
[i]"You have to take the men as they are... but you can not leave them like that !" :-P [/i]
[i]Das tägliche Stoßgebet: [b]Oh Herr, wirf Hirn vom Himmel ![/b][/i]

BlackBird

This problem still occurs with Droplets 1.0.2
[url=http://wbaddons.webbird.de]http://wbaddons.webbird.de[/url] [url=http://www.WebsiteBaker.org/forum/index.php/topic,27476.msg189845.html#msg189845]Don't miss this[/url]

instantflorian

Hi,

please update the droplets module to version 1.0.2 which you can find here:
http://www.websitebakers.com/pages/droplets/module-wb2.8.php

Regards

-instantflorian.

Youkai

I have a droplet I created and I want to call it multiple times on a page. My calling code looks like this:

[[ItemCheckboxes?startPoint=101&checkboxID=products]]
[[ItemCheckboxes?startPoint=97&checkboxID=products]]
[[ItemCheckboxes?startPoint=114&checkboxID=products]]

The start points are page ID's. My droplet is essentially this (I stripped out a couple things but this code is in my droplet):

$displayText = 'Start Point: '.$startPoint.'<br />';
return $displayText;

When it spits out to the page I get "Start Point: 101" three times. Is there a known issue with calling droplets with pramaters multiple times on the same page? It seems that my second and third call are using the parameter from the first call.

I am using: CMS version 2.8, Admin version 1.4