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.

CommentFileSizeAuthor
nodequeue.module.omitbuttons.diff1.63 KBlinksunten

Comments

ezra-g’s picture

I 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?

ezra-g’s picture

Status: Needs review » Needs work

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

amateescu’s picture

Status: Needs work » Closed (won't fix)

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