When Ajax is enabled and I click on the node footlink to add bookmark, this gets printed out:

"Bookmark saved!Bookmark saved!Bookmark saved!Bookmark saved!Bookmark saved!Bookmark saved!Bookmark saved!Bookmark saved!" in it's place. I imagine this should only be printed once.

Bookmark views still doesn't work with this new version. I have the click2bookmark views module installed and the proper views checked on the settings page. Link just doesn't show up.

Andrey.

Comments

bnku’s picture

find in click2bookmark.module:

  // Add jQuery code
  $ajax_enabled = (variable_get(CLICK2BOOKMARK_AJAX, 0) == 1);
  if ($ajax_enabled) {

and replace on:

  // Add jQuery code
  $ajax_enabled = (variable_get(CLICK2BOOKMARK_AJAX, 0) == 1);
  if ($ajax_enabled && $type == 'node') {

Best regards, Sergey.

ericdes’s picture

Assigned: Unassigned » ericdes
Status: Active » Fixed

Fixed as per your suggestion in release 1.4. Thank you!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.