I have 2.8.1 wpMU install along with buddypress and bbpress
I have managed to intergrate everything but one thing i am struggling to find answers on is this.
Obviously with an MU install there are lots of different blogs, is there a way to have a link back to the blog they came from? Or alternatively a drop down menu listing all the various blogs so they can click to return to the blog they choose?
Thanks in Advance.
@johnhiler – You are right. New dashboard looks awesome. Thanks.
0.9 is still available here: https://bbpress.org/dl-archive/bbpress-0.9.0.5.zip
There is an unfortunate problem where it’s not listed for easy access like on wp.org
I have just installed bbPress on my server, but the only version that was available for download is the new version, which seems to have minimal plug-ins and virtually no templates to enhance it. Where can I find templates that will work with this version? I’ve attempted to install templates I’ve downloaded from some sites but these templates don’t work and I really want a forum with more versatility….
thanks,
Sophie
First try switching your theme to the alternate and back again.
If that does nothing, temporarily deactivate any plugin you may be using and see if that does it.
Oh wait, you’ve been hacking at your theme.
<div id="discussions" align="left">
There’s no way that’s the default, you must have edited that.
Replace the theme files from the original.
So far it only looks like you edited front-page.php
, so try replacing it with this in bb-templates/kakumei
http://svn.automattic.com/bbpress/trunk/bb-templates/kakumei/front-page.php
Iran uses Farsi/Persian so I bet the person who made this forum might be able to help them in their native language:
http://forum.wp-persian.com/
They used to be active around here too… trying to find the username…
ah it was mazdakam http://mazdakam.com/
This language file causes RSS for forums not to work. And also translations for month, days, years, seconds etc.. doesn’t seem to be translated at all. :f
Running bbPress 1.01.
http://www.callofduty.se/forum/
Translations for branches 0.9 and 1.0 updated! Available in the SVN repository:
http://svn.automattic.com/bbpress-i18n/bg_BG/branches/0.9/
http://svn.automattic.com/bbpress-i18n/bg_BG/branches/1.0/
Ами, радвайте
Преоводите са вече в официалното хранилище. За версия 1.0 е 98% завършен, но непреведените неща се виждат само при инсталиране на bbPress.
Ще гледам да го поддържам занапред
Editing the .mo file directly is possible but hardly recommended. I’ll make sure to change “sullat” to “tappat” my next update of the files though.
The ä
things are called HTML character entities. I use them to make sure the correct characters will show up regardless of character encoding difficulties. However, not all (but most) e-mail clients parse this HTML, so they may show up in their &-form. Have you experienced this?
Akismet looks at a number of factors – ranging from email addresses to IPs and the texts of posts.
_ck_ also suggested not trying to test Akismet with spammy comments:
I don’t recommend trying to purposely cause spam to test it because akismet might flag you globally as a spammer and you’ll end up being bozo’ed across multiple forums/blogs.
https://bbpress.org/forums/topic/what-do-your-posters-see-when-their-posts-as-flagged-by-akismet#post-31467
I’ve marked a few posts as spam on my forum, and noticed that every subsequent comment by that user got flagged by Akismet. Your mileage may vary… but you’re welcome to take your chances.
Hello with all the inconvenience and noise width Adabe service
Portal BBpress
My name Sajjad Aghaee student in Informatics
Am. Beings that I am proud Iranian.
From long ago with your Association Management System
Met use and am very happy and satisfied. All projects in the Open
Iran welcomed by a very good face. Including the project can be referred WordPress
That Iran was known as the most popular system.
Willingness to open a harsh slave database
I am from Iran for BBPress. I opened with
Commissioning of this base to develop this system in need for. And I
Say that within a few months I system to rank the best management system 1 to 3
Society in Iran would become.
Summary that I can
BBPress not in place yet and need more support than
Is.
If you wish to setup a database to support
BBPress for Iran to have contact with me.
aghaee.sajjad @ gmail.com
(BBPress the best and strongest
Portal Management Association in the world)
Thanks Sajjad
من به ایرانی بودنم افتخار می کنم. با تشکر سجاد آقائی
http://www.eyran.net
So… I’m thinking the secret lies somewhere here:
bb-includes/functions.bb-users.php Lines 171+:
if ( count( $wordpress_roles_new ) ) {
bb_update_usermeta( $user, $wordpress_table_prefix . 'capabilities', $wordpress_roles_new );
bb_update_usermeta( $user, $wordpress_table_prefix . 'user_level', max( $wordpress_userlevels_new ) );
Can I just change the 3rd argument to keep it null?
Of course, there is also the next few lines dealing with: function bb_apply_wp_role_map_to_orphans()
In short — how can I prevent bbpress from messing with my WPMU settings ever!? And I mean – never ever! If I want to change the MU settings, I’ll do it in MU.
Bad bbpress! No! Bad program. Go to your room. 
Even when a new user registers in BBpress – let em be orphaned in MU… whats the harm?
(Stop… think… how will the affect cookies… if a user goes to MU, and there is no setting for them, but they have a shared cookie saying they are logged in, MU will FREAK OUT!… So, something needs to change on MU’s end to say: if this happens, (cookie says logged in, but no role for you!) no biggie, stay cool, just pretend the user is not logged in…. Oooooh…. am I on to something?)
I find the AUTH_SALT etc. in my wp-config.php file. But I still can’t share the cookies after I have done all stuff.
Here is my bbPress admin image:
http://www.waterlin.org/tmp/bbPress_Cookies_integration.png
I notice that there is on sentence in bbPress document:
https://bbpress.org/documentation/integration-with-wordpress/
Here is the sentence:
This feature requires your WordPress and bbPress installations to exist in the same domain name, or at least in sub-domains of the same domain name.
I install WPMU into the root of my virtual host; then I install bbPress into the path /forum/
I don’t know if bbPress will work when it is in the sub-folder of WPMU?
What versions of bbPress and WordPress MU are you using?
More information:
Actually, all a user has to do is log in to bbpress, and it changes their role at WPMU from “–no role for this blog–” to “subscriber.”
Grr.
@lifestrikes – Is it possible that your browser is caching the old admin CSS?
Sorry that was due to some other problem. Now it works without any problem. So the key is to change the URL in the general options and physically relocating the files. Thanks
Modify the theme files: header.php and footer.php — I think the logo is actually called in the CSS (style.css)
I installed 1.0.1. Forum works as usual, but admin CSS is not working.
DO I have to do any additional changes to files to get CSS fixed?
Hi – there are several threads relating to this. Short answer:
The multiple keys are used in both — notably in bb-config.php:
define( ‘BB_AUTH_KEY’, ‘xxxxxxxxxxxxxxxxxx’ );
define( ‘BB_SECURE_AUTH_KEY’, ‘xxxxxxxxxxxxxxx’ );
define( ‘BB_LOGGED_IN_KEY’xxxxxxxxxxxxxxxxxxx’);
Should match the similar keys (of the five or so) listed in your wp-config.php file.
https://bbpress.org/forums/topic/login-in-problems-with-wordpressbbpress
https://bbpress.org/forums/topic/basic-integration-screencast/page/3
So, this seems to be a bbpress action (but I’ll also try at wpmu):
I’ve integrated the user db and cookies only. Works pretty good.
HOWEVER – every time someone posts in bbpress, their user role on my WPMU site changes. I currently have all users set to “–no role for this blog–” for the main (#1) blog on MU. When someone posts in bbpress, that role gets changed to “subscriber” or “contributor” or anything else, almost at random.
Can someone at least direct me to where in the bbpress files this call to the database is happening, and maybe I can work on fixing this myself?
Actually, I am not sure if it doesn’t work and come to this forum to confirm. What I did though, I have a spam post sample that Akismet can catch with Simplemachine forum. So, I post the exact same post on bbpress to test.