4
Hi SME Drieben,
Sorry I had not understood problem.
I found an issues in modules/news/pdf/config/tcpdf_config.php
the XOOPS root images directory is missing a slash
is:
define ('K_XOOPS_PATH_IMAGES', XOOPS_ROOT_PATH.'images/');
Shold be:
define ('K_XOOPS_PATH_IMAGES', XOOPS_ROOT_PATH.'/images/');
This should fix '
' tag problem so you have images appear again
INFO: XOOPS tags are not recognized by TCPDF eg
[img][/img]
In the zip file mentioned above there is also corrected tcpdf_config.php
Let me know if it helps...
P.S. above topic, thread is not pdf topic...