开发者

Drupal CCK checkbox edit in views

开发者 https://www.devze.com 2023-04-10 15:21 出处:网络
I\'m running D6.22 with Views 2.12.I use Views to create a \"search / manage content\" page for my site editors.

I'm running D6.22 with Views 2.12. I use Views to create a "search / manage content" page for my site editors.

Is there a way, within Views, to show a CCK checkbox, and allow someone to select / unselect the checkbox from the View? I'd like for my client to be able to see a list of all pages, and change the 开发者_Python百科CCK checkbox for these pages without having to go to node/xxx/edit for each page.


You can use Views Bulk Operations (VBO) , So select Style: Bulk Operations under "Basic settings" in views admin pane. then set settings of the style(by pressing gear wheel icon): there is an option named "Modify node fields" at the end of "Selected operations:" now select the defined field(checkbox or somethings else) as Display fields.

0

精彩评论

暂无评论...
验证码 换一张
取 消