Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
exposed filters
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2011 at 22:52 UTC
Updated:
16 Nov 2011 at 19:40 UTC
I have a view with a few exposed sorting criteria. Everything works ok for logged in users.
However, anonymous users do not have access to the fields in that view, so I just display a notice in the "empty text" informing they should be logged in to view the listings.
What is annoying is that sort dropdowns are also displayed on that page which kind of makes no sense :)
Is there a way to hide the sorts based on the fact that the view is empty?
Or, if there isn't at the moment, perhaps this can be made into a feature request?
Thank you!
Comments
Comment #1
dizarter commentedFound a way to override it in template.
Comment #2
dawehnerOkay so this issue is fixed. That's probably the wanted solution.