Re: bbRating – problems in FF
Here’s the code from my topic page template – hope it helps!
<div style=”width:400px”>
<div style=”float:left”>Average Rating:</div>
<?php bb_rating(); ?>
<div style=”float:left”> Your Rating: </div>
<?php if (bb_is_user_logged_in()) >
<?php bb_rating_dingus(); ?>
<?php else : ?>
You must log in to vote.
<?php endif; ?>
<br clear=”all”/>
<?php bb_rating_count($topic->topic_id); ?>
</div>