-
Paul Wong-Gibbs replied to the topic Modifying the HTML for Each of the Member's Profile Pages in the forum How-to & Troubleshooting 8 years, 3 months ago
Hi @ottiya
Good question, but the answer’s hard. You’ll need to learn how to modify WordPress theme templates. Start reading through all the linked pages on https://codex.buddypress.org/themes/ and when you have a specific question after you’ve made a try, let me know.
-
Paul Wong-Gibbs replied to the topic Buddyboss Theme / Group Email Subscription in the forum Third Party Plugins 8 years, 3 months ago
You are best to ask the plugin authors (if they provide support).
If you’ve tried removing the markup and a space remains, it sounds like you’d need to add some CSS to fix things up. I haven’t tried hacking this plugin like this before, so I can’t offer specific advice.
-
Paul Wong-Gibbs replied to the topic Members Component has no Associated Pages in the forum How-to & Troubleshooting 8 years, 3 months ago
As long as that Members page isn’t assigned to another component, it’s not obvious why it mightn’t be working. Does the form submit when you click Save, or does nothing happen at all?
Is that Page published?
Have you made any customisations to BuddyPress, or WordPress rewrite rules? -
Paul Wong-Gibbs replied to the topic [Solved] Frontend event, blog and woocommerce plugin for Buddypress in the forum Third Party Plugins 8 years, 3 months ago
I think the go-to for this is https://themekraft.com/products/woocommerce-buddypress-integration/ — might be worth a look.
-
Paul Wong-Gibbs replied to the topic How to customize/remove user dropdown menu? in the forum How-to & Troubleshooting 8 years, 3 months ago
Do you mean on the WordPress Toolbar? (this thing — https://codex.wordpress.org/Toolbar )
If so, if you search for ways to customise or hide the WordPress Toolbar, you should get some clues. It’s not a UI component provided by BuddyPress. -
Paul Wong-Gibbs replied to the topic Show Follow Button on Each Member's Profile Page in the forum Third Party Plugins 8 years, 3 months ago
Hi @ottiya
On the default templates, there is a “Add Friend” button, and we usually position is just below (or next to) the user’s name and avatar picture. But not every theme has to show BuddyPress content in the same way!
If you’ve bought a theme with BuddyPress templates, or customised some yourself, it might be worth going back to where you…[Read more]
-
Paul Wong-Gibbs replied to the topic PHP 7.0 en 7.1 update needed, site is slow in the forum How-to & Troubleshooting 8 years, 3 months ago
Right, it should work. Unless the poster is using Legacy bbPress forums; I bet those don’t.
-
otty-dev started the topic Show Follow Button on Each Member's Profile Page in the forum Third Party Plugins 8 years, 3 months ago
Hi there, right now, I only see the follow button on .com/members but not on each individual members’ profile pages. Is there a way to enable this?
Many thanks in advance!
-
otty-dev's profile was updated 8 years, 3 months ago
-
David Cavins replied to the topic [Resolved] Still getting a Fatal Error with BP Group Hierarchy plugin in the forum Third Party Plugins 8 years, 3 months ago
I’ve written a updated plugin to add group hierarchy: https://github.com/dcavins/hierarchical-groups-for-bp
It’s basically a drop-in replacement for the original BPGH, with a few other features rolled in. Be sure to use the plugin’s options page to import your BPGH group settings.
-
Henry Wright replied to the topic [Solved] Frontend event, blog and woocommerce plugin for Buddypress in the forum Third Party Plugins 8 years, 3 months ago
Check out the plugins here https://wordpress.org/plugins/tags/buddypress/
These plugin authors have used the “buddypress” tag which indicates a compatibility with BuddyPress.
Hope it helps!
-
Henry Wright replied to the topic PHP 7.0 en 7.1 update needed, site is slow in the forum How-to & Troubleshooting 8 years, 3 months ago
BuddyPress should be compatible with PHP 7.0 and 7.1. What conflict are you seeing?
-
Henry Wright replied to the topic 1 forum on homepage in the forum Installing BuddyPress 8 years, 3 months ago
Try asking at bbPress. They handle all forum related questions.
-
Henry Wright replied to the topic Accessing BP_Groups_Member::get_group_ids in Theme Function in the forum Creating & Extending 8 years, 3 months ago
I just noticed you want to schedule your callback. You will need to use the method described here https://codex.wordpress.org/Function_Reference/wp_cron
-
Henry Wright replied to the topic Accessing BP_Groups_Member::get_group_ids in Theme Function in the forum Creating & Extending 8 years, 3 months ago
You need to hook to something like
wp. Try adding this in your functions.php file:add_action( 'wp', function() {
// Add your code here
} ); -
Staurt Toms's profile was updated 8 years, 3 months ago
-
trihatta's profile was updated 8 years, 3 months ago
-
Denil kallon's profile was updated 8 years, 3 months ago
-
Ronald Woods's profile was updated 8 years, 3 months ago
-
Onlineplaner replied to the topic IMPORT / EXPORT BUDDYPRESS DATA in the forum How-to & Troubleshooting 8 years, 3 months ago
@manishkrag: Hi, do your plugins ex-/import xprofilegroups and xprofilefields or just the standard user fields?
- Load More