-
Collins Agbonghama replied to the topic Warning: Do Not Download BuddyPress (unless you like headaches) in the forum How-to & Troubleshooting 8 years, 6 months ago
We’ve used BuddyPress internally at my company and for client’s over the years and it has worked fine.
If you want a Good UI/UX, get a premium buddypress theme. Check the folk at BuddyBoss.
P.S Made WordPress Email Opt-in and User Registration & Profile plugins.
-
Collins Agbonghama's profile was updated 8 years, 6 months ago
-
Collins Agbonghama replied to the topic Buddypress registration: how to use the name to generate the username in the forum Installing BuddyPress 8 years, 6 months ago
Thanks ositive for the code. Gonna try it out now.
-
John Marshl's profile was updated 8 years, 6 months ago
-
Henry Wright replied to the topic Edit Author Bio via Buddypress in the forum How-to & Troubleshooting 8 years, 6 months ago
It isn’t possible by default. You would need to link an xProfile field with the author description.
Try this. Note that I’ve used field ID 1 on the 2nd line. You’ll need to change this to the ID of your xProfile field.
function deanljbirch_save_author_bio( $data ) {[Read more]
if ( 1 == $data->field_id ) {
wp_update_user(
array(… -
Justin Fletcher replied to the topic user registration to existing subsites on multisite in the forum How-to & Troubleshooting 8 years, 6 months ago
-
Boone Gorges replied to the topic Profile buttons not working (fixed) in the forum How-to & Troubleshooting 8 years, 6 months ago
@louisarthur – Thanks for sending me credentials. I’ve logged into your site to have a look.
As you note in your email, there’s no
hrefattribute on these links. It’s not clear to me how this would be the case, but I can give you a starting point for looking into it yourself. Briefly, the buttons will be built without anhrefif the button…[Read more] -
John Marshl's profile was updated 8 years, 6 months ago
-
Stagers Choice – Toronto Home Staging Services's profile was updated 8 years, 6 months ago
-
John Marshl's profile was updated 8 years, 6 months ago
-
Carpet Steam Cleaner's profile was updated 8 years, 6 months ago
-
Cheryl Martinez's profile was updated 8 years, 6 months ago
-
Rodney Glenn's profile was updated 8 years, 6 months ago
-
Dennis Harris's profile was updated 8 years, 6 months ago
-
Tom Marslo's profile was updated 8 years, 6 months ago
-
Boone Gorges replied to the topic How to stop site redirecting Home Page to Member Profile page after login? in the forum How-to & Troubleshooting 8 years, 6 months ago
I don’t believe that BuddyPress itself could be configured to do anything like this.
Are you using any other plugins that might perform redirects, or restrict access to content?
What’s your setting at Dashboard > Settings > Reading “Your Homepage displays”? I wonder if there’s something funny happening there.
-
Boone Gorges replied to the topic Profile Image Widget Question in the forum How-to & Troubleshooting 8 years, 6 months ago
Thanks, @Julia_B! Please do follow up when the Avada folks have had a chance to look at your issue. If BP is doing something wrong, we’d like to know about it, and your experience could be a useful resource for others in the future 🙂
-
Boone Gorges replied to the topic Lightbox plugins not working on profile avatars? in the forum How-to & Troubleshooting 8 years, 6 months ago
Profile avatar markup is generally pretty different from the markup used for the content of posts and pages. It’s likely that the plugins are written in such a way that they don’t recognize avatars as the kinds of images that ought to be expandable.
Can you share links to one or two of the plugins you’ve tried? They all work a bit differently,…[Read more]
-
Boone Gorges replied to the topic Profile buttons not working (fixed) in the forum How-to & Troubleshooting 8 years, 6 months ago
> Could it be a problem in the generate button link function ?
It’s possible, but it’s definitely not a problem with BP in the most general sense. I’m looking right now at an installation that is running Twenty Seventeen, and the buttons in question are clickable. It *could* be that you have another plugin that is somehow modifying the markup so…[Read more]
-
Boone Gorges replied to the topic Different sidebars for groups in the forum How-to & Troubleshooting 8 years, 6 months ago
Hi @hlubi – Generally, the sidebar is controlled by the WP theme you’re using. See sidebar.php. You’ll likely need to make your modifications in that file (probably in a child theme, if you’re not already using one).
Exactly what modifications you make depends heavily on how you want the sidebars to differ. If you have a small number of groups,…[Read more]
- Load More