What is the best way to allow users to vote on a response, then having the highest rated response flow to the top of the answers? Thanks!
Rating responses coming to the top
Published on November 17th, 2014 by drrulebbpress search results are not accordance
Published on November 17th, 2014 by pplegendi use twentythirteen theme as my parent theme and bbpress plugin to bulid my forum. In the search results page, the first result format is a bit different with the others.
according to my understanding, the execute order is: page.php->content-search.php->loop-search.php->loop-search-topic.php
in page.php:
<div class="entry-content">
<?php the_content(); ?>
</div><!-- .entry-content -->
in content-search.php:
<?php bbp_get_template_part( 'loop', 'search' ); ?>
in loop-search.php:
<?php while ( bbp_search_results() ) : bbp_the_search_result(); ?>
<?php bbp_get_template_part( 'loop', 'search-' . get_post_type() ); ?>
<?php endwhile; ?>
in loop-search-topic.php:
<div id="post-<?php bbp_topic_id(); ?>" <?php bbp_topic_class(); ?>>
</div>
If there are three topics,the results should be:
<div class="entry-content">
<div id="post-<?php bbp_topic_id(); ?>" <?php bbp_topic_class(); ?>>
<div id="post-<?php bbp_topic_id(); ?>" <?php bbp_topic_class(); ?>>
<div id="post-<?php bbp_topic_id(); ?>" <?php bbp_topic_class(); ?>>
</div>
However, the result is:
<div class="entry-content">
<div id="post-<?php bbp_topic_id(); ?>" <?php bbp_topic_class(); ?>>
</div>
</div>
<div id="post-<?php bbp_topic_id(); ?>" <?php bbp_topic_class(); ?>>
<div id="post-<?php bbp_topic_id(); ?>" <?php bbp_topic_class(); ?>>
The first element is inside <div class=”entry-content”> tag.
Need a Developer to Pimp My BBpress
Published on November 17th, 2014 by roblunteHello,
I recently migrated from a hosted PunBB forum that has a 10,000 membership to a new BBpress. My new BBPress has some settings, plug-ins and design elements that need to be fixed and worked on.
I am looking for a BBPress, plug-in, pimp it out, master that I can pay to help me get my forum ready for this massive migration. Here is the new forum, not yet ready.
http://themodernvocalistworld.com/forums/
Can I get some help? This is a paying gig…
Robert Lunte
The Modern Vocalist World.com
robert@themodernvocalist.com
01.425.444.5053
Network-wide forums on WP multisite + BP installation
Published on November 17th, 2014 by nsbp001Running WP 4.0 BP 2.0 and bbPress 2.5.4
I would like to network-wide forums such that each site can access them at http://continuum.nsbp.org/sitename/forums and all these pages would pull the same data for these respective pages. Is this possible?
(bbPress) Login Widget – Display Profile Only
Published on November 17th, 2014 by MikeHi there!
We’re using MemberPress and would prefer to only allow users to login through the official form. We also want to hide the wp-login.php page which the plugin allows us to easily do. However, we also want people to have easy access to their bbPress profile customizations and find that the (bbPress) Login Widget has a beautiful display for this purpose.
Is there any way to turn off the login form portion of the (bbPress) Login Widget though so that it only displays the profile portion when a user logs in? Or better yet, is there a way to disable the redirect to the wp-login.php page if a user types in the wrong information? As of right now it sends users to that page even though we were trying to hide it from access.
Thanks!
Writing Plugin to make comments as arguments
Published on November 17th, 2014 by m_elghagI’m looking for a plugin were I can write a proposal that users them can argue about. I want users to choose if the argument is for or against my proposal. Users should then be able to make comments on the arguments. So first level comments is arguments and second level come ts is standard comments.
Activate different plugins to different forums?
Published on November 17th, 2014 by m_elghagIs there a way to activate different plugins to different forums? Perhaps I’d like a certain rating plugin for one forum..A question and answer plugin for another forum etc.
Display notifications on page
Published on November 17th, 2014 by m_elghagIs there a plugin somewhere that saves and displayes a users notifications somewhere in the forum? You can subscribe to topics and forums and get email sent to you, I would also like them in a list on the site. Like on Facebook.
How to Auto Unapproved every topics and replies
Published on November 16th, 2014 by samboITHi,
I have installed bbPress (Version 2.5.4). I want to function auto unapproved every topics and replies from users. I meant the first posting new topic or reply must be approved by Admin then they can show to fronted. Possible?
Im looking for any replies very soon.
Thanks in advance!
Fresh install, page not found for 2nd level forums
Published on November 16th, 2014 by m_elghagHi!
I’ve read plenty of threads conserning this and all seems to have get their forum to work. Me however I can’t.
As soon as a move a forum so it has a parent, making it a subforum, and try to view the forum, a page shows up saying nothing could be found for this place.
I’ve removed everything from the server, and created a new database for the new install. Problem shows up directly. Don’t know if its important but its a local install on my computer.