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 |
Jump to:
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
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
Fixed as per your suggestion in release 1.4. Thank you!
#3
Automatically closed -- issue fixed for two weeks with no activity.