Questions tagged [nodequeue]

The Nodequeue is a Drupal module allows users to collect nodes in an arbitrarily ordered list.

7 questions
1
vote
3 answers

How to just show NodeQueue block on included nodes?

On my blog I have a series of posts on a common subject that I'd like to link together with a common navigation block, so that readers can easily jump forwards or backwards through the series. I've used NodeQueue to collect all the blog entries…
Bevan
  • 43,618
  • 10
  • 81
  • 133
0
votes
1 answer

How to dequeue an element by index in linear node

I'm struggle in finding the algorithm for letting the method remove the element on the specific index if someone can help I've tried implement some below but it's probably wrong in term of logic I also got the javadoc so that you know what the…
Dave Phan
  • 31
  • 4
0
votes
0 answers

How to Fix an Enqueue and Dequeue Issue in Code?

I am working on this project to solve a maze using a queue in Java. As I was working on the main class, I am getting errors specically in the enqueue and dequeue methods. public void mazeSolver(int startRow, int startCol, int endRow, int endCol) {…
Alice
  • 25
  • 5
0
votes
0 answers

How to change position of node queue list in drupal 7

I already create a nodequeue with 3 queue list. Screen I want to change the order of queue list like as Sample 2 Sample 1 Sample 3 Any hook functions available for change the nodequeue positions? Thanks for advise!
Ramalingam Perumal
  • 1,367
  • 2
  • 17
  • 46
0
votes
2 answers

How to find a view field variable name in Drupal 7

Hello I want to ask is it possible to take the value of a field (from a drupal view) and print it somehow in the header of the view (using PHP code). I tried the dsm($page) function but I cant find the proper variable for the field. Thanks in…
0
votes
1 answer

Drupal View to show nodequeue and another category

In Drupal, I am trying to build a view that shows both items in my nodequeue of type cat1, and all items of type cat2. The nodequeue works fine by adding a relationship, but I can't find out how to combine this with my cat2 items. Thanks
Doran
  • 63
  • 11
-1
votes
1 answer

optimal maximum size for nodequeue in drupal 7

I have set the queue size as '0' which means an infinite as we know well. I have added 777 nodes in that queue so far. But the problem is, now I cannot view the nodequeue. I got the following message when I view that particular nodequeue. "You are…
INDHU SRI
  • 1
  • 1