Latest News Extended not loading image

is it possible that a connection problem would affect just your extension?
We really need a solution for this... did you had a change to take a look on it or are you still just collecting info?
9 years 10 months ago #7 by codeware

Please Log in or Create an account to join the conversation.

the extension is creating a weird address for the image - that's why the images are not showing acontece.com/images/Untitled-1.jpg
please how can I fix this?
9 years 10 months ago #8 by codeware

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hi,
Really strange. It should be calling a generated thumbnail urls instead of the original url, like this
www.dropbox.com/s/15y5iey4b2v22ch/b07kf.jpg?dl=0

Can you try to open this file with your php editor :
root/modules/mod_latestnewsxtd/tmpl/default.php

at lines 80,82,240,242 :
you will see this code :
<img src="<?php echo lnxtdResizeImageHelper::getResizedImage('/'.$item->image,
try to change that to
<img src="<?php echo lnxtdResizeImageHelper::getResizedImage($item->image,

or you can also replace that file with this modified file attached below (Please backup first before you replace it)
9 years 10 months ago #9 by TemplatePlazza

Please Log in or Create an account to join the conversation.

it seems the extension is not compatible with non-relative urls... I have to enable the relative urls because I'm having problems to share images on facebook
9 years 10 months ago #10 by codeware

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5310) Offline
Hmm does the change I suggested before fix the problem? Can you tell me how did you enable the relative url?
9 years 10 months ago #11 by TemplatePlazza

Please Log in or Create an account to join the conversation.

The problem was solved when I enabled back the relative url on JCE extension. But I did copy your file in the extension folder anyway. But I would like to disable the relative url without having problem with your extension... is that possible?
9 years 10 months ago #12 by codeware

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum