this module is really pretty useful. however, unless it can auto-hide the same cck field that's being displayed in a block from being also displayed in the content normally, it doesn't serve much purpose. :( is there currently a way to do this? if not, it would be nice to add this functionality. no one wants to have duplicate cck fields all over the page. thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 202752-2.patch | 1.24 KB | traxer |
| #1 | 202752-1.patch | 1.14 KB | traxer |
Comments
Comment #1
traxer commentedAttached patch (against HEAD) implements
hook_nodeapi($op = 'view')so that appropriate fields from the$node->contentarray are removed. Some problems remain:Comment #2
traxer commentedUpdated patch resolves items 2, 3 and 4.
Comment #3
fluitfries commentedThanks! This works great. Makes a lot more sense to use a module like this now. I've tested and it works fine on my site.
Comment #4
fokkezb commentedThx people!
Will be added in new release today.
Comment #5
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #6
Anonymous (not verified) commentedTo avoid mistakes: this behaviour has changed. Please read the documentation if you want to know how to exclude a field in a cck block from the main content area.