Skip to:
Content
Pages
Categories
Search
Top
Bottom

BB Poll anonymous can see vote bar

  • I am using bbPress 1.0 alpha. Anonymous user can view vote result text only not vote bar.How to fix it?

Viewing 6 replies - 1 through 6 (of 6 total)

  • _ck_
    Participant

    @_ck_

    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


    _ck_
    Participant

    @_ck_

    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!


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

    Ok, Now!! Thanks _CK_ .

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Skip to toolbar