Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.0-beta4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2008 at 21:25 UTC
Updated:
3 Aug 2009 at 11:48 UTC
Jump to comment: Most recent file
Comments
Comment #1
merlinofchaos commentedThat's weird. I can't duplicate this; I have non-logged in users seeing the status-active gif just fine.
Comment #2
merlinofchaos commentedComment #3
fliangz commentedI 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.
Comment #4
awolfey commentedSame 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
Comment #5
awolfey commentedHere's my view.
Comment #6
dawehnerDo 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.
Comment #7
awolfey commentedThanks. 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.