Works fine for me with default template in newest 1.0 alpha. Or do you mean you want anonymous people to be able to vote. That’s not possible.
Any particular reason you started a new topic on this rather than asking on the page for the plugin itself?
Sorry, anonymous can see the ajax vote bar with 1.0alpha. Look like this
http://www.plzon.com/forum/topic/19
I think your broke your htaccess as I can’t see any topic.
If people can’t see the bars that probably means the CSS is not being included for some reason. Might need to check for bb_head in your header template.
How to check my header.php?
Thanks!
There is a bug in the older template you are using.
Find these line in your header.php
in your template folder:
<?php bb_enqueue_script('topic'); bb_head(); ?>
<?php endif; ?>
and change it to this:
<?php bb_enqueue_script('topic'); ?>
<?php endif; ?>
<?php bb_head(); ?>