Related Items extended not showing images properly
- Posted by TemplatePlazza (5263) Offline
Can you try to you install the version 1.3.1 and check whether it works or not?
7 years 5 months ago #13
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Anyway, can you try to edit the file :
../modules/mod_relateditems_xtd/tmpl/default.php
change the lines 43-44
to
7 years 5 months ago #14
by TemplatePlazza
../modules/mod_relateditems_xtd/tmpl/default.php
change the lines 43-44
$pattern = '/<img.+src=[\'"](?P<src>.+?)[\'"].*>/i';
//$pattern .= '+([^"\'>\\s]+)/is';
to
$pattern = '/<img[^>]+src[\\s=\'"]';
$pattern .= '+([^"\'>\\s]+)/is';
Please Log in or Create an account to join the conversation.
- Posted by Magnus Ehinger (33) Offline
- Posted by TemplatePlazza (5263) Offline
hmm strange .. both of code should work. But glad it works for you
7 years 5 months ago #16
by TemplatePlazza
Please Log in or Create an account to join the conversation.