Hi, I installed nodeorder but, even if demos are working (so I suppose that the requeste modules are working too), seems that something is missed.
I have some cat and sub with taxonomy in two vocabulary, and I setted as orderable one of that. In one category I have 5 pages and I want to order it, so I use the tab order nodes and it will display the nodes I have,let me move them, but I cant submit changes since there is no a button to submit changes in the demo.
Another thing is that nodeorder did not allow me to decide wich type of sortable interface I want to use, there are three demos, but only one is used (and I cant see way to change it).
I'm using drupal 5.1 english freshly installed (I'm setting up a new site..) and using the default theme

Comments

marcp’s picture

Please try version 5.x-1.2 and let us know if that fixes your problem.

axtolf’s picture

Version: 5.x-1.1 » 5.x-1.2

Hi, I upgraded to 5.x-1.2 but nothing changed about my problem.

marcp’s picture

The ordering gets saved in the function nodeorder_reordered(). If you are able to confirm that you are either getting into that function or not getting into that function, it would help with the debugging process.

What are the contents of your term_node table where the tid is equal to one of the terms in an orderable vocabulary?

bonobo’s picture

Hello, axtolf --

When you are trying to view the nodes in order, what url are you going to?

From the Readme.txt:

"Please note that the node order is only respected when visiting links
that begin with "nodeorder" -- if you visit links that begin with
"taxonomy" they will appear in the generic taxonomy order."

So, to see the nodes in your specified order, you will need to go to http://yoursite.com/nodeorder/term/TID -- you can alias that path to a different url, or you can use the views module for even greater flexibility.

axtolf’s picture

@ bonobo : My main problem is that in the page where I modify the order, the "save" (or similar) button is missed. So I cant save the order that I create. I can do changes on the order, but I cant save it.

@ marcp: I'm sorry, but I really dont know I to reply to your question. So If you help me to find out how to provide the info you need, I'll provide them to you.

I really didnt understand you question about table term_node. In that table I have only 8 records, and the tid column shows only 12 or 11 as value.

axtolf’s picture

Hi, waiting for your kind replies guys... Thanks

halftone’s picture

I am using the 4.7 version and it works perfectly. Assuming the 5 version uses similar mechanisms:-

- you don't need to explicitly 'save' the Nodeorder order, there is no 'save' button. It is saved automatically just by reordering the nodes through Jquery drag and drop

- you can check whether this is working. Nodeorder sets order by writing values to the 'weight_in_tid' field in the term_node table. You need to use phpMyAdmin to check that the 'weight_in_tid' field exists (that it has been created by Nodeorder) and that values are being modified by Nodeorder's drag'n drop.

- you will need to use URL's as outlined at #4 to make use of Nodeorder.

- if you want modules to utilise Nodeorder, you will need to modify the module's database queries to use Term_node 'weight_in_tid' and ORDER BY 'weight_in_tid' ASC, instead of the usual Drupal order by sticky & nodeID DESC.

bonobo’s picture

Priority: Normal » Minor
Status: Active » Closed (fixed)

Closing due to lack of info/lack of activity.