Closed (fixed)
Project:
Fivestar
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2008 at 18:23 UTC
Updated:
30 Jun 2008 at 03:55 UTC
Is there a way I can move the fivestar rating module from the content into the node-footer. On the home page the 'rate this' is showing up above the node-footer, and moving around the positioning of some things on the page.
Comments
Comment #1
quicksketchThe node footer? I'm not sure what you're referring to. You can optionally set the display of the Fivestar to then use the Fivestar rating block to position the rating block wherever you want.
Comment #2
SaBoNim commentedYou can insert fivestar with this code:
and in content type settings select display "hidden" in teaser and full node.
css code:
Links under content put in div whis style: .your_style{float:left;}
Comment #3
quicksketch