Dave (@ccsm)

Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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/

    Thanks ck – that did it. Now how do I get the polls out of the sidebar? I only want them to show up in the topic, not the topic and the sidebar. Does that make sense?

    Thanks swaymedia, I’ll going to look into that. Thanks for the interest!

    Thanks everyone for checking it out!

    Thanks ck, much appreciated. I’m glad you like it. Thanks for all the great work on bbpress.

    It very nearly works :-) The polls show up correctly, but also this error:

    Warning: Missing argument 1 for bb_polls_pre_poll(), called in /home/content/b/l/o/blogdave/html/forums/bb-templates/blank2rbbpress/topic.php on line 11 and defined in /home/content/b/l/o/blogdave/html/forums/bb-plugins/bbpress-polls/bb-polls.php on line 47

    The CSS style and placement of the polls bothers me. I’d really like to see the poll at the top of the actual post, not in the sidebar.

    But as far as function goes, they seem to be working alright. I inputted my vote and it worked fine.

    Here’s the link to the theme we’re using.

    http://www.refueled.net/free-bbpress-themes/

    I just tweaked the style sheet and the width of columns.

    That’s the latest stable version – 0.9.0.4

    Thanks for the feedback! I downloaded the “blank themes” from refueled.net and tweaked them here and there. I wanted a clean look.

    I’m thinking about taking out the “last poster” column until we get more people posting – what do you think? I think it looks kind of stupid with my name showing up for nearly every post.

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