Hi,
I just installed 1.0.5 RC1 (on Joomla 1.0.15) and tested a amazon-mambot with Fireboard.
The mambot includes one parameter to be included in the output code:
Example: {amazon aid='3896871382'}
I used the following code:
| Code: |
$output = '<iframe src="http://rcm-de.amazon.de/e/cm?t=xxxxxxxx-21&o=3&p=8&l=as1&asins='.$ids.'&fc1=000000&IS2=1&lt1=_blank&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" width="120" height="240" style="width: 120px; height: 240px"></iframe>';
|
This works fine in Joomla content, but in fireboard the parameters are not correct substituted:
In Joomla: asins=3896871382
In Fireboard: asins=;3896871382&
In fireboard the mambot fails because of the additional charcters ; and &
Any hints how to solve this?
erich