Skip to:
Content
Pages
Categories
Search
Top
Bottom

Incorporating Captcha into bbpress log in

Published on November 17th, 2016 by JoeCec

Has anyone been able to inject googles captcha widget into the login prompt? If so, do you mind pointing me to the source code?

bbPress add action for keymasters & moderators

Published on November 17th, 2016 by kbaldac

WP version: 4.6.1, bbPress version: 2.5.11, link: one-name.org

I want to add an action called ‘Response’ only visible to keymasters and moderators and appearing next to the ‘Close’ action when editing a topic. I want them to be able to click on this to add [RESPONSE] to the front of the topic title. How do I do that?

I have something similar when someone presses ‘Close’ that adds [CLOSED] to the topic title but it doesn’t add a new action for keymasters and moderators:

function forum_closed_topics() {
$topic_id = bbp_get_topic_id();
if ( get_post_type( $topic_id ) == bbp_get_topic_post_type() && bbp_is_topic_closed( $topic_id ) )
echo ‘[CLOSED]’;
}
add_action( ‘bbp_theme_before_topic_title’, ‘forum_closed_topics’ );

Thanks.

forum display off

Published on November 17th, 2016 by orling

https://meifa88-xihe2014.rhcloud.com/%E7%BE%8E%E5%8F%91%E8%AE%BA%E5%9D%9B/
i have no idea why my forum display in this way..
please help me..i cant find any solution online..

What are the best forum plugins for wordpress?

Published on November 17th, 2016 by buysoundcloudlikes

I want to join WordPress forum. Recently i joined bbpress.org forum. Tell me another best forum plugins for wordpress? Help me.

How can I display topics under specific category?

Published on November 16th, 2016 by idpokute

Hi gurus,

I’m wonder how I can display topics under specific category.
Here is example;
Game News (category)
– PC (forum)
– Mobile (forum)
Local Community (category)
– Toronto (forum)
– Tokyo (forum)

I want to show PC and Mobile game news, when users access ‘News’ page.
Did I miss the shortcode that I need to write on ‘News’ page?

Thank you in advance.

Hiding a forum from the forums list

Published on November 16th, 2016 by kfye

I mistakenly posted this question on the Buddypress board, and though they were helpful, no answer has been found.I might as well try here.

I want to hide one particular forum from the automatically-generated list of forums (I link to it directly in the main menu). I can’t seem to find a way. I tried making it “hidden,” but that didn’t do the trick; even after logging in as something other than the Administrator it still showed up.

Any ideas?

Greetings!

Published on November 16th, 2016 by JoeCec

I wanted to introduce myself to the forum. I just registered and I have been using bbpress for about a week now! I am running WordPress 4.6.1 and bbpress 2.5.11…. I created a website and forum page @ www.theintrovertspeaksblog.com I would like some honest input as to the integration of bbpress into the website. I also have a question, On the lost password page it displays a blank screen with simple text box only as well as the reset password button. I temp fixed it by adding text above the box to direct the user to insert username or password. Is there a better way to do this?

I can’t find the option to enable file uploading

Published on November 16th, 2016 by Anonymous User 15184782

Hi all, I wanted to ask if there was an option that would allow me to enable file uploads.
Thanks for help 🙂

bbp-messages

Published on November 15th, 2016 by russ8523

Have produced new WP site on Wamp 2.5 on my PC. I have installed bbp-messages 0.2.3.1 and already have bbpress 2.5.8 forum. WordPress 4.6.1 Sport Theme by Theme Canon Win10

THE WHOLE SITE and forum IS WORKING FINE, but When I try to use bbp-messages Lite, it returns the following:

FORBIDDEN: you don’t have permission to access wordpress/members1/http:/localhost/wordpress/members1/ on this server. Apache/2.4.9 (Win64) PHP/5.5.12 Server at localhost Port 80.

Would be very grateful for any advice as I am ready to publish this web – this my first WP site!

ERROR: ARE YOU SURE YOU WANTED TO DO THAT

Published on November 15th, 2016 by teamking12

Hello everyone

I am in need for help. I have downloaded bbpress plugin version 2.5.11 and bbpress WPTweak version 1.3.1 to create a forum my webpage. Everything went smoothly until I decided to reply to the post I created in my forum. I tried to submit the reply, but an error pops up ” ARE YOU SURE YOU WANTED TO DO THAT”. I really don’t know how to solve the problem.

Skip to toolbar