I've found a workaround but originally I was trying to use the node's weight field as a replacement pattern in views. (Views > Fields > [field] > Rewrite Result > Output this field as a link)
Views displays the Weight field as a valid replacement pattern [weight], but when used the URL doesn't show the weight value.
Comments
Comment #1
davisbenCould you provide a little more info about what you're trying to accomplish?
Comment #2
dkre commentedSure, sorry.
I've found a workaround but originally I was trying to use the node's weight field as a replacement pattern in views. (Views > Fields > [field] > Rewrite Result > Output this field as a link)
Views displays the Weight field as a valid replacement pattern [weight], but when used the URL doesn't show the weight value.
ie: ?page=[weight] returns: ?page=
Comment #3
davisbenGot it. The weight field is currently setup as a form element. I'll add another field that will display the weight, without any of the form stuff.
Comment #4
davisbenI added a new Weight value field, and updated the help text to be more descriptive for the Weight field.
Comment #5
dkre commentedNice work mate.
I didn't think weight was a valid field but given Views had it available as a replacement pattern I thought it must have been.
Cheers