This patch allows the weight of the More Like This fieldset to be managed using the content.module's node type UI.
The default weight is 0 (which is the default now) so you might want to make a better decision.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | morelikethis-content-field-weight.patch | 1.32 KB | Anonymous (not verified) |
| morelikethis-content-field-weight.patch | 1.23 KB | Anonymous (not verified) |
Comments
Comment #1
febbraro commentedHey Ben, thanks for this, great addition.
Here's one question though (just getting up to speed on the whole
things) this will enable the MLT fieldset weight mover for all content types, not limiting it to those content types that have MLT enabled?
Comment #2
Anonymous (not verified) commentedYou're right. I hadn't thought of that. Here's a patch that uses _morelikethis_is_enabled.
Comment #3
Anonymous (not verified) commentedComment #4
febbraro commentedFinally got this reviewed and committed.
Thanks a lot Ben. Now that I see how to do this, I plan on using it in a lot more places (other modules).