-
Glenn started the topic custom fields in BOTH WP and BP register – incorporating each… in the forum How-to & Troubleshooting 10 years ago
having trouble getting custom fields into BP Reg form OR WP default Reg form issue, here.
My WP (User Manager) Reg form includes dropdown select User Roles, & My BP Reg form includes selecting Groups when registering. As BP is built, it incorporates the default WP Reg form, and i cannot include the User Role select this way.
can i get any…[Read more]
-
Glenn replied to the topic assign existing users to groups in the forum How-to & Troubleshooting 10 years ago
thank you Dan – i saw this, and felt that it’s unfortunate that existing users have to be manually typed in instead of being provided in a simple dropdown, and that multiple users would have to be assigned to a group one at a time in either case. Surprising that BP is stuck with this archaic format in this instance.
just sayin’
-
Henry Wright replied to the topic Changing the word Groups in the forum Miscellaneous 10 years ago
If you change the URL, then requests to the old URL should return a 404. That’s the expected (and recommended) behaviour.
-
Glenn started the topic assign existing users to groups in the forum How-to & Troubleshooting 10 years ago
only moderately familiar with BP – i’ve installed it long after my WP install, and wish to assign existing members to groups. can’t see how to do so –
is there something i’m missing?
-
Glenn replied to the topic Group users in the forum How-to & Troubleshooting 10 years ago
no one wants to help, huh?
-
Glenn replied to the topic assign users to group based on role in the forum How-to & Troubleshooting 10 years ago
DanBP, those two links are specifically about assigning NEW users on registration – i’m not so sure that the poster was strictly referring to NEW users. so to ridicule @venutius for ‘hijacking’ is pretty unprofessional, in my eyes.
so you didn’t in any way answer the post query.
@venutius, don’t apologize.
-
Henry Wright replied to the topic Changing the word Groups in the forum Miscellaneous 10 years ago
Try
bp_get_groups_root_sluginstead. Perhaps it’s the root slug you need changing? -
K-Path's profile was updated 10 years ago
-
K-Path's profile was updated 10 years ago
-
Jeff started the topic Diable Likes? in the forum How-to & Troubleshooting 10 years ago
I have a chance to use a third-party plugin for allowing users to “Like” activity entries. I need to first disable or hide the existing “Like” functionality. Is there a setting for this?
Plugins:
Akismet (3.1.10) by Automattic
Awesome Support (3.2.9) by ThemeAvenue
bbPress (2.5.8) by The bbPress Community
BuddyBoss Inbox (1.0.4) by…[Read more] -
Henry Wright replied to the topic Changing the word Groups in the forum Miscellaneous 10 years ago
You’re right @pckelly123, those constants are deprecated. Instead, try:
add_filter( 'bp_get_groups_slug', function() {
return 'yourslughere';
} ); -
Anonymous started the topic Conflict between BP jqueryCookie and Google DFP in the forum How-to & Troubleshooting 10 years ago
Hi,
First of all excuse my english… I’m new on WP/BP forums but years of experience on building sites with WordPress.
I´ve just finished a news site with WordPress (4.5), Buddypress (2.5.2), heavily modified Barcelona theme and some plugins like: Wordfence, Cookie Advice, Jetpack, Visual Composer just to name a few.
As a magazine/news…[Read more]
-
Peter Hardy-vanDoorn replied to the topic Default groups view in the forum How-to & Troubleshooting 10 years ago
You don’t say how you’re using them.
My usage is:
define ( 'BP_DEFAULT_COMPONENT', 'profile' );
define ( 'BP_GROUPS_DEFAULT_EXTENSION', 'forum' );to change the default view in the user’s profile to ‘profile’ and the group to ‘forum’.
-
Zox Zin Min started the topic How to create LinkedIn with Buddypress? in the forum How-to & Troubleshooting 10 years ago
Last two years ago, one of buddypress user MLDIA asked this question. I am also want to know and would like to make features that ..
1- Users can upload their resume.
2- Users can find jobs, people and business opportunities recommended by other users.
3- Employers can list jobs and search for potential candidates.
4- Job seekers can review the…[Read more] -
Hugo Ashmore replied to the topic Accessibility issue for blind users – BuddyPress login widget in the forum How-to & Troubleshooting 10 years ago
Hi @kenrichman We’re sorry to hear this, we are improving our accessibility on an ongoing basis.
I can and will open a ticket for this issue and we’ll re-factor the widget markup however having had a quick look at this widget code we do adhere to expected standards i.e in providing labels & explicit label to input control linking, we don’t…[Read more] -
Naomi started the topic New Member registration not showing up on Activity Feed in the forum How-to & Troubleshooting 10 years ago
New members used to show up on activity feed, now they don’t. How can I get them to show up again?
I’m using WP 4.5, Buddypress 2.5.2, and TML 6.4.4.
-
Naomi replied to the topic Get custom TML fields to show up on front end Buddypress profile in the forum How-to & Troubleshooting 10 years ago
Because adding them as xprofile fields doesn’t add them to the TML registration page that I need to use. Have you looked at the TML instructions? I followed them exactly and they don’t use xprofile fields so it’s glitchy.
-
Henry Wright replied to the topic Undefined property: stdClass::$register in the forum How-to & Troubleshooting 10 years ago
🙂
-
Henry Wright replied to the topic Avatars reset to default when activating BuddyPress in the forum How-to & Troubleshooting 10 years ago
Hi @etavio
Your custom plugin is most likely filtering
get_avatarto display your custom images. BuddyPress actually bypasses that filter through the use ofbp_core_fetch_avatar().Ref: https://github.com/buddypress/BuddyPress/blob/master/src/bp-core/bp-core-avatars.php#L192
You will need to use a different filter.
-
Archie Webmaker's profile was updated 10 years ago
- Load More