Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BB Poll anonymous can see vote bar


_ck_
Participant

@_ck_

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(); ?>

Skip to toolbar