The Views Module don't work properly with the Weight Module. I don't know, if this is an issue for the weight or the views module. Fact is, that the views module don't understand the sticky database values for filtering anymore.
Filter node-sticky in views is important to get only nodes back, which are sticky.
Comments
Comment #1
bitman commentedThe "Node: Sticky" filter condition is indeed broken when the weight module is enabled.
To work around this, we can introduce a new filter condition named "Weight: Sticky" that does work with the weight module. Just add this function to weight.module:
Then clear the views cache from the Tools tab of the Views administration page to make views aware of this new feature.
Update all views that use the "Node: Sticky" filter and replace it with the "Weight: Sticky" filter.
Alternately, views/modules/views_node.inc could be patched with this version of the sticky filter to support the weight module.
Comment #2
nancydruIf I get CVS access, I have this included.
Comment #3
nancydruComment #4
nancydruComment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.