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
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 (http://www.websitebakers.com/pages/droplets/module-wb2.8.php)
Regards
-instantflorian.
This problem still occurs with Droplets 1.0.2
solved with version 1.0.3 (07.03.2010)
available on SVN (http://project.websitebaker2.org/browser/branches/2.8.x/wb/modules/droplets)
Click here (http://www.websitebakers.com/pages/droplets/module-wb2.8.php) to download module only
rgds
erpe