Hi there,

I posted a couple of questions here: http://drupal.org/node/474076 and was redirected to ask them here. I am using the modified smartqueue_users module, so I'm not sure how much of what I'm asking would be related to that, and how much is related to nodequeue. Essentially I'm trying to allow a user to create and name his/her own lists of nodes, while at the same time displaying all the lists from all users on the node page or in a tab (using views) that the particular node belongs to.

Here's my nodequeue/smartqueue newbie questions:

1. When viewing a node, Is there any way to display all subqueues (of all users) that this particular node has been added to? Currently I've got the nodequeue list displaying in a tab on the node view, but it only shows the nodequeue/subqueues for the logged in user, so you can't see anyone else's subqueues from the node view. It would be very useful to have an option to show a list of all the subqueues that a node belongs to, as you can then provide user created lists for nodes, and users can directly browse other "lists" that have been created that the node belongs to.

2. Is there any way to modify the displayed wording of nodequeues? Primarily the "My Queues" tab, and on the queue page "add to queue" etc. I would like to change that to something that the end user would more easily understand, such as "lists". Is there any way to achieve this? I can change the tab name via string overrides, but I'm not sure about the rest.

If anyone can point me in the right direction on this I would appreciate it.

Comments

dman’s picture

I'm also looking for a quick way to display the queues that a node is a member of when viewing the node. It's probably obvious, but I'm not seeing it yet...

TC44’s picture

dman - if you do happen to figure it out please post back here. I'm still looking for an answer to this as well.

amateescu’s picture

Status: Active » Fixed

1) You can use this nodequeue function: nodequeue_get_subqueues_by_node() in a block defined by your custom module. (or, why not, in template.php with hook_preprocess_node())

2) The tab title can be configured from admin/content/nodequeue/settings and the "add to queue" text can be configured from each nodequeue settings page.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.