Closed (fixed)
Project:
DraggableViews
Version:
6.x-3.2-beta5
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2009 at 20:35 UTC
Updated:
15 Sep 2009 at 22:24 UTC
I am new to DraggableViews but I am looking for an alternative way to display the view after the sorting is done.
Right now my view is sortable when an admin is logged in, so the table view is fine for sorting purposes. But for anonymous users I would like to display my view in a grid style.
Is there anyway to do this??? Or maybe an alternative module?
Comments
Comment #1
sevi commentedYou can add an additional display of the view that uses the grid style plugin.
Then you have both a display for the admin (where you can change order) and a display for anonymous user.
Comment #2
sevi commented1) You'll need different displays as mentioned.
2) Then you've to load the accurate display depending on the role of the currently logged-in user.
(2) is actually not a DraggableViews issue.
Greetings,
sevi