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
$pattern = '/<img.+src=[\'"](?P<src>.+?)[\'"].*>/i';
			//$pattern .= '+([^"\'>\\s]+)/is';

to
$pattern = '/<img[^>]+src[\\s=\'"]';
				$pattern .= '+([^"\'>\\s]+)/is';
7 years 5 months ago #14 by TemplatePlazza

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

Great, that seems to have solved the problem! :-)
7 years 5 months ago #15 by Magnus Ehinger

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

  • 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.

Powered by Kunena Forum