When I install bbb_views.module, my system says that the module was installed but

1. the default view is not created
2. the views handlers are not available

The views module would be great to try and use once it is ready.

I tried to import the view but the view handlers are not available.
I do not know enough about view handlers to get them to work.

CommentFileSizeAuthor
#2 946652.patch12.02 KBowen barton

Comments

socialnicheguru’s picture

While bbb module shows up under site/update.php, there is no entry there for bbb_views.

I hope this information helps.

owen barton’s picture

Status: Active » Needs review
StatusFileSize
new12.02 KB

The bbb module itself has views support and is mostly working (except for #946038: Warnings from views handlers because of bbb module). The bbb_views module does not appear to have been updated as recently, and actually breaks the bbb module views support - I think this should simply be removed. Views support is important, and has no ill effects if views is not available - pushing it out to another module does not add any value (and slows things down).

Attached patch removes unused bbb_views files.

owen barton’s picture

Title: Views don't work » bbb_views doesn't work
sanduhrs’s picture

Issue summary: View changes
Status: Needs review » Closed (fixed)

Thanks for the patch.