background: http://drupal.org/node/279697#new
Running Wamp, Drupal 6.2, brookmarks ; Information added by drupal.org packaging script on 2008-06-16
version = "6.x-1.4-0"
core = "6.x"
project = "bookmarks"
datestamp = "1213596304"
Also have Dhtml module installed. Information added by drupal.org packaging script on 2008-06-23
version = "6.x-2.1"
core = "6.x"
project = "dhtml_menu"
datestamp = "1214231706"
Administer>>site building >> modules >> bookmarks
What I see :
Bookmarks List Add Group
I click on Add group.
I see: MenuName Title Description
I key: testmenu, testtitle, testdescription and click Save.
I see: testtitle, list items, add item, edit menu & the text tells me there are no bookmarks yet.
I click on: Add item hyperlink
I see: Menu link title, Description, Enabled checkbox-set, expanded checkbox-not set, public checkbox-not set, parent item , weight 0
I key: testlinktitle, testdescription and take the defaults on everything else and click save
I see: testtitle page again only this time I have an item called testlinktitle
If I click on testlinktitle (which is a hyperlink) I get the page to add another item.
If I click on operations-edit hyperlink, I get page not found
If I click on operations-delete hyperlink, i get page not found.
I am unclear where I would put the 'external url. I am missing something.
Comments
Comment #1
bekasu commentedI installed the recommended browser development add-ons.
Found that bookmarks-edit-item, has an unbolded entry on the form 'Menu Settings'. All other form features of the same level are in Bold.
Had firebug display the form details and saw an entry for:
' input id="edit-bookmarks-link-path" name="bookmarks[link_path]" ' just below this 'Menu Settings' title, however, there is no entry box for it.
This is my first week with Drupal, so I'm still very unfamiliar with the coding. I can see where the term 'Menu Settings' is set in line 269 of bookmarks-admin, but I'll have to take more time to better understand the coding.
Becky
Comment #2
Anonymous (not verified) commentedWorking on a solution now.
There is an error in the code which is preventing the form from displaying the Path box. I should have it fixed shortly and will put out a new release.
Comment #3
Anonymous (not verified) commented1.4-2 should resolve the issues outlined above. Thanks for catching them as they were bugs that I somehow managed to miss.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.