This module is wonderful, it pretty much does everything i need it to do. However, there seems to be a little glitch going on that i can't seem to resolve.

I've created a few Preset Bookmarks and some of them are hierarchical, meaning that they have children. Every time when I attempt to add a parent bookmark with it's children to my list i receive this warning error:
Missing argument 4 for _bookmarks_add_preset()

I'd like to see the Parent and Child bookmarks appear on my block when i add it to my list but only the Parent bookmark is shown.

I'm not sure if this a modular issue or something i need to configure on my end to make it work.
Any help will be appreciated.

Thanks,
Emir.

CommentFileSizeAuthor
#1 bookmarks.admin_.inc_.patch380 bytespicacsso
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

picacsso’s picture

Status: Active » Needs review
FileSize
380 bytes

Inside the "bookmarks.admin.inc" file on line "785", add "$user" after the "$depth" variable ['..., $plid, $depth, $user);...]. That is the 4th missing argument that needs to be added to make it work.

matthieuscarset’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

Closing this issue as it's not relevant anymore.

Feel free to reopen it if we ever work on the D6 version of this module again.