This is also worth reading http://aquagraphite.com/2013/04/supportte-free-bbpress-support-forum-theme/#more-221
To use this theme without some of those plugins listed it will need a few modifications.
There is no need to create two topics for the same not even 24 hours apart, closing this topic in favor of your other topic with more detailed information.
Forum index table not showing
I think this is it https://github.com/syamilmj/Supportte/
WordPress + BBPress Support Theme for Envato Marketplace Authors
Do you have the latest version 1.0.1 of ‘bbPress Enable TinyMCE Visual Tab’ installed?
(It was updated a couple of days ago)
Also I am not sure of the bbPress compatibility of the ‘tinyMCE advanced module’, does everything work as it should with this plugin disabled?
You should be fine WooCommerce users a just WordPress users, the same goes for bbPress, all your users are WordPress users.
Use the [bbp-single-forum id=$forum_id] shortcode on your page.
https://codex.bbpress.org/shortcodes/
There are a few replies in your previous thread here but you never replied to it :/
Most likely it is a plugin conflict:
To try and resolve conflicts with other plugins please disable all your plugins except bbPress to see if the error persists. Re-enable each plugin one at a time and if things break again you should be able to now know which other plugin is causing the conflict.
Thanks for your work on this @lynqoid … I was about 2 minutes from dumping bbPress and installing phpBB and trying to integrate it with WP-United. I’m trying to “start fresh” with an existing community, and since we’re coming from a forums-only site, the functionality, look, and feel of the forums is high priority. I’ve been struggling to learn WP for the past 3 days since I started, and it can be frustrating as heck. I dabbled in PHP about 15 years ago, and have quite a bit of .asp/vbs background… so the concepts are not new, but finding my way around feels a bit like a blind man groping his way through an unfamiliar house.
Our forums software hasn’t seen any new development in nearly 10 years, and it’s getting clunky with lots of chicken wire and duct tape holding things together with a lot of mods. So, we’ve decided to “start fresh” with a more social type environment, and we’re hoping that WP+BP+bbP can be that platform for us.
I installed your files into my theme, and *presto*, my forums looked SOOOO much better instantly. Nice! I’m still struggling with the overall theme/format/layout/whateverthehellyoucallit, because everything is so narrow down the center of the page. I’m still not sure why I’ve got a black bar down the left side of the screen, and a “no-color” bar down the right hand side. Grrrrrr.
Thanks for pointing out teamoverpowered.com…. I would like to aim for that look and feel. And thanks again for your work on the phpBB “look” for the bbPress forums.
Sign me,
“Lost and Helpless”…. so far
Jimmy
http://www.fseconomy.net:8080/
I have BuddyPress/bbPress installed on a secondary site of a Multi-Site installation. The bbPress portion took of the site took off about a month ago, but the wp_postmeta database for the boards has already swelled to over 30mb in size with 63,000 rows and occasionally affects performance of the site.
In looking through the database I see thousands of the entries are from Akismet records. Are meta key’s such as _bbp_akismet_as_submitted, _bbp_akismet_history, and _bbp_akismet_result necessary to retain in wp_postmeta in order for Akismet to continue to block spam? Will removing them simply result in Akismet re-adding them on a future scan?
Another option is to use a BuddyPress plugin, but that too requires some experienced setup. Currently there isn’t a simple way to reply-by-email for the bbPress ecosystem.
Hi there!
Thanx for answering! I’ve read your answer to a similar issue in an old post and I’ve already checked that, but unfortunately it seems that in the new versions, or at least in this installation, the bbpress class is added to the body of the post content and not to the page wrapper, so the sidebar is outside and I can’t target it with that class..
it’s a bit weird though, cause it seems that the shortcode which calls the forum archive in the post content, is actually overriding the template chosen with the page attributes. it’s set as default template, but in the theme default page should be displayed the default sidebar, and in the forum page is displaying the forum sidebar instead, even if is set on default template and there is just a shortcode into the post content..
Does the body tag have a class of .bbPress ?
If so you can use that to target the sidebar.
Hey guys,
The theme is what teamoverpowered.com forums is based on and it is still working (I always update bbPress).
So in theory the theme should work, take a backup and test it! 🙂
I am (slowly) working on another theme which should be quite nice, it’s just taking longer than expected.
In case anyone else out there is having similar issues, I figured out a work-around. It is very hacky and I would love it if someone happened to have a better solution. In essence, the problem was with bbpress/templates/default/bbpress/form-topic.php. For some reason, the labels that were associated with bbp_stick_topic, bbp_topic_status, and bbp_topic_title were not wanting to adhere to the forms or drop down menus and the titles were being printed up by the forum title. To work around the issue, I just deleted the titles of the form and drop down menus. It is only a temporary solution, so I would love it if anyone had any ideas about why the labels might be breaking. I uninstalled every other plugin and reinstalled bbPress but still had the issue. Thanks for the help!
Hi Again,
So after working like crazy I found a plugin that seems to interfere with the permissions somehow with bbPress causing the first post to not display properly.
This was the culprit:
http://codecanyon.net/item/pages-by-user-role-for-wordpress/136020?ref=RightHere
After deactivating the above plugin everything worked as it was supposed to.
As I still require the functionality of this role restriction to limit access to page content I am investigating other options.
Cheers,
Jillianne
wordpress v 3.8 , bbPress v 2.5.5
I have created my Forum page and it was working correctly at first but now when I go to the main page I get a text version of the top level groups. http://biz139.inmotionhosting.com/~fantas55/forums/
I know the forums are actually there and working because I can still get to a forum post and use the breadcrumbs to get back to all the other levels of the forum, just not the top one.
http://biz139.inmotionhosting.com/~fantas55/forums/topic/pick-3-stacy-lacy-mccoy-or-bush/
Also is that Admin Notice going to go away, or is that related to this issue?
AJParticipant
I would like to set a conditional check for a user meta value or status and update their user role accordingly. Is this possible? (in a plugin or functions.php)
for example:
if (user_status = pending) {set forum user role to => observer}
OR
if (user_meta field ‘status’ = pending) {set forum user role to => observer}
AND
if (user_status = approved) {set forum user role to => participant}
OR
if (user_meta field ‘status’ = approved) {set forum user role to => participant}
Thanks!
WP: 3.8
bbPress: Version 2.5.2
I have the latest versions of WP & bbPress.
Looking for short codes for “ACTIVITY” – “MEMBERS” – “GROUPS” to keep it private from the public. i.e., only those logged in will be able to view those three items on the home bar. http://www.PickensCountyTeaParty.com
Thanks!
So…
I’ve been working on this today, and I successfully converted my phpbb3 forum into my local bbPress for an updated install, exported the bbPress database tables from my local, and imported them into my live site. For some reason my live site bbPress isn’t recognizing the freshly imported bbPress tables 🙁
Any ideas what I can do at this point? I ran the bbPress repair tool before doing the export on the local, and ran it again several times since importing it on my live site. I also did some visual comparisons of the bbPress tables in both databases, and they seem to be in order.
Signed,
AtMyWitsEnd ;D
Edit – PS: I also tried adding the tables both with bbPress activated and with it inactivated, deleted the tables each time before importing them again.
Same problem.
I solved this by :
Going into the BBPress Plugin settings
Check Auto Role : Give everyone default access to Keymaster role. (Still available here)
Update
Change it back to the way you had it.
The Keymaster role should now be available for individual users again
I solved this by :
Go into the BBPress Plugin settings
Check Auto Role : Give everyone default access to Keymaster role.
Update
Change it back to the way you had it.
The Keymaster role is now available for individual users again
I solved it like this:
// add tinymce for BBPress as default editor
add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );
function bbp_enable_visual_editor( $args = array() ) {
$args['tinymce'] = true;
$args['media_buttons'] = true;
$args['textarea_rows'] = true;
$args['dfw'] = false;
$args['tinymce'] = array( 'theme_advanced_buttons1' =>'bold,italic,underline,strikethrough,bullist,numlist,code,blockquote,link,unlink,outdent,indent,|,undo,redo,fullscreen',
'theme_advanced_buttons2' => '', // 2nd row, if needed
'theme_advanced_buttons3' => '', // 3rd row, if needed
'theme_advanced_buttons4' => '', ); // 4th row, if needed
$args['quicktags'] = array ('buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,close');
return $args;
}
Hello,
I recently installed bbpress, (this morning). I’ve gotten everything setup but I’m having a problem with the forum titles. Instead of one forum on one line titles seem to be wrapping to the next line beneath.
Is this something I can fix in CSS as in number of characters per title?
hockeyfights-video.com/forums/
Thank you
After deactivating all bbPress related Plugins, it still occured. Now I removed the functions.php and it seems to have stopped and I’m re-adding it one snippet after the other, but I always have to wait half an hour between each snippet to see if it continues. No idea how to test it “immediately”.
It might be something about this part:
//Remove bbPress Head on non bbPress sites
add_action( 'wp_head', 'conditional_bbpress_head', 9 );
function conditional_bbpress_head(){
global $post;
if( !is_bbpress() && !(is_home() && $_SERVER['SERVER_NAME'] == 'deppheads.com') && !(isset( $post->post_parent ) && $post->post_parent == "17123") )
remove_action( 'wp_head', 'bbp_head' );
}
add_action( 'wp_enqueue_scripts', 'conditional_bbpress_scripts', 9 );
function conditional_bbpress_scripts(){
global $post;
if( !is_bbpress() && !(is_home() && $_SERVER['SERVER_NAME'] == 'deppheads.com') && !(isset( $post->post_parent ) && $post->post_parent == "17123") )
remove_action( 'wp_enqueue_scripts', 'bbp_enqueue_scripts' );
}
which I added because I have two domains running and just one little part under the domain deppheads is actually the forum, and I did not want all that bbPress code in all sites, especially not on my main site.
Is that possible??
Hi everyone, I´m new at BBPress and I´m searching por a very particualar plugin, if it exists. I already have a wordpress site which have their own wordpress comments. Now we are implementing BBPress and I´d like to combine those WordPress comments with the BBPress Posts.
My site is a gaming news site and I want a plugin whicn converts each new, each article and each feature into a Topic in the forum, automatically. In addition, I want that each WordPress comment appears as a post in the topic in the forum adn each BBPress comment appears as a comment in the WordPress article.
Thanks for your help.
PS: I´m sorry if I have grammar mistakes. English is not my mother language.