I’m looking for some direction (working with Drupal core.)
I would like users to subscribe to various aspects of a node. For instance, to bookmark it for later viewing, or rate it as good or bad.
I would like the site to have a consistent theme, and would love for each of these features to use a button that is toggled on/off with js/ajax. Also, for instance, it would be great if the ‘bookmark’ button also included the number of other users who have bookmarked the same node. Exactly like stack overflows favorite star on the side. <—
Lastly, the button needs a text cloud, just like the image links I have included (thanks github)
http://www.trailspice.com/wp-content/uploads/2011/08/feature-button-description.png
http://www.trailspice.com/wp-content/uploads/2011/08/feature-valued-button.png
Does anyone know of a css stylesheet, or druapl module, which can help me get to this end? This is ultimatly they exact style I will be trying to-recreate, and I only bother asking because I have now seen it on a few website kickstarter.com for example, also uses a similar button for watching nodes.
To have users bookmark nodes, take a look at the Flag module. From the project page:
For users to be able to rate nodes, I would recommend the Fivestar module. From the project page:
Both of these modules are very customizable and can use AJAX. For the buttons to have a “cloud” (tool tip), see this “jQuery tool tip” Google search, there are plenty of them out there for you to use. You won’t find an all-in-one module for this, it will require a little work to make it exactly how you want it.