Closed (duplicate)
Project:
Weight
Version:
6.x-1.0-beta1
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2008 at 16:12 UTC
Updated:
24 Jan 2009 at 17:44 UTC
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
Comment #1
frenkx commentedIf you can not find code similar to
in the source code of the /admin/content/node page, the problem might be similar to #314243: Changing weight from contentpage.
Comment #2
my-family commentedThank 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).
Comment #3
my-family commentedP.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
Comment #4
my-family commented... please, does anybody know the solution for D6?
Comment #5
pkej commentedI second this, a very critical UI bug, makes the site unusable for administrator.
Comment #6
sirkitree commentedI 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.
Comment #7
nancydruFixed in #356335: Changing weight from contentpage doesn't work; throws httpRequest error.