Forum Replies Created
-
Thx a lot!
@apeatling So, is an overview of BuddyPress’ current default database tables available somewhere? Can’t find it neither in the codex nor elsewhere?
About to delete my old wp_user_*_activity tables now, finally. Have other tables become outdated/ obsolete relics since initial BP releases?
Thx in advance!
I have to confirm exactly that issue with WP 3.5 Multi Site, BP 1.6.2, bbP 2.2.3.
Only group forums are affected, not sitewide forums.
Also, I don’t have the bbPress Settings -> Theme Packages options as shown in http://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/ ? So I’m using the BuddyPress Default theme.
Only advice I found so far: “Disable BuddyPress’s Forums component” - http://bbpress.org/forums/topic/version-2-2-fatal-error-creating-topic/ …
OK @blackphantom, some findings after some more hours of investigation:
- for MS installations under some circumstances mrsangeld’s workaround is required to get import functionality working
- we still have these import files left in server rootAnd another thing:
- from Facebook it imports _any entries from my wall. Meaning, not only items I posted on my own, but also items other people posting on my wall!?
Again, thank you for your efforts. Have relaxing days

Same here.
Btw a general import issue occurred under some circumstances with Multi Site installations, which was solved with a workaround by @mrsangeld here: http://buddypress.org/community/groups/buddystream/forum/topic/buddy-stream-not-importing/#post-83040
Thank you all for this great contribution!
Thank you so much, with the recommended changes it really works like charm!
Unfortunately I have to confirm that issue: BuddyStream doesn’t import anything, while everything should be connected properly. Outgoing posts to Facebook and Twitter work fine, but, for whatever reason, the cronjob totally fails. Same with a direct http://my.domain/wp-content/plugins/buddystream/import.php call: a 0 byte response is received, but BuddyStream doesn’t even count the cron run?
There’s a related thread btw: http://buddypress.org/community/groups/buddystream/forum/topic/buddystream-doesnt-import-from-facebook/
Thank you for your efforts.
BuddyStream: 1.0.3.1
BP: 1.2.6
WPMS: 3.0.3PHP Version: 5.2.14-0.dotdeb.0
cURL Information: libcurl/7.18.0 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.1
json version: 1.2.1Dear Peter, the issue with the missing oauth_token in the URI still occurs. What a pitty
I totally agree with foxly. As I pronounced in another thread -
http://buddypress.org/forums/topic/bp-12-bppicture-album-plugin#post-36038
I understand developers want/ need their infrastructure and efforts paid. But it’s also in opposition to the open source idea founded with BP. A “small” webmaster like me, caring exclusively for private websites not about earning any monetary benefits, has to think twice about if he can afford a “premium membership”. Furthermore, which provider should be chosen? buddydev.com? premium.wpmudev.org? etc.
You’re right, sorry for the mistake.
@gregfielding : BP Gallery doesn’t match with BP 1.2′s Default theme. See:
http://buddypress.org/forums/topic/bppicture-and-buddypress-12rc3-problem
http://buddypress.org/forums/topic/bp-12-bppicture-album-plugin
@Peter: unfortunately I have to confirm the authorizing issue – failure to add the key to the url, landing on the “woah there” page about the token already being used …!?
My environment: PHP 5.1.4-Debian-0.1~sarge1, CURL support enabled (libcurl/7.13.2 OpenSSL/0.9.7e zlib/1.2.2 libidn/0.5.13), WPMU 2.9.2, BP 1.2.2.1
… is there a way to do authorization manually? How should an uri with “authorize?oauth_token=” look like?
Hi andrewsa,
you have to give a valid $user_id at least. I’m using this in my blog’s sidebar, have a look at http://spaces.nordblog.net/mark/ in the upper right corner.
I defined in blog theme’s functions.php:
function bp_author_info( $title, $user_id){
// Fetch some ...
// Get author's data BuddyPress style:
$author = new BP_Core_User( $user_id);
// Make output ...
echo "<!-- Status Updates -->
<h2>{$title}</h2>
<ul><li>
<span class=\"alignleft\">
<a href=\"{$author->user_url}\" title=\"Profil von {$author->fullname}\">{$author->avatar_thumb}</a>
</span>\n";
bp_activity_latest_update( $user_id); // contains echo with View link
echo "<span style=\"display: block; clear: both;\"><!-- clear --></span>
</li></ul>\\n";
}… and inserted in sidebar.php:
if( function_exists( 'bp_author_info')){
bp_author_info( $title = "Mensch", $userid = 2 );
}(but where to download?)
francescolaffi, what a great plugin! Finally a worthy successor for bppicture-album – working with BP 1.2. Thank you for your efforts.
… where, in which directory are pics stored?
@Dave: in v1.1.8.1, without adding/moving the plugin-template.php to the default theme, I still get a
Fatal error: Call to undefined function bp_chat_plugin_template() …wp-contentpluginsbuddypress-ajax-chatbp-chat.php on line 262
!? Even with adding plugin-template.php this occurs. I can’t get this plugin to work
Thanks Dfa327… but where to download? The repository at wordpress.org doesn’t seem to be updated?
@jittopjose : SI CAPTCHA works like charm with BP. It protects my site from spam registrations/ comments since about a year.
I recommend the SI CAPTCHA Anti-Spam plugin: http://wordpress.org/extend/plugins/si-captcha-for-wordpress/
Don’t know how BP_REGISTER_SLUG behaves, but have you tried
bp_core_redirect( $bp->root_domain . '/register' );or
bp_core_redirect( get_bloginfo( 'siteurl') . '/register' );?
Cozzie,
bp_core_redirect( get_bloginfo('siteurl') . '/wp-login.php?redirect_to=' . urlencode( $bp->root_domain . $_SERVER['REQUEST_URI'] ));should work.
But, while testing this, I figured out that the redirect_to doesn’t result in any effect? Even if a valid rediret_to parameter is given, users are always forwarded to the frontpage!? What’s wrong with redirect_to?
Here’s a plugin to handle like Wildrot (and myself btw):
http://buddypress.org/forums/topic/plugin-force-login-for-member-pages
Keep us up to date please. I’m also looking for adaption of this plugin: http://buddypress.org/forums/topic/bp-12-bppicture-album-plugin
Fatal error: Call to undefined function bp_post_get_permalink() in [...]/wp-content/plugins/bp-include-non-member-comments/bp-include-non-member-comments.php on line 65
… is the Backwards compatibility plugin required at least?
[WPMU 2.9.1.1 & BP 1.2 RC3]
Thanks to Brajesh, this is solved here : http://buddypress.org/forums/topic/how-to-get-a-users-last-update