If the weitht module is activated, I cannot configure anything on the /admin/content/node page. (After using the "Filter" or "Update" button, I see the same page and nothing happens.). This problem occurs in Opera 9.52 and IE 7.0, but NOT in Firefox 2.0.

Comments

frenkx’s picture

If you can not find code similar to

<script type="text/javascript" src=".../modules/weight/httpRequest.js"></script>

in the source code of the /admin/content/node page, the problem might be similar to #314243: Changing weight from contentpage.

my-family’s picture

Thank you.. unfortenately, the solution was not successfull for D6.
(But you are right, the code quoted above is not present in the source code of that page).

my-family’s picture

Title: /admin/content/node settings don´t work with weight module » P.S. two problems

P.S. there are 2 problems and I am not sure if they are related:
(1) The weight selection is not working on the admin/content/page
(2) With the weight module, the admin/content/page settings are not working on its own

my-family’s picture

Title: P.S. two problems » /admin/content/node settings don´t work with weight module

... please, does anybody know the solution for D6?

pkej’s picture

Component: Performance » User interface

I second this, a very critical UI bug, makes the site unusable for administrator.

sirkitree’s picture

I think this may have to do with nodes that are actually set to sticky vs ones that are not.

Evidence:
I created a view that simply used the weight sort (included in 6.x-dev). I changed the weights around but found that not all nodes were respecting this sort. I checked to see what the difference was between the ones that were respecting the sort, vs. the ones that were not. The ones that were respecting each had their stickiness set and the ones that were not (even though they had a weight) were not set as sticky.

Solution:
Make sure all of your nodes are Sticky.

This brings up another issue (with the db reset) that I will address in another issue #361592: Auto stickiness

If this does (or does not) help anyone, please respond.

nancydru’s picture