Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can add this line of CSS code to the discussion pages for now if you just want to hide the down voting button:

    a.vote.down{ display: none !important; }

    • This reply was modified 4 years, 2 months ago by ziadj.

    Also, when replying to an existing reply, “”Up0Down” shows up in the title of above the text editor with zero denoting the number of votes. It is actually inserted within the quoted text for the message being replied to. I’m not sure how to fix it for now so I’ll let you handle it @natekinkead.

    The $broad_enable variable is showing up as undefined in frontend.php at line 180. $this_post_type is actually being assigned as ‘page’ so it’s not being caught in the switch statement right after and a quick fix for now is to add case 'page': at line 167. Feel free to come up with something better in the next update and thank you again for this awesome plugin.

    “If you all can help me understand… Does BuddyBoss even use bbPress? I looked at the URL in the topic above and it looks like it’s using AnsPress.”Buddyboss is a fork of BBPress so they share the same codebase. It is not related with Anspress even though it could be used alongside. The idea is to provide a platform that encompasses BBPress along with most of the basic functionality required for a community website so we no longer have to rely on a plethora of separate plugins to get the desired result.

    Instead of adding functionality as a BBPress addon the developers decided to make modifications directly to the code instead for the reduced overhead on the long run. I’m not sure how beneficial that is but I think it’s quite a justifiable decision despite the occasional conflicts that will arise as it distances itself further from the original codebase.

    • This reply was modified 4 years, 2 months ago by ziadj.

    I’ve already posted an issue in the official repository a while ago but the developers there have other priorities apparently. I’m emailing you the theme package @natekinkead and thanks a lot for the great work so far.

    I’m planning to use your plugin for the implemention of a direct democracy and it’s about the best one I’ve found so far for that purpose.

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