Imagechache images are not showing up/get removed when using the Paging function. Anyone have a workaround or fix for this?

Comments

Gurpartap Singh’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Your didn't describe the problem in detail. How are you displaying the imagecache images in your content? If it's a filter/input-format, try changing the order of the filters in your Input format's configuration. Or it might be an issue with the other filter module you might be using.

neurer’s picture

The imagecache images are configured as a field (via CCK) under content types. Input format is set to Full HTML and there's only Paging and URL Filter enabled -- in that order and rearranging them doesn't help. Images (via imagecache) show up if Paging is disabled and vanish, if I enable it: Looking at the source code, the entire line of <div class="field field-type-image field-field-teaser"><div class="field-items"><div class="field-item"><img src="xxx.jpg" alt="xxx" title="xxx" /></div></div></div> goes missing, with Paging enabled. Just drop me a line, when you need any additional information.

Gurpartap Singh’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Gurpartap Singh’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)