Hi there,
On
http://tdu1.graphiqs.nl/ I am trying to get the module Xpert Slider to work with blog images. I am not a programmer but when looking at the code it looks like it is getting the image from the introtekst because of the code $item->intro. See below.
public function getImage($item)
{
return XEFUtility::getImage($item->intro);
}
Any ideas what I should use instead of intro?
Thanks,
Ewoud