Published on June 13th, 2009 by amistad
Hi, i’m looking for a plugin, that can integrate comments on my wordpress width post in my bbpress. First what I need. When I add a new article ( post ) on my blog, I would like that plugin will automate create a topic on the same title on the bbpress forum. I seen something like that before, but I can’t find that …
It will be nice, if that plugin will also create post on that topic, if someone add a comment to the article on a wordpress blog, maybe it can work in other way too, when someone add post to topic on forum , a plugin will automatically add comment to blog.
Thanks for all help.
Published on June 12th, 2009 by
(I’ll shorten the domain name, etc., for readability)
I had a forum set up on a sub-domain http://abc.dom.com/bb-login.php which worked fine. The bbPress files were in my server space at public_html/ABC.
I wanted to change the sub-domain name, but not trash and re-upload the bbPress installation. So, I just changed the bbPress files folder to XYZ, and the sub-domain which points to it to http://xyz.dom.com. When I browse to that address, the log-in page shows, but when I log-in it jumps to http://abc.dom.com/bb-login.php, and just keeps doing the same on logging-in from there.
It’s obviously not having a problem finding the bbPress files via the new sub-domain name and content folder, but I can’t find out why it keeps trying for the old sub-domain name. There doesn’t seem to be a link to it in any obvious file. Stumped.
Published on June 12th, 2009 by Arturo
i’ve upgraded wp to 2.8 i’ve deleted the include_once( ‘/…/html/wp-blog-header.php’ );
and all is ok, but when i see the homepage i see a blank page, i’ve the theme with the wp function to call css etc… any idea to resolve this problem?
thanks for the help!
Published on June 12th, 2009 by Ohna
Hi all,
In “bbPress 9.0.5” I used a custom function to display author avatar outside the topic.php, I try the same function on bbPress 1.0 rc 2 and no longer works, can you help me?
Custom function:
function topic_author_avatar( $size = '50', $default = '', $post_id = 0 ) {
if ( ! bb_get_option('avatars_show') )
return false;
$author_id = get_topic_author();
if ( $link = get_user_link( $author_id ) ) {
echo '<a href="' . attribute_escape( $link ) . '">' . bb_get_avatar( $author_id, $size, $default ) . '</a>';
} else {
echo bb_get_avatar( $author_id, $size, $default );
}
}
Published on June 12th, 2009 by venividi
Having upgraded wordpress to v.2.8, I found intergration problem.
Log in bbpress, automatic log out from wordpress,
log in wordpress, automatic log out from bbpress.
my bbpress v. 0.9.0.5
What’s the cause of such a problem.
I’ll be greatly appreciated if any one solve the problem.
Thanks.
Published on June 12th, 2009 by
Hi,
I’m about to switch my old forum to a bbpress solution.
Was looking around DB schema and found that post were wrapped up in a <p> tag.
What’s the reason fon that?
Is it possible to disable this behaviour?
In that case, which part of the code is doing this?
Thanks for your help!
Cheers,
Florent
Published on June 12th, 2009 by Florian
I’m using bbPress RC2 integrated with WPMU 2.7.1 (cookie sharing & user table sharing). I recently updated from RC1 to RC2 and since then I sometimes (not always) get the following error message:
Fatal error: Call to undefined function: add_option() in /[full path to bbpress]/bb-includes/backpress/class.wp-http.php on line 655
As soon as I reload the page, the error vanishes. What might be the reason?
If it helps: I due have the slight suspicion that the error is more likely to appear when there hasn’t been an access to bbpress for some time. But it’s hard to tell…
Published on June 12th, 2009 by
Does anyone have links or documents on how I can convert WordPress’ Super Cache plugin for use with bbPress?
Or, has it already been done?
Published on June 12th, 2009 by niravdave
I have been looking for a way to convert this. Nothing i have seen so far which is promising.
I would like to convert my smf 2.0 to bbpress. Can some1 help me on this?
help appreciated.
cheers
dave
Published on June 12th, 2009 by massbase
is there an if structure to do little if’s around the site, for example im having trouble changing the header of my site, to display certain texts when they’re logged in and when they’re logged out.