Bookmark saved!Bookmark saved!Bookmark saved!Bookmark saved!Bookmark saved!Bookmark saved!Bookmark saved!Bookmark saved!

mr.andrey - February 7, 2008 - 17:49
Project:Click2Bookmark
Version:5.x-1.3
Component:Code
Category:bug report
Priority:normal
Assigned:ericdes
Status:closed
Description

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.

#1

bnku - February 15, 2008 - 09:35

find in click2bookmark.module:

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

and replace on:
<?php
 
// Add jQuery code
 
$ajax_enabled = (variable_get(CLICK2BOOKMARK_AJAX, 0) == 1);
  if (
$ajax_enabled && $type == 'node') {
?>

Best regards, Sergey.

#2

ericdes - February 29, 2008 - 04:28
Assigned to:Anonymous» ericdes
Status:active» fixed

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

#3

Anonymous (not verified) - March 14, 2008 - 04:31
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.