-
r-a-y posted on the forum topic I dont know how to install in the group Installing BuddyPress: 13 years, 8 months ago
Not really! Codex page doesn’t say install WordPress 😉
-
r-a-y posted on the forum topic I dont know how to install in the group Installing BuddyPress: 13 years, 8 months ago
Hi, BuddyPress depends on WordPress. Have you installed WordPress on your hosting account? If not, I would kindly say this is a WordPress issue. Try reading this article to install WordPress: https://codex.wordpress.org/Installing_WordPress If that article is greek to you, Hostgator should have some form of customer support; it should be quite easy…[Read more]
-
r-a-y posted on the forum topic Can We Install 2 buddypress On Different Domains in the group Installing BuddyPress: 13 years, 8 months ago
Yes, you can install multiple WPs on a single database.
You just need to install each version of WordPress with a different DB prefix:
https://codex.wordpress.org/Installing_Multiple_Blogs -
r-a-y posted on the forum topic Login/logout from admin bar does not work in the group Creating & Extending: 13 years, 8 months ago
This is scheduled to be fixed in BP 1.3.
In the meantime, open up /buddypress/bp-core/bp-core-adminbar.php and apply the code change listed on the following page as a temporary workaround:
https://trac.buddypress.org/ticket/3052 -
r-a-y posted on the forum topic Allow admin to edit users profiles in the group How-To and Troubleshooting: 13 years, 8 months ago
Super admins can edit any member profile by default. When logged in as the super admin, check out the BuddyBar at the top of the site, there should be an “Admin Options” menu when you’re on a member’s page. Hover over this menu, next click on “Edit username’s profile” to edit the full profile of […]
-
r-a-y posted on the forum topic Problem with activating BuddyPress within wordpress 3.1 in the group Installing BuddyPress: 13 years, 8 months ago
bhain3s – Your error sounds like BuddyPress was partially uploaded and activated. If possible, try a manual upload to your /wp-content/plugins/ directory and reactivate BP:
-
r-a-y posted on the forum topic Auto Join all sites? in the group How-To and Troubleshooting: 13 years, 8 months ago
There’s this plugin:
https://wordpress.org/extend/plugins/wpmu-default-user-role/Probably needs updating for WP 3.1 though.
-
r-a-y posted on the forum topic Where’s the markup for bp_activity_comments()? in the group How-To and Troubleshooting: 13 years, 8 months ago
You can also override the activity comments with filters as well, though you’d need to duplicate a bunch of functions to do this.
-
r-a-y posted on the forum topic Can I make the member update excerpts longer? in the group How-To and Troubleshooting: 13 years, 8 months ago
If you’re familiar with WordPress filters, there’s a filter you can hook into to override the member excerpt – “bp_get_member_latest_update” (located in /plugins/buddypress/bp-core/bp-core-templatetags.php).
If you’re new to WordPress plugin development, check out this codex article:
https://codex.wordpress.org/Plugin_API#Filters -
r-a-y posted on the forum topic Updating 1.2.8 and Template Pack in the group How-To and Troubleshooting: 13 years, 8 months ago
It’s not that straightforward because you’ll miss all the AJAX functionality from the bp-default theme; BP Template Pack just needs some lovin’. If you can’t wait for BP Template Pack, you could copy some of bp-default’s functions.php over to achieve the same thing. I’m also working on a plugin similar to BPTP, but I’m not […]
-
r-a-y posted on the forum topic Members List Not Fully Showing. Only Showing Members From WP FB Auto Connect Plugin. in the group How-To and Troubleshooting: 13 years, 8 months ago
-
r-a-y posted on the forum topic ETA on Buddypress 1.3 – when will it be released? in the group Creating & Extending: 13 years, 8 months ago
These are the remaining tickets on BP 1.3:
http://is.gd/cUn3vMy guestimate is another month and a bit. Don’t quote me on that though! (obviously I was wrong 8 months ago!) 🙂
-
r-a-y posted a new activity comment 13 years, 8 months ago
Second that request.
-
r-a-y posted on the forum topic Need help on registration in the group How-To and Troubleshooting: 13 years, 8 months ago
Not sure, but I believe this has something to do with Multisite.
I don’t believe you can use “wp-login.php?action=register” in Multisite, only “wp-signup.php”.
You might want to create your own signup page. Read the “Worth Mentioning” section here:
http://www.wptavern.com/what-to-do-or-consider-after-you-enable-multisite-in-wordpress#comments…[Read more] -
r-a-y posted on the forum topic Need help on registration in the group How-To and Troubleshooting: 13 years, 8 months ago
In your secondary blog theme’s functions.php, try adding this:
remove_action( 'wp', 'bp_core_wpsignup_redirect' );
-
r-a-y posted on the forum topic Feedwordpress creating member profiles in the group How-To and Troubleshooting: 13 years, 8 months ago
It’s been awhile since I’ve tried out FeedWordPress, but I believe there’s a setting for you to map blog posts to already-created users. You should try that setting out.
I wouldn’t use the “create new users” options in FWP, since any WP user will have a profile in BuddyPress.
-
r-a-y posted on the forum topic [FIX ?]can’t upload avatar with uppercase extension in the group How-To and Troubleshooting: 13 years, 8 months ago
Thanks for trying out BuddyPress.
This bug was recently reported here:
https://trac.buddypress.org/ticket/3087 -
r-a-y posted on the forum topic Need help on registration in the group How-To and Troubleshooting: 13 years, 8 months ago
If your other blog’s theme has its own registration templates, you could try:
myblog.example.com/registerBy “own registration templates”, I mean you’d have to copy /plugins/buddypress/bp-themes/registration/ to your current blog theme’s folder.
-
r-a-y posted on the forum topic Searching your mailbox? in the group How-To and Troubleshooting: 13 years, 8 months ago
There’s currently no “search_terms” parameter to use in a private message loop:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-private-messages-loop-bp_has_message_threads/Sounds like a good enhancement. Can you post it on Trac?
https://trac.buddypress.org/newticket—
In the meantime, you’d have to write a custom…[Read more]
-
r-a-y posted on the forum topic Accounts with "blocked" or "inactive" roles are still able to be accessed? in the group How-To and Troubleshooting: 13 years, 8 months ago
“blocked” and “inactive” roles appear to come from bbPress as this is not native to WordPress. My suggestion would be to *not* use these roles at all for the moment. If you’re using multisite, just use WordPress’ native Network Admin user administration panel and set users as spammers: https://codex.wordpress.org/Network_Admin_Users_Screen Do not…[Read more]
- Load More
@r-a-y
Active 4 months, 4 weeks ago