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

sevi’s picture

Status: Active » Closed (works as designed)

You 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.

sevi’s picture

Status: Closed (works as designed) » Closed (fixed)

1) 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