• Hi,
    As title said, Polldaddy shows rating on bbpress forums. This is not a wanted feature. I know there is option to exclude pages to displays rating. But when there are so many forums and sub-forums, we will be tired of excluding them.

    Hope there will be a better solution for this.

    Thanks,

    https://www.ads-software.com/plugins/polldaddy/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I don’t have bbpress installed but I presume it uses the “the_content” filter for each post? You could remove the Polldaddy rating by using remove_filter. Probably like this:

    remove_filter( 'the_content', 'polldaddy_post_rating' );

    Put that in a hacks file or a separate plugin.

    Thread Starter 5ngua

    (@5ngua)

    could you make this fix in the next release of polldaddy?

    Unfortunately it’s probably not something that should be handled by the plugin as it’s just hooking into a filter. BBPress has plugins AFAIR so you could add that remove_filter() in a plugin easily enough to disable the ratings.

    Thread Starter 5ngua

    (@5ngua)

    I create a plugin for that filter following this guide and it does not work. Also posted this in BBpress feedback forum but no one replies

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Polldaddy shows rating on bbpress forums’ is closed to new replies.