Hello @peterwsterling
Is this plug in still being updated? I have updated bbpress and now voting on a poll has no effect.
Although this is an old thread I just try my luck.
The solution above does work however I’m trying to get it to work in a multi-lingual site using WPML. I know there are issues with the compatibility between bbPress and WPML. What happening is that when I click on the (altered) breadcrumb it alway returns to the English version.
I’ve been working on a solution to use bbPress in my multi-lingual site for quite a while now and this is the one issue left.
I do not translate the forums because I want the English topics displayed on all different language pages. However I want to achieve that the visitor is returning to /nl/supportforum/ (when the site is in Dutch) instead of /supportforum which is the English version.
Please advice.
Adri
@netweb
Thanks for the updates.
For now, we are giving up using BBPress due to import issues between Xenforo and BBPress. So once the corrections in import script are made, we will try again later.
So far we have encountered below issues in Xenforo -> BBPress import, to sum up:
1) Sometimes scripts are automatically stopped and script not start automatically.
2) Currently, lots of data is still pending to import in BBPress but the script is not running and in tools bottom section I can see only “Starting Conversion” and loader.
3) After script stopped it will taking the import the data from beginning so lots of data duplications issue come.
I have tried all the solutions as you suggested but none of them working in 2.6 alpha version. Still I am facing the above issues related to import the data using BBPress tool.
Hi Pascal, thanks a lot for the response, I appreciate your time. 🙂
I should have mentioned that I am all up to date with WP 4.4.2.
Here are some screenshots of the issue:


