Please replace:
[site-bookmark]

[page-bookmark]

with:

[site-bookmark]
[page-bookmark]

PS. It would be great if either block can be disabled from module admin page.

CommentFileSizeAuthor
#5 bookmark_us.zip15.24 KBtyabut
#4 bookmark_us.zip14.64 KBtyabut

Comments

ARray’s picture

Please replace:
[site-bookmark]
<br />
[page-bookmark]

with:
<div class="bookmark_us-site" >[site-bookmark]</div>
<div class="bookmark_us-page" >[page-bookmark]</div>

ilw’s picture

Subscribe.

tyabut’s picture

Subscribe.

Actually, it would be great if the block content could be theme overriden.

tyabut’s picture

StatusFileSize
new14.64 KB

I rewrote most of this module to be themable. In addition, I changed how it works so that PHP outputs the links and the JavaScript just waits for the links to be clicked on and then either adds the bookmark or tells the user to. I dislike javascript-added content. I've attached it as a zip - unfortunately I'm not familiar with the patch process and it looks to be time-consuming as I've created a few extra files. It does not work in Chrome or Safari.

tyabut’s picture

StatusFileSize
new15.24 KB

Ahem. Forgot to change the namespace.

verta’s picture

subscribing - is it possible to submit this as a patch?