By Ewoud on Friday, 26 September 2014
Posted in General Issues
Replies 3
Likes 0
Views 818
Votes 0
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
Hello Ewoud,

I've modified the code in : /libraries/xef/sources/easyblogeasyblog.php to get the blog image. Please have a look.
·
Friday, 26 September 2014 10:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Nik,

I see what you did. It took a bit more then just changing $item->intro. But it works great. Thanks a lot for the quick help as always.

Regards,
Ewoud
·
Friday, 26 September 2014 19:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ewoud,

You're welcome.
·
Monday, 29 September 2014 10:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post