-
Boone Gorges replied to the forum topic Group Blog creates subdomain for blog but doesn't link to template in the group BuddyPress Groupblog 13 years, 2 months ago
I think what you’re looking for is on Dashboard > Network Admin > BuddyPress > Groupblog Setup > Redirect. Change the first setting (“Redirect Enabled to:”) to “Home Page”
-
Boone Gorges replied to the forum topic 404 error page when trying to submit on the 'whats-new' form. in the group How-To and Troubleshooting 13 years, 2 months ago
OK, sure. You should be able to drop this in your theme’s functions.php.
`if ( !function_exists( ‘bp_dtheme_enqueue_scripts’ ) ) :
/**
* Enqueue theme javascript safely
*
* @see […] -
Boone Gorges replied to the forum topic Comment bouton in group activity page in the group Requests & Feedback 13 years, 2 months ago
On testbp.org, we have disabled activity comments on activity items corresponding to forum posts and blog posts. The reason is because we want to avoid confusion about the distinction between activity streams and […]
-
Boone Gorges replied to the forum topic 404 error page when trying to submit on the 'whats-new' form. in the group How-To and Troubleshooting 13 years, 2 months ago
I just left a comment telling you how to do it on your wordpress.org post 🙂
-
Boone Gorges replied to the forum topic bp_forum_permalink() is missing a '/' in the group How-To and Troubleshooting 13 years, 2 months ago
Sounds like it might be a bug. Could you open a ticket at http://trac.buddypress.org? Use the same credentials you use on this site.
-
Boone Gorges replied to the forum topic Widgets are not working BuddyPress 1.5 in the group How-To and Troubleshooting 13 years, 2 months ago
I see some widgets! Did you figure out the issue?
-
Boone Gorges replied to the forum topic Duplicate & Missing Pages on Upgraded Buddypress Installation in the group How-To and Troubleshooting 13 years, 2 months ago
But, the ‘activity/post’ page is still missing, so users can’t post status updates.
Does this mean that there is no page when you go to http;//example.com/activity? Have you activated the Activity component? […]
-
Boone Gorges replied to the forum topic Buddypress 1.5 on multisite in the group Installing BuddyPress 13 years, 2 months ago
@seluvega Make sure that you have activated a theme other than BuddyPress Default on the main site.
-
Boone Gorges started the forum topic Announcing BuddyPress support in CollabPress 1.2 in the group CollabPress 13 years, 2 months ago
CollabPress 1.2 features full integration with BuddyPress groups. It gives your group a nice way to create projects, assign tasks, and visualize it all on a nice calendar. Read more: […]
-
Boone Gorges replied to the forum topic Help wanted to get buddypress working with twenty11 theme in the group Installing BuddyPress 13 years, 2 months ago
It looks like you haven’t set up your permalinks correctly, or that there is a problem with your .htaccess.
Go to Dashboard Settings Permalinks. Make sure that you have chosen an option other than the first […]
-
Boone Gorges replied to the forum topic Buddypress 1.5 on multisite in the group Installing BuddyPress 13 years, 2 months ago
BuddyPress is a “network only” plugin. That means that you can only “network activate” it. But, the way BP works, you generally only show BP content on a single one of your blogs – we call that the “root […]
-
Boone Gorges replied to the forum topic Changing Groups URL Slug in the group How-To and Troubleshooting 13 years, 2 months ago
This is a good idea for a feature enhancement. I encourage you to open a ticket, requesting that these slugs be customizable. http://trac.buddypress.org
-
Boone Gorges replied to the forum topic after upgrading to 1.5 page not found error when you click a member's image to view their profile in the group How-To and Troubleshooting 13 years, 2 months ago
Have you gone through the BuddyPress setup wizard? When you go to Dashboard > BuddyPress > Pages, is there a page associated with Members?
-
Boone Gorges replied to the forum topic Previous version? in the group Installing BuddyPress 13 years, 2 months ago
You can download previous versions of BuddyPress from https://wordpress.org/extend/plugins/buddypress/download/
-
Boone Gorges replied to the forum topic buddypress 1.5 won't activate? in the group How-To and Troubleshooting 13 years, 2 months ago
Very strange. Can you check your file permissions, to make sure that the web server can read the contents of bp-core?
-
Boone Gorges replied to the forum topic buddypress 1.5 issues. in the group How-To and Troubleshooting 13 years, 2 months ago
Very strange. Is *any* of the javascript on your BP 1.5 installation working? Places to check: requesting friendships/group memberships from directories; replying to private messages; the “read more” link that […]
-
Boone Gorges replied to the forum topic global $bp->displayed_user not populated on users blogs in the group How-To and Troubleshooting 13 years, 2 months ago
I was pretty confused after your first post, because I knew that BP has never done this, but I see now in your second post that you were always doing it yourself with custom code 🙂
What are you trying to do […]
-
Boone Gorges replied to the forum topic buddypress 1.5 issues. in the group How-To and Troubleshooting 13 years, 2 months ago
It’s difficult to troubleshoot any issues without access to your site. Things to check:
– is global.js being loaded in your document’s head?
– when you open a javascript console (like in Firebug), do you get […] -
Boone Gorges replied to the forum topic buddypress 1.5 issues. in the group How-To and Troubleshooting 13 years, 2 months ago
It sounds like BuddyPress’s javascript is not loading properly in your browser. Do you have javascript enabled? Can you give more details on the browser you are using? Can you try with another browser or from […]
-
Boone Gorges replied to the topic Some Activity features not working with BP1.5 in the forum How-to & 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; - Load More
@boonebgorges
Active 1 year, 4 months ago