I am using Draggable view for reordering images in views-based galleries (one Gallery Node plus node referencing Image Nodes). I somehow prevent users from reording each other galleries . Now I would like to link the Draggable View from a "Reorder" tab that sits in Gallery Node, next to "View" and "Edit" tabs. Unfortunately the tab shows up for every user (for non-authors the useless tab will link to a empty Draggable View). Is there a way of avoiding the extra tabs?
Comments
Comment #1
criznach commentedYou may be able to use the 'user is current' filter. Or I've written custom node access functions to do similar tasks.
Comment #2
skizzo commentedChanging status.
thank you!