after not being able to see neither into nor fulltext-image
I did the following change around lines 119 to 121
in plugins/phocapdf/content/content.php
if ($display_image_fulltext == 1 && isset($images['image_fulltext']) && $images['image_fulltext'] != '') {
$outputBefore .= '<div style="text-align:center;">' . '<img style="'.$widthCSS.'" src="'. Juri::root() . substr($images["image_fulltext"],0,strpos($images["image_fulltext"],"#")) . '" /></div>';
}
before it was:
if ($display_image_fulltext == 1 && isset($images['image_fulltext']) && $images['image_fulltext'] != '') {
$outputBefore .= '<div style="text-align:center"><img style="'.$widthCSS.'" src="'. Juri::root() . '' .$images['image_fulltext'].'" /></div>';
}
the string deliverd by $images['image_fulltext'] was far too long.
oh, i forgot: obviously the lines for intro-image need the same change...
if somebody has a better idea: you are welcome!
images not shown (J4)
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: images not shown (J4)
Hi, thank you for this info.
Jan
Jan
If you find Phoca extensions useful, please support the project