I am using views which use pager with AJAX. When I'm logged in as user no.1 and when I'm clicking the number on my pager I see that little "status-active.gif" icon , but when other user do that, they don't have that icon. What could be the problem?

CommentFileSizeAuthor
#5 view_no_status-active.gif.txt9.38 KBawolfey

Comments

merlinofchaos’s picture

That's weird. I can't duplicate this; I have non-logged in users seeing the status-active gif just fine.

merlinofchaos’s picture

Status: Active » Closed (won't fix)
fliangz’s picture

I have the same issue here, installed a fresh views 6x-2.5 from drupal site, and the status-active.gif shows when I logged in as admin, but it won't show when I logged out.
I reckon that it wasn't a permission issue since I have tried to set status-active.gif to 777 along with /views/images folder, views.css to 777 along with /views/css folder, it doesn't work at all.

awolfey’s picture

Same here. I can view the gif directly from any browser, but there is no GET for it showing in firebug when not logged in as user 1. Using views.module,v 1.339 2009/06/25 22:01:18

awolfey’s picture

StatusFileSize
new9.38 KB

Here's my view.

dawehner’s picture

Do you want to try out http://drupal.org/node/485872#comment-1774380

I think you should have a look whether the css file is included for anonymous users.

awolfey’s picture

Thanks. That is the problem. For now I'll just copy the few lines of css to my theme and wait for the patch to be committed.