-
Prashant Singh replied to the topic How do I how profile info instead of the home tab in buddypress in the forum How-to & Troubleshooting 6 years ago
Also, it seems to a coding customization to me that is done on your site. Because BuddyPress does not provide that home link in profile, it always starts from view.
Thanks
-
Prashant Singh replied to the topic How do I how profile info instead of the home tab in buddypress in the forum How-to & Troubleshooting 6 years ago
/profile/classic/ this is for view tab correct?
-
Prashant Singh replied to the topic Extended Profile Fields Under Photo in the forum Creating & Extending 6 years ago
You need to create buddypress/members/single folder in the child theme and then copy paste the file from plugin to this location and there you can see the code for the avatar.
Thanks
-
Prashant Singh replied to the topic Trigger function on submitting “edit profil” form / filter in the forum Installing BuddyPress 6 years ago
Hi,
This topic already exists here: https://buddypress.org/support/topic/trigger-function-on-submitting-edit-profil-form-filter/
Please do not repost again.
-
Prashant Singh replied to the topic Remove Name Header in the forum How-to & Troubleshooting 6 years ago
Hi,
In nouveau template home.php is the file that you need to override in your child theme and then wrap this code: `
<div id=”item-header” role=”complementary” data-bp-item-id=”<?php echo esc_attr( bp_displayed_user_id() ); ?>” data-bp-item-component=”members” class=”users-header single-headers”><?php…[Read more]
-
Prashant Singh replied to the topic Trigger function on submitting "edit profil" form / filter in the forum How-to & Troubleshooting 6 years ago
Hi,
Please use this action hook ‘xprofile_updated_profile’ to do so.
Thanks
-
Prashant Singh replied to the topic Turn off admin notification for each subscription in the forum How-to & Troubleshooting 6 years ago
Hi,
Please check this link: https://wordpress.stackexchange.com/questions/90311/turn-off-admin-emails-for-new-user-registrations
You can paste the code in your child theme’s functions.php or can use code snippets plugin.
Thanks
-
Prashant Singh replied to the topic Member map in learndash website in the forum Installing BuddyPress 6 years ago
If you want to remove the rest of the members from member directory then it can be done using custom code otherwise I don’t think that plugin have the option to show only specific type member.
Thanks
-
Prashant Singh replied to the topic How do I how profile info instead of the home tab in buddypress in the forum How-to & Troubleshooting 6 years ago
What’s the last part of URL it takes when you are going on view and what’s on home?
-
Prashant Singh replied to the topic Nouveau Profile User Names Missing if Activity Component Turned Off in the forum How-to & Troubleshooting 6 years ago
ok, great 🙂
-
Prashant Singh replied to the topic How do I show profile info of users instead of the home tab in buddypress in the forum How-to & Troubleshooting 6 years ago
Please do not create duplicate posts in the forum.
-
Prashant Singh replied to the topic How do I how profile info instead of the home tab in buddypress in the forum How-to & Troubleshooting 6 years ago
Hi,
With the legacy template you need to write this line
define('BP_DEFAULT_COMPONENT', 'profile' );
in your wp-config.php file just afterdefine('DB_COLLATE', '');
Thanks
-
Prashant Singh replied to the topic Hide some users from members directory in the forum How-to & Troubleshooting 6 years ago
Hi,
Normally it should work in bp-custom.php but if you are not able to run the code you can use this plugin https://wordpress.org/plugins/bp-custom-functionalities/. Using this plugin you can easily exclude any user role(administrator. subscriber etc.) from members directory.
Thanks
-
Prashant Singh replied to the topic Remove the signup confirmation. in the forum How-to & Troubleshooting 6 years ago
-
Prashant Singh replied to the topic Private Message restrictions by member level in the forum Third Party Plugins 6 years ago
Do you know how much can it cost this kind of customization?
It always depends on freelancer’s rate.
-
Prashant Singh replied to the topic Remove Name Header in the forum How-to & Troubleshooting 6 years ago
Hi,
You have to check current component using the function
bp_current_component()
and you can find the component list here https://codex.buddypress.org/developer/bp-is-active/Thanks
-
Prashant Singh replied to the topic Extended Profile Fields Under Photo in the forum Creating & Extending 6 years ago
Hi,
You need to find the file cover-image-header.php and override it in your child theme then just after the avatar code you have to call the function https://buddypress.org/support/topic/bp_get_profile_field_data-2/
Thanks
-
Prashant Singh replied to the topic Friend request not showing in the forum Installing BuddyPress 6 years ago
This is strange because this works for me really well with twenty-seventeen and BuddyPress.
-
Prashant Singh replied to the topic Private Message restrictions by member level in the forum Third Party Plugins 6 years ago
Hi,
This functionality requires customization and cannot be done using default settings.
Thanks
-
Prashant Singh replied to the topic Change order of Group tabs in the forum How-to & Troubleshooting 6 years ago
Welcome 🙂
- Load More
@prashantvatsh
Active 3 months, 3 weeks ago