Extension talk:BuddyPressActivity

From mediawiki.org

there is no such table as wp_bp_activity_stream, only wp_bp_activity and wp_bp_activity_meta.



Added new insert query according to new buddypress tabless. Its working on my system.

mysql_query( "INSERT INTO `wp_bp_activity` (`user_id`,`content`, `date_recorded`, `component`, `action`, `primary_link`, `secondary_item_id`,`item_id`) VALUES ( '$user_id', '$contentdesc', FROM_UNIXTIME('$time2'), 'blogs', 'new_blog_post', '$articleURL', '0','46')") or die(mysql_error()); // insert into buddypress activity feeds

Access denied[edit]

Access denied for user 'dbuser000xyz'@'%' to database '000abc'

Where can i change the db-User because the user has no access to the WP-db ???