Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Recheck the Views install. Maybe you have the files uploaded in two places?
Maybe you used the core downloader and it downloaded the beta without you noticing?
Because this is definitely a symptom of an old Views version, because Views before May 29th doesn't have the functionality to display VBO, hence the placeholder and no checkboxes.
Can you please zip your Views install, and attach it here?
It's still definitely a problem with your Views install... Any Views -dev older than May 29th (or the betas or any other release) won't work. If you updated recently, clearing the cache might help.
Sorry, bojanz, I misread your initial post as asking what version of VBO I was using. When I updated to the current dev of Views the issue went away for me.
Vianney, are you sure you have both the latest Views dev and the latest BVO? You would probably need the new CTOols beta or newest dev as well.
I had the same problem with VBO, after reading this thread few times I realize that "beta" release of views was diferent from "dev" release, so i installed the lates views "dev" release and it works fine.
Thinking about maybe having VBO generate a warning if the Views version is old.. However, I'm guessing that once Views RC1 gets released (soon), everyone will update and the problem will solve itself.
I have similar problem while displaying VBO field in calendar month view. Calendar (7.x-3.x-dev) month view displays only one (first) row of fields in the view.
After investigating with firebug I realized that the VBO field is enclosed in <div> tags which forces the field to be in separate row as the other fields. If change it to <a> tag I can see all the field in the single row of calendar month view. Where can I change the display of the VBO field in the views module?
If his is problem of calendar or views instead of VBO please change the project.
Thank you
Comments
Comment #1
bojanz commentedUsing the latest Views 7.x-3.x-dev? Newer than May 29th? Sounds like you aren't.
Comment #2
cpelham commentedYes, I downloaded it yesterday, June 6. I'm sorry my post in #1 was cut off. Instead of check boxes, I see
VIEWS-BULK-OPERATIONS-SELECT-ALL
inside the symbols for commenting out code
Comment #3
cpelham commentedComment #4
bojanz commentedRecheck the Views install. Maybe you have the files uploaded in two places?
Maybe you used the core downloader and it downloaded the beta without you noticing?
Because this is definitely a symptom of an old Views version, because Views before May 29th doesn't have the functionality to display VBO, hence the placeholder and no checkboxes.
Comment #5
Viybel commentedI confirm this bug.
What's more, the VBO select list doesn't show.
Vianney
Comment #6
Viybel commentedChanging priority to critical.
Vianney
Comment #7
bojanz commentedCan you please zip your Views install, and attach it here?
It's still definitely a problem with your Views install... Any Views -dev older than May 29th (or the betas or any other release) won't work. If you updated recently, clearing the cache might help.
Comment #8
bojanz commentedComment #9
cpelham commentedSorry, bojanz, I misread your initial post as asking what version of VBO I was using. When I updated to the current dev of Views the issue went away for me.
Vianney, are you sure you have both the latest Views dev and the latest BVO? You would probably need the new CTOols beta or newest dev as well.
Comment #10
tarito commentedI had the same problem with VBO, after reading this thread few times I realize that "beta" release of views was diferent from "dev" release, so i installed the lates views "dev" release and it works fine.
Thanks
Comment #11
bojanz commentedThinking about maybe having VBO generate a warning if the Views version is old.. However, I'm guessing that once Views RC1 gets released (soon), everyone will update and the problem will solve itself.
Comment #12
bojanz commentedComment #14
mlyno commentedI have similar problem while displaying VBO field in calendar month view. Calendar (7.x-3.x-dev) month view displays only one (first) row of fields in the view.
After investigating with firebug I realized that the VBO field is enclosed in
<div>tags which forces the field to be in separate row as the other fields. If change it to<a>tag I can see all the field in the single row of calendar month view. Where can I change the display of the VBO field in the views module?If his is problem of calendar or views instead of VBO please change the project.
Thank you
Comment #15
bojanz commentedThat is done by Views just like for any other field. You can control it in "Style settings" when editing the field from Views.