Download & Extend

Replace <br /> delimiter with two DIVs

Project:Bookmark Us
Version:6.x-1.1
Component:User interface
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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.

Comments

#1

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

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

#2

Subscribe.

#3

Subscribe.

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

#4

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.

AttachmentSize
bookmark_us.zip 14.64 KB

#5

Ahem. Forgot to change the namespace.

AttachmentSize
bookmark_us.zip 15.24 KB

#6

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

nobody click here