Hello everyone
I'd like to ask for something that I've been looking for a long time. I think nodequeue gets 95% of the way which is the reason why I'm posting this request. Maybe one can already achieve what I want to do. I will quickly explain what my idea is:
My users should be able to create personal nodequeue as subqueue of exisiting nodequeues with alle the features, that nodequeues have. They should be able to label them the way they want and to use all the nodequeue tools which already work.
What I need is, that there is some sort of admin settings which must be set by an admin. He can specify the node types, the roles, that are allowed or can leave it open for the user if he desires.
I see no way with nodequeue itself to accomplish this. The Problem with nodequeue_users is, that one can only create one subqueue per nodequeue per user. And there are no specific options left open for the user.
I think this sort of playlist feature could perfectly fit in the nodequeue architecture.
Comments
Comment #1
ezra-g commented"My users should be able to create personal nodequeue as subqueue of exisiting nodequeues with alle the features, that nodequeues have. They should be able to label them the way they want and to use all the nodequeue tools which already work.
What I need is, that there is some sort of admin settings which must be set by an admin. He can specify the node types, the roles, that are allowed or can leave it open for the user if he desires."
All of this is possible with the smartqueue API and the existing smartqueue per user module that you mentioned. #402620: nodequeue_queue_access should call subqueue_api_access first needs to be fixed for a stable release of that module for D6.
"The Problem with nodequeue_users is, that one can only create one subqueue per nodequeue per user. And there are no specific options left open for the user."
The first item you mentioned is an existing (and popular :) ) feature request, and the second could use some clarification. Please followup with a new feature request for http://drupal.org/project/smartqueue_users if you'd like to clarify. Suggestions are welcome!
Comment #2
ezra-g commentedPs, a per-user playlist sounds like a great use of these modules!
Comment #3
ezra-g commented