I have installed 1.0-alpha2 version of the views bonus pack. Things seem to be working well with the grid view, panel views etc. However when I enable the bare view, it is not available to be as an option in the dropdown menu when creating either a page view or a block view.
One other user reported the same problem see: http://drupal.org/node/209114#comment-854231
Are there other modules that are known to conflict? I have the views_alpha_pager, oaliquid views plugins installed but i don't see why they should cause a conflict.
Thanks,
Sidharth
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | views_bonus_bare.module.notindropdown.patch | 1.25 KB | open-keywords |
Comments
Comment #1
Psycnic commentedI'm having the same problem. Any solution yet?
Comment #2
sidharth_k commentedNone :-(. Guys! please help. I'm tired to doing
list-style: none;in my css files. Views 2 in Drupal 6 has unformatted feature built in. So use drupal 6 if possible.Comment #3
open-keywords commentedsame request, but the code looks pretty light !
Comment #4
open-keywords commentedOk
I have a working patch.
The author of this module seems to have changed his mind and everything in the code is named "plain" instead of "bare" (indeed, the full story is here http://drupal.org/node/209114)
Then Drupal loading process of modules based on naming conventions doesn't work, and it doesn't showup
I renamed every 'plain' into 'bare', flushed the views cache, and it is now available.
Enjoy
Comment #5
neclimdulcommit. thanks.