I just updated views to 6.x-2.7, and noticed that the function in CCK settings for a nodereference field. Under "Advanced - Nodes that can be referenced (views)", I previously had set views for some of my fields. Now with the update, my views seem intact, but when I edit or add a node, I only see a list of checkboxes without the node title for these views (see screenshot, under "Communities"). I didn't update CCK, so I'm thinking this is related to the Views update?
Thanks for any help!
| Comment | File | Size | Author |
|---|---|---|---|
| views_screenshot.png | 52.55 KB | michellezeedru |
Comments
Comment #1
dawehnerI think this is definitive an issue with cck. I guess they do something wrong.
Comment #2
markus_petrux commentedI think this issue was fixed in latest CCK release. In fact, it was the trigger to pack a new release.
Comment #3
stoptime commentedI just encountered this same issue after upgrading Views, and wound up rolling Views back to 6.x-2.6 since it looks like you need to apply a patch for userreference module (which I use) at the same time you upgrade CCK to 2.6. Anyways, after rolling back my "view used to select.." problem went away.
Comment #4
liquidcms commentedyup, upgrading cck fixed this for me as well.. but broke other things like nested fieldgroups.
so, if you are tied to an old version of cck (perhaps until complete version of cck 3 is released) you could try what i did which was to just re-theme theme_nodereference_select() to add the title back in
Comment #5
michellezeedru commentedThis is my situation as well (tied to CCK 3 with multi-groups in use). Liquidcms, would you mind spelling out how I would do this: "re-theme theme_nodereference_select() to add the title back in".
Thanks!
Comment #6
michellezeedru commentedThis is my situation as well (tied to CCK 3 with multi-groups in use). Liquidcms, would you mind spelling out how I would do this: "re-theme theme_nodereference_select() to add the title back in".
Thanks!
Comment #7
liquidcms commentedi cheated somewhat and used simplehtmldom class.. you could likely recode with out that and just some regex
in template.php
Comment #9
OliverColeman commentedUpgrading to the latest CCK 3.x-dev release seems to have fixed the issue for me (upgraded from release on 2009/10/15 to release on 2010/01/25).
Comment #10
michellezeedru commentedThanks for the heads up Oliver. Upgrading to latest CCK 3.x-dev resolved this issue for me as well.