I have three nodequeues defined for some node-types, one of them a taxonomy-queue
but in edit-mode there was only the linking name of the latter one displayed.
After "print_r" - ing around I found that in "nodequeue_title_substitute"
the §subqueue-title gets returned if the first argument is undefined.
But if its a normal nodequeue this always seems to be the case.
Changing the return value to §queue-title works for me so far.
Comments
Comment #1
ezra-g commentedCan you submit a patch that shows the change you've made?
Comment #2
ezra-g commentedThis may be related to http://drupal.org/node/277867
Comment #3
ezra-g commentedIt would be helpful if you could test patch at the issue referenced above. Thanks!
Comment #4
tascsorry for my absence...
For the moment I'm glad to be able to apply patches ... not to write ones ;(
this is the change I made in nodequeue.module line 2107
Apart from that I don't have any issues with this ql module !
I'll have to check the patch ( http://drupal.org/node/277867) later,
but I guess it won't help in my case.
Comment #5
ezra-g commentedPlease re-open if you're still having this problem.
Thanks!