-
Boone Gorges replied to the forum topic Some Activity features not working with BP1.5 in the group How-To and Troubleshooting 13 years, 2 months ago
Put the following lines into your theme’s functions.php file:
if ( !function_exists( 'is_site_admin' ) ) :
function is_site_admin() {
return is_super_admin();
}
endif; -
Boone Gorges replied to the forum topic I just made a fresh install of wordpress and buddypress1.5 and have "add a reply" on sample page as in the group How-To and Troubleshooting 13 years, 2 months ago
Glad to hear it 🙂
-
Boone Gorges replied to the forum topic BP 1.5 & bbpress 2 (site wide) slugs in the group How-To and Troubleshooting 13 years, 2 months ago
@darrenmooney
Its unfortunate that BuddyPress was set up this way
I agree. We’re working toward a solution that will allow for both sitewide forums and group-specific forums. This solution has been delayed […]
-
Boone Gorges replied to the forum topic bp_core_new_nav_item 's screen_function is not working properly in the group How-To and Troubleshooting 13 years, 2 months ago
The problem with this code is that it hooks to ‘wp’ instead of ‘bp_setup_nav’. Use
add_action( 'bp_setup_nav', 'CubePoints_List_Menu' );
-
Boone Gorges replied to the forum topic I just made a fresh install of wordpress and buddypress1.5 and have "add a reply" on sample page as in the group How-To and Troubleshooting 13 years, 2 months ago
No need to bump more than once a day. We are all volunteers!
– Dashboard Pages the name of the post you want to edit.
– Find and click the “Screen Options” button. Make sure the “Discussion” box is […] -
Boone Gorges replied to the forum topic Needed BUDDYPRESS 1.3 zip file. URGENT in the group Requests & Feedback 13 years, 2 months ago
There was no BuddyPress 1.3. See https://buddypress.org/2011/07/buddypress-1-5-beta-1/
You can download earlier versions of BuddyPress at https://wordpress.org/extend/plugins/buddypress/download/
-
Boone Gorges replied to the forum topic 1.5 Child Theme Not Working in the group How-To and Troubleshooting 13 years, 2 months ago
You’ll have to provide more details. Child themes work in all my tests, and in all the tests that have been run by those participating in development on Trac.
For instance, this minimal child theme works as […]
-
Boone Gorges replied to the forum topic Upgrading Buddypress – Wizard Problem in the group Installing BuddyPress 13 years, 2 months ago
Why do you have BP_ENABLE_MULTIBLOG enabled? Do you really need it? (You only need it if you are going to be using a BP theme, with groups, members, etc, on more than one blog on the network.) If you comment that […]
-
Boone Gorges replied to the forum topic Upgrading Buddypress – Wizard Problem in the group Installing BuddyPress 13 years, 2 months ago
Is there anything special about your setup? Did your WP installation used to be WPMU? Do you have the following in any of your config files:
define( 'BP_ENABLE_MULTIBLOG', true );
? -
Boone Gorges replied to the forum topic Problem (?) with 1.5 logging in and admin bar in the group How-To and Troubleshooting 13 years, 2 months ago
The first item by design. It prevents users from being unwittingly redirected to wp-admin.
To get the WP Admin Bar, put the following in your wp-config.php file:
define( 'BP_USE_WP_ADMIN_BAR', true );
-
Boone Gorges replied to the topic Problem (?) with 1.5 logging in and admin bar in the forum How-to & Troubleshooting 13 years, 2 months ago
The first item by design. It prevents users from being unwittingly redirected to wp-admin.
To get the WP Admin Bar, put the following in your wp-config.php file:
define( 'BP_USE_WP_ADMIN_BAR', true );
-
Boone Gorges replied to the forum topic defining custom slugs not working – bp 1.5 in the group How-To and Troubleshooting 13 years, 2 months ago
The top-level slug is now changed by changing the URL of your Groups page. Dashboard > Pages.
-
Boone Gorges replied to the forum topic I just made a fresh install of wordpress and buddypress1.5 and have "add a reply" on sample page as in the group How-To and Troubleshooting 13 years, 2 months ago
Maybe @echoman means that comments are enabled on his pages? Not sure why this would differ between BP 1.2.10 and BP 1.5.
-
Boone Gorges replied to the forum topic Error 500 after upgrading BuddyPress in the group Installing BuddyPress 13 years, 2 months ago
Have you gone through the BP upgrade wizard? There should be a “BuddyPress has been updated…” message on your Dashboard or your Network Admin panel.
-
Boone Gorges replied to the forum topic After upgrade to BP 1.5 and BP template pack 1.2 – cannot access wp-admin in the group How-To and Troubleshooting 13 years, 2 months ago
Try renaming the folder wp-content/plugins/bp-template-pack to something like
bp-template-pack-backup
. Then try again. That’ll give you a sense of whether the problem is being caused by the template pack. If […] -
Boone Gorges replied to the forum topic [BP 1.5] Avatar upload/ crop issues in the group How-To and Troubleshooting 13 years, 2 months ago
Whoop!
-
Boone Gorges replied to the forum topic [BP 1.5] Avatar upload/ crop issues in the group How-To and Troubleshooting 13 years, 2 months ago
Sounds like it’s probably a plugin conflict, especially if it’s been happening since before BP 1.5. What are the other plugins? Have you tried looking at a Firebug console during this process to see if you get […]
-
Boone Gorges replied to the forum topic [BP 1.5] Avatar upload/ crop issues in the group How-To and Troubleshooting 13 years, 2 months ago
good call, @qrahaman – what browser are you using @bigbadboy?
-
Boone Gorges replied to the forum topic [BP 1.5] Avatar upload/ crop issues in the group How-To and Troubleshooting 13 years, 2 months ago
Are you running any other plugins? Especially ones that would load javascript?
-
Boone Gorges replied to the forum topic BUG?!? (BP 1.5): the first profile field in the "base" does not update in the group How-To and Troubleshooting 13 years, 2 months ago
Do you have the Profiles component disabled, by chance?
- Load More
@boonebgorges
Active 1 year, 4 months ago