-
Casey Shelton's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic NEED to change the default path (slug) that is created for group forums in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
This is hardcoded in bbpress plugin here bbpressincludesextendbuddypressgroups.php.
Find the line
$this->slug = 'forum';but I think changing this may create some issues but you can check if it works fine for you or not. Also changing anything in core file is never recommended because on the next update you will lose it and then have to…[Read more] -
Taylor Cecelia's profile was updated 7 years, 6 months ago
-
Alvarez Shelley's profile was updated 7 years, 6 months ago
-
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 7 years, 6 months 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 7 years, 6 months 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 7 years, 6 months 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 7 years, 6 months 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 7 years, 6 months 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 7 years, 6 months 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 7 years, 6 months 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
-
mendozajulio5's profile was updated 7 years, 6 months ago
-
Marian Town's profile was updated 7 years, 6 months ago
-
cesarsummer2's profile was updated 7 years, 6 months ago
-
Gutierre Maria's profile was updated 7 years, 6 months ago
-
Dawson Alexa's profile was updated 7 years, 6 months ago
-
Stacy Reeves's profile was updated 7 years, 6 months ago
-
derrickperez2's profile was updated 7 years, 6 months ago
-
Bit Boy replied to the topic User ID in the forum Third Party Plugins 7 years, 6 months ago
Hello,
You can use this plugin for showing the ID in the dashboard.and you may add following code to your theme’s functions.php to show the ID on user profile when the user is viewing his/her own profile or it is being viewed by the site admin.
[Read more]
/**
* Show User ID on a user's profile to the… -
Bit Boy replied to the topic Newbie question in the forum Installing BuddyPress 7 years, 6 months ago
Hi,
BuddyPress works on top of WordPress to add community/social features. The integration is almost seamless.Now to answer your questions:-
1. will my members have to login a second time to use BuddyPress?
Is the login required by WordPress account? if yes, They will not need to login again.2. Will that they then have two accounts to deal…[Read more]
- Load More