Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Musician Wages.com Forums

I figured out how to get rid of the polls in the sidebar. CK might have a more elegant way to do this, but I just deleted this line:

add_action(‘topicmeta’,’bb_polls_pre_poll’,200);

From the bb-polls.php file, then added this line (as CK suggested) to my topic.php template file:

<?php remove_action(‘topicmeta’,’bb_polls_pre_poll’,200); bb_polls_pre_poll($topic_id); ?>

Here’s what it looks like:

http://www.musicianwages.com/forums/topic/whats-the-best-cruise-line-to-work-for/

Skip to toolbar