Closed (duplicate)
Project:
Paging
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2007 at 08:52 UTC
Updated:
23 Jan 2009 at 23:31 UTC
Imagechache images are not showing up/get removed when using the Paging function. Anyone have a workaround or fix for this?
Comments
Comment #1
Gurpartap Singh commentedYour 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.
Comment #2
neurer commentedThe 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.Comment #3
Gurpartap Singh commentedFixed in #363396: Paginate only for normal node rendering..
Comment #4
Gurpartap Singh commented