OK, I’ve done the integration, and I think thats all working fine. The problem is that it seems to run off the WP user table, rather than the BBPress one which has all my members in?
I’ve tried to find a solution but everything seems to be about moving stuff the other way?
So how do I import my users from BBPress into WordPress? If that is actually what I need to do.
Thanks.
I really like your theme, any estimate on when we can try it out?
Hi gerikg
The integration is working already without errors. I just gave up and copied back the backup and suddenly it showed perfect. I do not have an explanation for that, but it works.
Now I am into the details.
— the login/register function did not show, so I took it out of the header and put it on the content and it works. I have still to give a better format that does not get over the content.
— I want to add a Grey background over every second post. No idea how to do it. Any idea?
— I have probably to redo the integration since when I log in WP it log me out in BBpress and viceversa.
— I have to refine some details still (font colors, etc)
The sites are:
WP: http://www.severus.es
BBPress: http://www.severus.es/foro
I won´t add the forums links in the menu until it is 100% integrated.
Thanks a lot for the explanations here.
Trunk right now is a little bit unstable. There were a couple of search related bugs that were not fixed properly.
You can test it, but not in a production environment, please.
You will probably need to grow a third to get that information.
I downloaded trunk, anything I should know? other than I need to change my bb-config.php file not to have a closing thing…
I think the leader is Matt. I haven’t heard otherwise and he’s the one who suggested we should release 1.1 rather than 1.0.3.
My money is the next release being called 1.1.
I’ve a slightly better/different question:
Who’s leading this project and thus making the decision on when 1.0.3 is?
and any chance that (mythical??) person could answer:
Can we decide if we’re working on bbpress 1.0.3 or bbpress 1.1?
Because Matt always reffered to 1.1, and infact 1.0.3 only started being used to describe about the time that Matt left.
Infact, it appears some developers are talking about 1.1-alpha, and yet in trac we’re dealing with 2 different streams (1.0.3 and 1.1) :S
Oh how I’d give my right testical for a Project Manager or some actual communication
I think the next release is going to be 1.1 instead of 1.0.3. And there will probably not be any more releases in the 0.9 branch (although there were one or two fixes after 0.9.0.3).
Not sure when 1.1 will be released. Maybe after all the 1.1 tickets are cleared up:
https://trac.bbpress.org/query?status=assigned&status=new&status=reopened&group=status&milestone=1.1
The reason for 1.1 instead of 1.0.3 is the addition of two new features:
login-less posting
subscribe to topic
in addition to the bug fixes.
https://bbpress.org/forums/profile/1BadApple/edit
Just by going to their profile you can click on EDIT PROFILE and at the bottom there is a place to change your password.
I’m afraid thats not got anything to do with bbPress so there’s not a lot we can do to help. Given that the code is output, its probably jsut a styling issue, which really is something you can find out at any of the CSS websites on the interweb.
Additioanlly, you have paid for theme, so you should probably ask there instead of here, given that your bbPress works 
Oh go on then, because I’m being nice…
Right, if you open up the source of your webpage in a browser, you’ll see some hardcoded (awful idea) CSS into your WordPress page (line 70).
Just copy that into your bbPress forums, and it too will look the same:
And really bro, if you pay for a theme and then it doesn’t look like the way you want it, go ask at the forum of where you bought the theme
WE’re the folks giving up our time for free!!
That will clear the look of it but because of this issue you might want to check if it’s still works.
in BaseStationForum/style.css
add the following.
.mc_error_msg {
color:red;
}
.mc_success_msg {
color:green;
}
.mc_merge_var {
margin:0;
padding:0;
}
#mc_signup_form {
padding:5px;
width:99%;
}
.mc_custom_border_hdr {
}
#mc_signup_form {
float:left;
padding-top:0.5em;
}
#mc_signup_form .mc_var_label, #mc_signup_form .mc_input {
clear:both;
float:left;
margin-left:0.5em;
margin-top:0.1em;
}
#mc_signup_form legend {
margin:0;
padding:0.5em;
}
#mc-indicates-required {
clear:both;
float:left;
}
#mc_display_rewards {
clear:both;
}
#mc_interests_header {
clear:both;
font-weight:bold;
margin-left:0.5em;
padding-top:0.2em;
}
div.mc_interest {
clear:both;
margin-left:0.5em;
}
input.mc_interest {
clear:left;
float:left;
margin-left:0.5em;
margin-top:0.2em;
}
label.mc_interest_label {
clear:right;
float:left;
margin-left:0.3em;
margin-top:0.2em;
}
.mc_signup_submit {
clear:both;
padding:0.2em;
text-align:center;
width:100%;
}
@chrishajer thank you!
sooo “When bbpress 1.0.3?”
Go to that website fill out the Get involved form, http://bbxf.org/get-involved/ and see if you get a response.
This topic is resolved, I used Forum Last Poster plugin by _ck_ (https://bbpress.org/plugins/topic/forum-last-poster/)
For last topic with link I used
<a href="<?php forum_last_post_link();?>"><?php topic_title(); ?></a>
Why can I paste code anymore?
Nope.
General rule of thumb: If a post is more than 1 year old on this website, ignore it
So what’s the status of this ? The site is… pretty empty, and the google code project hasn’t been touched since august …2008. Is there still any interest ?
I have placed the following line at the end of the bb-config.php file in my bbPress root folder:
require_once(dirname(__FILE__) . ‘/../../wp-load.php’);
I think that the path must be correct because the header and footer load correctly. I’ve replaced the contents of my bbPress header.php file in my modified theme so that it just calls the WordPress function ‘get_header()’, and then WordPress seems to take care of the rest.
If this is a really stupid way of me calling my header and footer, I guess I could just remove the reference to wp-load.php and try to set up my header differently in bbPress. I thought this way would be more efficient though!
OK yes, it’s something to do with that.
If I take out the deep integration line from my bb-config.php, switch back to Kakumei because my theme is now broken, the registration problem goes away.
Have I misunderstood how calling wp-load.php affects bbPress? I just wanted to be able to call my header and footer in from my WordPress template. I’m thinking maybe wp-load.php is loading a function that conflicts with bbPress’s registration functions maybe?
Thanks for you help, by the way!
It’s definitely doing it in both of the Kakumei themes, with Askimet (and everything else disabled). It was letting me register account previously, so it must be after I started making modifications.
I’m currently pulling in the header and footer from my WordPress theme using ‘deep integration’ (which I don’t really understand if I’m honest), but I haven’t integrated my bbPress with WordPress so the users are shared or anything like that.
To do that, I did add ‘require_once(dirname(__FILE__) . ‘/../../wp-load.php’);’ at the end of my bb-config.php file. Could that be causing a conflict of some kind? I think that’s the only core file I touched.
I realise that this is starting to sound like I’ve broken it at some point along the line
I’m not sure.
There is a file called error_log in my site root folder, and one in my bbPress folder. They each contain some PHP error messages, but none of them are dated for today, they are all from a couple of weeks ago.
I can’t find any other files called error_log in the site.
Marius- you have a long record of being abusive and less than cooperative here when looking for advice. I would like you to treat the volunteers here with respect and refrain from this type of commentary. If you’re unable to treat others here with respect I will ensure that your requests for help here go unanswered.
zaerl’s first suggestion was good to get all the email addresses from your bbPress installation. How you email them all is up to you and not part of the focus of this forum “Fixing it when it’s broke.”
Any comments, please feel free to email me at chrishajer AT gmail [dot] com
Can anyone help me with this?
I’ve been setting up my own template for my installation of bbPress (modifying a copy of Kakumei), and at some point along the way the function to register as a new user has broken. Now when you fill in the registration form and click submit, you just get a blank page. No details arrive via email, but the user does appear as registered in the back end of bbPress. I can’t work out where the error is occurring!
I’ve tried switching back to the default theme: no effect.
My only active plug in is Askimet. I tried disabling that: no effect.
I don’t think I edited any of the core files (I’ve just been working in my own template folder), so I’ve run out of ideas!
Can anyone give me any other areas I should investigate?
Thanks!