Search Results for 'buddypress'
-
Search Results
-
Topic: BP Plugin Themes Help
Okay I’d like to modify my BuddyPress Plugins such as Gifts, Albums+, CubePoints, Achievements, etc. So that they are integrated into my theme. I already integrated every other page of BuddyPress, I just don’t know if it’s the same setup for the plugins.
What files needed to be edited? And where would they need to be edited inside each file?
The issue was a memory issue setting in .htaccess on my server since I do not have access to php.ini
Found answer here, so thanks to all who offered their expertise!!
— Jim
ORIGINAL POST
Hi all,
Installed WP 3.1 – works fine
Installed BP 1.2.8 – I see it, ready to activate it
–> Activate [CLICK] – nothing… blank screenI looked in my log and it appears that some tables are not there.
I look at my database and sure enough, the only tables are the wp_ tables after installing WP
Soon as I delete the buddypress directory from my server, everything comes back to normal.QUESTION: When in the installation process (or activation process) do the wp_bp_* tables get created?
My specific log errors are listed below;
[25-Mar-2011 04:24:39] WordPress database error Table ‘370118_HSPOT_wp_2011.wp_bp_xprofile_data’ doesn’t exist for query SELECT value FROM wp_bp_xprofile_data WHERE field_id = 1 AND user_id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_get_field_data, BP_XProfile_ProfileData->get_value_byid
[25-Mar-2011 04:24:39] WordPress database error Table ‘370118_HSPOT_wp_2011.wp_bp_xprofile_fields’ doesn’t exist for query SELECT * FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_Field->bp_xprofile_field, BP_XProfile_Field->populate
[25-Mar-2011 04:24:39] WordPress database error Table ‘370118_HSPOT_wp_2011.wp_bp_xprofile_fields’ doesn’t exist for query SELECT id FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_globals, do_action, call_user_func_array, bp_core_setup_globals, bp_core_get_user_displayname, xprofile_set_field_data, BP_XProfile_ProfileData->save, BP_XProfile_ProfileData->is_valid_field
[25-Mar-2011 04:24:39] WordPress database error Table ‘370118_HSPOT_wp_2011.wp_bp_groups_members’ doesn’t exist for query SELECT COUNT(DISTINCT m.group_id) FROM wp_bp_groups_members m, wp_bp_groups g WHERE m.group_id = g.id AND m.user_id = 1 AND m.is_confirmed = 1 AND m.is_banned = 0 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, groups_setup_nav, groups_total_groups_for_user, BP_Groups_Member->total_group_count
[25-Mar-2011 04:24:39] WordPress database error Table ‘370118_HSPOT_wp_2011.wp_bp_messages_recipients’ doesn’t exist for query SELECT unread_count FROM wp_bp_messages_recipients WHERE user_id = 1 AND is_deleted = 0 AND sender_only = 0 made by require_once, require_once, require_once, require_once, do_action, call_user_func_array, bp_loaded, do_action, call_user_func_array, bp_setup_nav, do_action, call_user_func_array, messages_setup_nav, messages_get_unread_count, BP_Messages_Thread->get_inbox_countThanks to any and all that can guide me along to getting these tables created/working.
— Jim
Hi! After the last BuddyPress update, users at my site, including me, have trouble changing the avatar. Once a pic is uploaded, there is no way to get the pic cropped at the right position, It is not possible to drag the selection towards the required area. Also there is an issue with the .JPG and .jpg images. The plugin is not accepting .JPG files.
Hey, this is bad.
I’m getting `Fatal error: Call to undefined function bp_is_active() in /home/[path to]/functions.php on line 735` when trying to update BP. Removing the offending call just pops up errors throughout functions.php that worked fine before.
I think it’s connected to this trac ticket but I’m not sure how to fix things, as I can’t even get into the back end now without the error message.
Please help — this is on a live site, and kind of time-critical. It worked on my localhost, so I was relatively confident it would work live. It didn’t. ;-(
I have WordPress installed in http://example.com/wordpress/ but I changed my settings so that WordPress Site Address was set to http://example.com/. My WordPress home URL and all my pages/posts/categories/tags are loaded off the root directory (http://example.com/) so that the /wordpress/ directory is never visible in the URLs.
But when I installed BuddyPress and activated the BuddyPress Default 1.2.7 WordPress theme, I noticed that all the URLs in the nav bar (Activity, Members, Groups, etc.) all use the http://example.com/wordpress/ URL.
The problem is that the theme uses the site_url() function instead of the home_url() function which, unless I’m missing something, is what it should be using to be consistant with the WordPress settings.
To fix the problem, I simply edited the header.php file for the BuddyPress Default 1.2.7 WordPress theme and replaced any occurrences of site_url() with home_url().