As you can see in the first image, the /page/#/ part is missing when it should be /page/103/.
Shortly after making these screenshots, I clicked on the “10 hours ago” link, and it returned me to the first post on the first page of the “Gaming” topic even though the URL loaded still has “/gaming/#post-683963” in it. In a few instanced where the /page/#/ part is missing, I have been able to click on the link and land on the correct page anyways. Still haven’t found a logical pattern, I will keep digging to try to identify it.
I will soon look to see if I can replicate the issue from a fresh install. I tried turning off all plugins (except bbPress + BuddyPress) with no luck.
Hey guys,
First of all, thank you so much for making this very cool forum plugin for everyone to use!
I do one question, and I’ve just spent a few hours studying the archives and looking for answers, but the thing is… I haven’t really understood any of them. I don’t know anything about child themes, I have no idea how to look for specific codes, although of course I am able to implement changes to a code once I’ve found it. I’ve tried looking for a plug-in for changing the font size, but failed.
Now, my question would be: Is it possible for somebody who knows close to nothing about the matter to actually do it? I’m running version 2.5.8. My WordPress version is 4.4.2.
My forum URL is http://lutrinians.com/forums/
All I can see under Plugins > Editor is:
Plugin Files
bbpress/bbpress.php
bbpress/license.txt
bbpress/languages/index.php
bbpress/index.php
bbpress/includes/index.php
bbpress/humans.txt
bbpress/templates/index.php
bbpress/readme.txt
Also, I am not using any programmes to edit the codes, just doing it in the browser.
Many thanks in advance!
WP version 4.4.2 bbpress Version 2.5.8 http://www.enablesoft.com the forum is part of the main site. http://www.enablesoft.com/foxtrot-user-network/ you can see the login page there.
We need if someone tries to access the forum or the members page and they are not logged in to be redirected to the register page. Right now they end up back on the home page and that does not help them get logged in.
Please let me know how I can change the non logged in redirect.
Hey @robkk! I am trying to do this – install bbpress on my subdomain of my multisite setup, but it’s not going well.
I have buddypress network enabled and bbpress enabled only on the subdomain. When I’m logged into my buddypress account and I try to access my subdomain where my forums are hosted I am redirected to the buddypress registration page. I’m not sure what I’m doing wrong. Can you please help with some suggestions? I’ve read a bunch of things but I can’t understand enough to apply and see what my errors could be in my settings. Thank you.
With WP you have the option of using multisite to create other sites off of the same WP installation. I run buddypress on my main site and I would like to run my forum(bbpress) on my subsite. From what I thought I understood they should be site-wide so the need for registering for both buddypress and bbpress should not be occurring. But then again, I don’t know what I’m doing. Do you have a multisite setup?
Hi I am a newbie in wordpress. My site has installed the bbpress for a forum, but in this login page http://epilens.com/login/, I don’t know how to move the “log in” button from the right to the left. Please help.
My WordPressVersion: 4.4.2. bbPress version: not using yet. http://www.perfektdeutsch.de
Hi guys,
I was working on my webpage for learning german. I’m now thinking of turning it into a forum. Is there any plugin, that allows the users to easily record their voice and upload it, so instead of texting the conversations would be acturally voice messages? Seems to make more sense to me for learning a language.
Regards,
Effex
Did you create any page (also look in drafts and trash) that has a /forums slug ?
If you nowhere have a page with that slug, that bbPress should default to /forums to show the existing forums (don’t forget to create at least 1 public forum to see the list)
Pascal.
I’m trying to setup my buddypress and bbpress, I would like bbpress to run on my subdomain but I just can’t forgot out what I’m doing wrong. When a logged in user tries to access the forums they are required to register again. My buddypress users aren’t syncing. Please help I have no clue what to go and everything I’ve read online seems too vague for me to understand and apply. Thank you.
Aloha all,
Newbie and just installed bbPress and added my list of forums. I have done the initial troubleshooting of moving to twenty-twelve theme, disabled all plugins and redid the permalinks and such and still cannot pull up list of forums.
http://www.fiduciaryforums.org/forum
Using bbPress 2.5.8 and WordPress 4.4.2
One other question, I wanted the forums to be installed under http://www.fiduciaryforums.org/forums and notice in my file structure it’s /forum. Any suggestions on how to much to /forums instead?
Thank you all for any help!
Joe
1) Activity stream
I suppose you talk about the BuddyPress activity stream here ?
If so, maybe this code could get you started (found it on the BuddyPress forum). It will block ALL new topics/replies, so if you tune that to your private forums, it could be what you are looking for.
// Filter bbPress from updating activity stream
function imath_activity_dont_save( $activity_object ) {
$exclude = array( 'bbp_topic_create', 'bbp_reply_create');
// if the activity type is empty, it stops BuddyPress BP_Activity_Activity::save() function
if( in_array( $activity_object->type, $exclude ) )
$activity_object->type = false;
}
add_action('bp_activity_before_save', 'imath_activity_dont_save', 10, 1 );
2) To limit access to /forums, create a page with the slug /forums and add in that page what you want (a bbPress shortcode or just text). The creation of this page will prevent the standard forum index page to come up. Of course using any ‘members’ plugin, you could then e.g. make sure only admins could access.
Pascal.
Hi, Pascal –
Thanks for your help!
I’m using Genesis with the Divine Theme child theme by Restored 316 Designs.
The plugin is definitely conflicting with the theme. I’ve used bbpress on another website with a different Genesis child theme, but haven’t had this problem.
I don’t want to switch themes. I’m totally willing to play around with the CSS to try to make this work. Can you help me locate the area of the theme that I need to edit to make the forum page layout correctly?
Thanks, again.
Brandi
Thanks for your reply, Pascal.
In that case, that plugin is probably not going to help us anyway. So never mind the shortcode error.
Our problem is still with the bbPress activity stream, we are hoping to limit its contents to only should be visible to members of a particular group. We are using MemberMouse and the bbPress MemberMouse extension to limit users access to only the forums they are taking a class for, but they are seeing activity from other forums in the feed.
Also, we would like to limit access to this default bbPress page to be private for admins only, if at all possible: http://www.themysticdreamacademy.com/forums/
Hope someone can help us with one or both of these issues.
Thanks,
Rory
If I was to try this I would jump into the database directly to have a closer look, but thats me, and I’m pretty confident I know what I’m doing here 😉
Presuming your taking backups so your data is safe and you have tested restoring from backup.
I’ve never actually tried this but what happens if you de-activate bbPress on the single site and then network activate it?
@dots I’d suggest setting up a test site to test your imports before importing into your live site to iron out any issues you come across. The best process is to “reset” bbPress which will remove/delete all your bbPress data, you can then start the import with a fresh/clean slate for bbPress.
I cannot guarantee that it will work perfectly importing everything though I really hope it does, as I stated in my previous reply there hasn’t been much testing with Xenforo so any feedback would be great to hear, any issues and I’ll try to implement those fixes.
Unless people test the importers and give us feedback I cannot improve them 🙂
@netweb
Hi Stephen,
Thanks for the updates. I have updated my BBPress to bbPress 2.6-alpha.
Now, I have again started the import using BBPress tools and now my script is importing the data again, But it will taking the duplicate data from the Xenforo. I hope this version can import all my Xenforo data to BBPress. But still I have more questions about the import.
1) In my Xenforo having total 62,65,110 replies and tool has imported only 66,100 records only. so bbPress 2.6-alpha version are able to import all pending 61,99,010 data from the Xenforo?
2) Could you please share your thoughts for how to remove duplication data? Is there any good solutions? For duplicate data reports/ screenshot We will come back after my client permission.
Hi,
The error you are referring to is BuddyPress (bp_) and not bbPress (bbp_), so you might have a try on their forum…
Pascal.
Hi bbpress team !!
I am createing forum but i am click preview button this is not working !!
and I Click also Save Draft button but link is removing ! Please what is the issue !!
http://narenderui.com/photos/wp-admin/post-new.php?post_type=forum
This one pascal.. 🙂
Plugin