Closed (outdated)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.x-dev
Component:
Theming
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2012 at 12:05 UTC
Updated:
26 Apr 2017 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
creeksideplayers commentedI don't know if this has anything to do with it but I'm seeing this error when I view the theme information for the view that is using VBO:
Style output: views-view-bulk.tpl.php (File not found, in folder modules/views_bulk_operations/), views-view-bulk--dues.tpl.php, views-view-bulk--.tpl.php, views-view-bulk--default.tpl.php, views-view-bulk--dues--default.tpl.php
Comment #2
juampynr commentedTable cells are not themeable either.
Here is a patch that offers a theme hook so other modules or the default theme can override the way rows are rendered (and therefore alter the row/cell classes added by the module).
related issues: #366355: Make VBO work with different Views styles and #1015972: views-view-bulk.tpl.php not found in sites/all/modules/..
Comment #3
kscheirerI ran into this problem too, it's really annoying that VBO doesn't provide view templates for its style plugin!
The patch works, but you can actually override the theme_views_node_selector() theme function directly, and modify the row classes there. You don't actually need this patch, although I do think it makes it easier and cleanly separates out the row logic.
Comment #4
joelpittetClosing to clean up the queue
Comment #5
joelpittet