Closed (fixed)
Project:
jCarousel
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
16 Dec 2009 at 13:53 UTC
Updated:
1 Feb 2010 at 23:30 UTC
I’ve created a View with Jcarousel style with three fields.
Title
Body
Link
All shows correctly as far as I’m logged as admin.
For non authenticated users are all items duplicated.
I didn’t find anything in settings so I went to the code.
The patch is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| duplicate.patch | 578 bytes | ronline |
Comments
Comment #1
ronline commentedI’m getting back coz the same issue appeared in my Image Gallery module.
I upload a single picture and it shows twice for non authenticated users.
It looks like problem is coming from drupal core itself.
Comment #2
robloachWhat if you want duplicates in there? I think this is a problem with the Image Gallery module, or the View that you have setup. Try DISTINCTing your results.....
Comment #3
ronline commentedThx for the hint Rob.
admin/build/views/ => edit view => Advanced settings => Distinct => yes
All works like a charm
Comment #4
robloachYay! :-)
Comment #6
ronline commented