We have don't want editors to accidentally messing up the archive so here is a straightforward patch to hide any of the three buttons. It would be ever nicer to be able to do this on a per nodequeue basis but this would involve changing the database scheme.
| Comment | File | Size | Author |
|---|---|---|---|
| nodequeue.module.omitbuttons.diff | 1.63 KB | linksunten |
Comments
Comment #1
ezra-g commentedI apologize for the delay in responding here.
I wonder if it's really worth creating new variables for this. I think that you can simply form_alter these buttons out if you don't want them to appear, but if people generally find this feature compelling, I think we should use permissions -- That way we could do this on a per-role basis rather than site-wide.
What do you think?
Comment #2
ezra-g commentedEven if we were going to add a config option for this, it should be "uncheck to disable" rather than "check to disable". Marking as NW based on that and the above.
Comment #3
amateescu commentedI think that adding three permissions for this feature would be an overkill.
Closing as won't fix since it can be easily achieved with a hook_form_alter, as stated in #1, and the lack of activity in over a year.