-
rhonagonzales12's profile was updated 7 years, 4 months ago
-
Brauns Law Accident Injury Lawyers, PC's profile was updated 7 years, 4 months ago
-
Dona Byrdes's profile was updated 7 years, 4 months ago
-
Lucas Dewey's profile was updated 7 years, 4 months ago
-
Dona Byrdes's profile was updated 7 years, 4 months ago
-
Prashant Singh replied to the topic Extended Profile Fields Under Photo in the forum Creating & Extending 7 years, 4 months ago
Hi,
You can find it in your theme kleo/buddypress/members/single/cover-image-header.php and the code is
<?php bp_displayed_user_avatar( 'type=full' ); ?>You need to echo your profile field just below this one.
Thanks
-
Prashant Singh replied to the topic How do I change members permalink? in the forum Ideas 7 years, 4 months ago
Hi,
This will only be possible if your users have random numbers as their username.
Thanks
-
carriejackson4's profile was updated 7 years, 4 months ago
-
Casey Shelton's profile was updated 7 years, 4 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, 4 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, 4 months ago
-
Alvarez Shelley's profile was updated 7 years, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 months ago
- Load More