Posted by hmdnawaz on December 12, 2012 at 7:16am
I have created a nodequeue. And I have added the add/remove links text in that nodequeue. Now on every node page of that specific content type there is a link appears that "Add to nodequeue".
When I click on it that node adds to the nodequeue but does not display any message.
My requirement is that when I click on the add to nodequeue link it should display a message that the node is added to the nodequeue and that message should be custom.
Is it possible or any solution for this?
Comments
Nodequeue API
You can use the hook_nodequeue_add($sqid, $nid) to have your custom module notified. Then you can show a message. If you are using nodequeue with ajax, then message may only show on the next page load.