I am currently working on a site and installed/activated this module. A minor annoyance is that this "bookmark this" option appears twice for each node.
I am guessing that it is appearing once for the node and second for the category to which the node belongs to.
Is there a method to turn of this function such that the "bookmark this" option appears only once.
Many thanks in advance.
Comments
Comment #1
feeber commentedSame problem for me. I don't yet have any category functions turned on (devel site).
I messed around with it and made it go away. I checked and unchecked it in admin>modules. Then, using devel I reinstalled the module. Just for good measure I also reinstalled views. It works now.
Not completely sure why it works, but I think it has something to do with whether or not the view bookmark_1 is set for both page and menu.
Instead of messing with the default view, I cloned it and renamed it mybookmarks. Then I deleted everything in the mybookmarks settings but list view and the is-published filter.
Creating the new mybookmarks should disable the default. Just check in the lower table to make sure it is disabled. When I had two entries it wasn't disabled, and even though I disabled it, I still had two entires. I think that's why the disable-then-reinstall worked.
Good luck!
Comment #2
quicksketchI can't confirm this at all in recent versions of the module. I'll assume it's been fixed either in views or in an earlier views_bookmark patch. Please reopen if this problem still exists in the soon to be release 1.2 or the 5.x branch.