Views block data only being displayed to admin user
stevepurkiss - November 9, 2009 - 18:30
| Project: | Views |
| Version: | 6.x-2.7 |
| Component: | block displays |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hi,
I've a view which displays three images using jquery slideshow. It used to be visible to everyone but now only shows up for admins, however the code is still output, just without the links, e.g.:
-admin login sees
<li><img src=""></li>
-non-admin sees
<li></li>
I've checked all the permissions are ok, cleared all the caches, upgraded to latest version, but still no idea why it would've started doing this - anyone any ideas?

#1
There's so many variables. The slideshow plugin, the fields you're using. Possibly CCK field permissions. It's hard to really say much with the information given.
#2
Ah, CCK field permissions... that worked. Usually I'd have checked but it was previously working, I think running update.php must've kicked something into effect.
Thanks, sorry to take your time!
#3
solved thx