Search Results for 'bbpress'
-
Search Results
-
Archived old site: imapiece .com/connect1/
New wordpress site curently being developed: imapiece .com/
WP version: 4.8.1
BBPress Version: 2.5.13
(I broke the links and removed the https:// because the previous posts I made where all the links worked were never approved by mods and stayed in limbo, just take out the space before .com and they’ll work)I am moving my current guild forums from PHPbb to buddypress/bbpress in wordpress.
There is one thing I can’t seem to find, and ive been looking around everywhere and it seems im not the only one looking.
bbpress .org/forums/topic/looking-for-an-application-pluginHere is what im looking for, user registers and then applys for a specific group by going to a page with the php form and on submission the post is made in a specified forum.
So lets say there is a page with links to the groups pages and on each page is a application to join that group because the cosplayers have different questions than car guys or wow players. User fills out the app and when they submit it creates a new thread in that groups recruitment forum.
Here is the addon that I use with phpbb
phpbb .com/customise/db/extension/application_formHere are some screenshots of it in its current use
Front end application
Then it creates a new post with New Application from %username
Then in the output view it has it in its own post
Has anyone seen ANYTHING from bbpress or buddy press that can do this? I have been looking and as mentioned I can’t find a solution anywhere. Closest I found was an option in gravity forms to send to trello or via email but that doesn’t make a new thread in a pre determined forum where community members can access and respond to it. I’m bootstrapping this myself if anyone knows a place that contracts this stuff out. I don’t have a lot of money, but the guild is dying and i dont know what else I can do.
Thank you for any information you may have available,
InTempestI’m using this guide to show TinyMCE in my bbpress forum:
https://codex.bbpress.org/enable-visual-editor/function bbp_enable_visual_editor( $args = array() ) { $args['tinymce'] = true; $args['teeny'] = false; return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );Is it possible to remove or hide some buttons in Visual tab?
I want to hide those:

Can someone help me?
Thanks đ
Hello,
I’m not sure which version of wordpress and bbpress I’m using but I just downloaded it so I would assume it’s the most recent version.
I’m trying to build a wordpress site which acts purely as a forum. I am using the twenty sixteen theme, I loaded bbpress and I got the opening setup but I can’t add an option to register or retrieve lost password. I tried adding it to the widget as well as using wordpress tweaks, none of it worked. In addition, for some reason, the login suddenly switched to text, [bbpress login], instead of showing the login box which used to be there. My site is forum.campexpo365.com. Thank youHi there,
I am currently using the below versions of WordPress and BBPress:
BBPress version 2.5.12
Image Upload for BBPress Plugin version 1.1.14
WP version 4.8My website is myfertilityfocus.com (the forum is for members only).
When I originally installed the âImage Upload for BBPressâ plugin, there was an option for setting the dimensions of the image that was being uploaded to a post. Now this seems to have disappeared. If a member wants to post an image, there is no way for them to set the dimensions. Do you know what has happened here? Images are ending up way too big on membersâ posts!
Topic: Blank Pages
Hello,
I have a development site running BBpress perfectly fine. All forums and topics work great: http://www.switchitupdesigns.com/hatch/forums. As you can see, clicking on a forum opens up the page fine.I then used All-In-On Migration plugin to copy the site from one domain to the next. Installation worked flawlessly and the site is up and running great on GoDaddy. However, now BBpress is not working correctly. When I click on the âForumsâ tab in the admin dashboard I get a blank white page. Also, when clicking on a forum from the forum index on the frontend, I get a blank page:
http://hatchnutrition.com/forum/We only have 4 plugins installed and WP, theme and plugins are all on the latest versions. Because the dev site is working perfectly fine, what could be causing this problem? Could it be a memory issue with the new hosting account on Godaddy?
Thank you for the assistance! đ
Topic: Importing Users
Hi,
I’m trying to move my entire WordPress site to another server. I export users, forums, replies and topics but when I try to import the topics I get the “WordPress Import assign authors” for every single user in my site even though I have already imported the users first.
What is the best way to go about exporting and importing BBpress and users?
Thank you,
ChrisHi,
I have no idea why but the forum/topic subscribe button is not appearing next to the breadcrumbs in bbpress forums as it should, i have enabled the functionality in the settings. This has never appeared but i’m probably missing something simple.
Is there a way to add this next to the forum title rather than in breadcrumbs? I’m not sure how to call it:
add_action( 'bbp_theme_after_forum_title', 'n8_after_forum_title' ); function n8_after_forum_title() { WHAT DO I ADD HERE?? }WP version: 4.8
BBpress version: 2.5.13Thanks!
LaurenUsing WP 4.8.1 and bbpress 2.5.13
I just did a search in the forum, and it yielded 346 results. All the posts were displayed as i would expect at first, but as soon as i clicked on the second page, i got only this:
Search Results for ‘cassel’
Home of the Scrapbook Campus âș Forums âș Search âș Search Results for ‘cassel’ Viewing 30 results â 31 through 60 (of 346 total) â 1 2 3 ⊠12 â Author Search Results August 1, 2017 at 2:57 am #14264 In reply to: July Mystery Challenge AprilDawnParticipant (162.158.2.165) Here is my contribution to this⊠Continue ReadingSo, basically no other result is actually readable. I am not sure if it is specific to bbpress or a setting i might have wrong. If i do a search on the blog or the rest of the site, I can get results displayed for many pages without any issue.
Here is my site: http://scrapbookcampus.com
Thanks.
I’ve upgrade my PHP version to 7.1.8
Everything works just fine, only bbPress forum stopped working!
see the error in the debug:
PHP Fatal error: Uncaught Error: [] operator not supported for strings in /home/******/public_html/wp-content/plugins/bbpress/includes/forums/functions.php:1800
Stack trace:
#0 /home/******/public_html/wp-includes/class-wp-hook.php(298): bbp_pre_get_posts_normalize_forum_visibility(Object(WP_Query))
#1 /home/******/public_html/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
#2 /home/******/public_html/wp-includes/plugin.php(515): WP_Hook->do_action(Array)
#3 /home/******/public_html/wp-includes/class-wp-query.php(1683): do_action_ref_array(‘pre_get_posts’, Array)
#4 /home/******/public_html/wp-includes/class-wp-query.php(3248): WP_Query->get_posts()
#5 /home/******/public_html/wp-includes/class-wp.php(617): WP_Query->query(Array)
#6 /home/******/public_html/wp-includes/class-wp.php(735): WP->query_posts()
#7 /home/******/public_html/wp-includes/functions.php(955): WP->main(”)
#8 /home/******/public_html/wp-blog-header.php(16): wp()
#9 /home/******/public_htm in /home/******/public_html/wp-content/plugins/bbpress/includes/forums/functions.php on line 1800WP 4.8
BBPress 2.5Hello,
We use bbPress in place of the WP comments, and we allow both logged in and logged out users to reply. I know that people logged in can check the box to subscribe to new replies, but logged out users cannot. I would like to allow logged out users to subscribe as well. Can this be done?Thank you.
Hi,
I used bbpress Version 2.6-beta-2. When i search content in forums. After enter “search” It always come to homepage
– I tried test deactive one by one plugin still same
– I tried change to defaul wordpress theme still sameHope to have solution
Thanks
Hello guys,
How can I make the 1st post of each topic (author post) to have a different background color? Exactly like we can found here in official bbpress support forum.
Thanks in advance đ