Search Results for 'bbpress'
-
Search Results
-
Hi Guys
A conflict exists with bbPress and the WooSidebars plugin –
The conflict causes the whole forum to return a 503 Error. After much digging found the problem comes from this bbPress function
bbp_get_topic_title() functionand is fixed by changing
$title = get_the_title( $topic_id )to
$topic = get_post( $topic_id ); $title = $topic->post_title;Hope you can add that fix to your next version update – Thank you – Steve
sorry for my english.
i’ve installed bbpress for a month from importing smf too bbpress. i just realized the categories & tags become blank page when bbPress installed… ( i have deactivated bbpress, and the categories & tags become work)
one of my category
http://japanesia.org/category/berita-film-jepang-dan-dorama-jepang/any sollution?
What i mean is i am using bbpress on my wordpress site. It has forum and whenever someone post any thing some points are awarded to him using mcreed point system. But i dont want it to be over used.
So i want to impose restriction like :-
After posting 10 posts in a day the 11th post will not get any points
Or
A user can only post 10 post no more than that.
I will prefer the first one more!
Is there any way to do any of this? Pleas replyI want the users to get email alerts every time their forum role changes.
Namely, I want to notify users only if their role has changed to Participant.
I found a way to do this with standard WordPress roles, but it doesn’t work with bbPress roles.
I tried changing
if ($new_role == 'contributor')toif ($new_role == 'participant')and even to thisif ($new_role == 'bbp_participant')– nothing worked.WordPress version: 3.8.2
bbPress version: 2.5.3Topic: Forum with Full Width site
Hello,
I just created my bbpress forum and I don’t get it into a Full Width site. I use the “The7” theme from dream theme and there exists no full width .php site which I could copy and rename to bbpress.php. So would could I do?
Topic: Plugin not working
WP version 3.9.1
bbPress version 2.5.4
Web site http://raptureintheairnow.com/I have deactivated all my plugins. The only one turned on is bbPress. The page loads half way then gets the error:
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, webmaster@raptureintheairnow.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Some of the sub forums load with no problem like:
I called my hosting company and they said to disable all plugins and turn them back on one at a time. bbPress is the only one turned on and getting these errors.
Topic: Full Width Forum Help
Hey everyone,
I’m having a bit of trouble getting my Forum into full-width format. I’m using the Oxygen theme which by default has a left and right sidebar.
I’ve already copied my “page-template-fullwidth.php”, renamed it as “bbpress.php”, and installed bbPress WP Tweaks to make sure that bbPress is injecting itself into the “bbpress.php” template.
Given what I’ve read – this should’ve done the trick. I’m wondering if it’s something weird with Oxygen Theme’s templates. I’ve included the code of the Full Width Template i’m using here below. Does anyone see anything out of the ordinary that could be preventing me from getting full-width formatting?
<?php
/**
* Template Name: Full Width
*
* Full width page template with no sidebar.
*
* @package Oxygen
* @subpackage Template
*/get_header(); // Loads the header.php template. ?>
<div class=”aside”>
<?php get_sidebar( ‘primary’ ); // Loads the sidebar-primary.php template. ?>
</div>
<?php do_atomic( ‘before_content’ ); // oxygen_before_content ?>
<div class=”content-wrap”>
<div id=”content”>
<?php do_atomic( ‘open_content’ ); // oxygen_open_content ?>
<div class=”hfeed”>
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php do_atomic( ‘before_entry’ ); // oxygen_before_entry ?>
<div id=”post-<?php the_ID(); ?>” class=”<?php hybrid_entry_class(); ?>”>
<?php do_atomic( ‘open_entry’ ); // oxygen_open_entry ?>
<?php echo apply_atomic_shortcode( ‘entry_title’, ‘[entry-title permalink=”0″]’ ); ?>
<div class=”entry-content”>
<?php the_content( __( ‘Continue reading <span class=”meta-nav”>→</span>’, ‘oxygen’ ) ); ?>
<?php wp_link_pages( array( ‘before’ => ‘<p class=”page-links”>’ . __( ‘Pages:’, ‘oxygen’ ), ‘after’ => ‘</p>’ ) ); ?>
</div><!– .entry-content –>
<?php echo apply_atomic_shortcode( ‘entry_meta’, ‘<div class=”entry-meta”>[entry-edit-link]</div>’ ); ?>
<?php do_atomic( ‘close_entry’ ); // oxygen_close_entry ?>
</div><!– .hentry –>
<?php do_atomic( ‘after_entry’ ); // oxygen_after_entry ?>
<?php do_atomic( ‘after_singular’ ); // oxygen_after_singular ?>
<?php endwhile; ?>
<?php endif; ?>
</div><!– .hfeed –>
<?php do_atomic( ‘close_content’ ); // oxygen_close_content ?>
</div><!– #content –>
<?php do_atomic( ‘after_content’ ); // oxygen_after_content ?>
<?php get_footer(); // Loads the footer.php template. ?>
I’ve reinstalled bbpress 2.5.4 in WP 3.9.1 and I can’t find the button “forum” in settings nor other place. I have unistall, cleaned the data base and reinstall again but the button doesn’t appear. Any help? Thanks.
http://www.cresteando.comOn my local server search results URLs get pretty permalinks and search works. On my live server the query string is shown and no search results are returned.
I did a test by manually entering the search URL as it was prettyfied on my local server and surprisingly search works.
The search URL that bbPress returns looks like this and returns no results:
http://www.onedesigns.com/support/search?action=bbp-search-request&bbp_search=pinboardThe prettified link for the same search looks like this:
http://www.onedesigns.com/support/search/pinboardSo the search engine works and apparently it’s the permalinks that cause the issue. Changing or resaving WordPress’ permalink setting didn’t make any difference.
A
var_dumpforbbp_searchreturns NULL.The only difference between my local server and live server is that on my local server I use Apache and on my live serve nginx + Varnish.
Is there any incompatibility between bbPress and nginx or Varnish? Are there any permalink configurations I must apply?
Thank you
Topic: Where to change wording
Hi,
I would like to change some of the wording in bbPress.
For example, instead of
“Create new topic in . . .”
I’d like it to say
“Create new post . . .”
or whatever.
Which files would I look in to edit? Or (long short) is there even a plugin to edit?
FYI, yes, I am aware that on the next update such changes will be overwritten, etc.
Thanks for help!
WP V. 3.9.1
bbPress v 2.5.4I’ve been banging my head against the wall on this one.
Here is what I need to do:
I have users who need to register for different forums. Each specific forum has restrictions. I am using the S2Member plugin. I can with their shortcodes restrict content within a page. I then can restrict a forum listing when I use a bbPress short code within a page.
The problem is that bbPress dynamically creates topic pages, thus I can not put any shortcode logic in to restrict who sees the topics.
S2Member has some code that works to restrict content with a function. However, using bbPress conditional tags don’t work. I can use the native conditional tags which do.
Below is my code that I can’t seem to get working:
add_action ("wp", "my_custom_capabilities"); function my_custom_capabilities () { if(bbp_is_topic_tag('Global')) { header ("Location: ".S2MEMBER_MEMBERSHIP_OPTIONS_PAGE_URL); exit(); } }Ideas?!
Topic: Notification Email
Hi,
I have BBPress 2.5.4 and wordpress 3.9.1.
I’m working with non-members, now members will not receive notification emails when there is a reply on there post.
Is it possible to activate this?
Thanks
just wondering
llke the purple … hovering over the menu items makes my eyes hurt though