-
Prashant Singh replied to the topic Using First and Last names instead of Username in the forum Requests & Feedback 6 years ago
Hi,
You can use this function bp_get_displayed_user_fullname() to do so.
Also, please check these plugins: https://buddydev.com/plugins/bp-username-changer/ and https://wordpress.org/plugins/buddypress-usernames-only/
-
Prashant Singh replied to the topic How to charge people for asking questions? in the forum How-to & Troubleshooting 6 years ago
Hi,
Please go through this article https://theme-fusion.com/easily-add-paid-content-wordpress-site/
Thanks
-
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
It is not in that file but I suggested to use this instead of the_title.
-
Prashant Singh replied to the topic Nouveau how to change default options in the forum Installing BuddyPress 6 years ago
-
Prashant Singh replied to the topic Activation Email in the forum How-to & Troubleshooting 6 years ago
Hi,
Please consult once with your hosting provider regarding the issue. Also, you can try setting up this plugin https://wordpress.org/plugins/wp-mail-smtp/ and then try sending emails.
Thanks
-
Prashant Singh replied to the topic Friend request not showing in the forum Installing BuddyPress 6 years ago
Hi, elizat801
It seems like your theme or any third party plugin is creating the issue there. It works fine with the default theme like twenty-seventeen.
You can take a backup of the site and then check by enabling default theme and if the button appears then certainly you have to ask your theme devs to check once. If the theme looks fine then…[Read more]
-
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
Hi,
You are getting username using this
the_title();
. I think you should usebp_displayed_user_username()
-
Prashant Singh replied to the topic Change order of Group tabs in the forum How-to & Troubleshooting 6 years ago
-
Prashant Singh replied to the topic nowhere for user to enter bio in the forum Installing BuddyPress 6 years ago
You can override cover-image-header.php file in your child theme and then can output the bio just below the cover image.
Thanks
-
Prashant Singh replied to the topic How to remove WordPress header from Buddypress Registration Page? in the forum How-to & Troubleshooting 6 years ago
Have you assigned that template to register page in pages section?
-
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
Hi,
You can have their display name on profile header without activating activity component. In the code, you posted they are just checking if user mention is enabled then just echo the name to be used for mentioning them in the activity.
Thanks
-
Prashant Singh replied to the topic Display member details in card in the forum How-to & Troubleshooting 6 years ago
Hi,
Please check this thread: https://buddypress.org/support/topic/adding-xprofile-fields-to-members-directory-list-items/ as well as you can test this plugin https://github.com/wbcomdesigns/bp-modify-member-directory-header as well.
Thanks
-
Prashant Singh replied to the topic How to programatically change buddypress customizer options in the forum How-to & Troubleshooting 6 years ago
Glad that it helped you 🙂
-
Prashant Singh replied to the topic How to programatically change buddypress customizer options in the forum How-to & Troubleshooting 6 years ago
Hi,
This is the function
bp_nouveau_customize_register
where all the customization options are registered and they must be saved in options table so you just need to find which option is saved for which feature and then can change its value by updating the options.Thanks
-
Prashant Singh replied to the topic Friend request not showing in the forum Installing BuddyPress 6 years ago
Hi,
Please check if it is https://prnt.sc/lbxd35 enabled there or not. It works fine with the default themes.
Thanks
-
Prashant Singh replied to the topic Activation email not send out to users after registration in the forum Installing BuddyPress 6 years ago
What they said regarding this issue? Can you please test once by setting SMTP https://wordpress.org/plugins/wp-mail-smtp/
Thanks
-
Prashant Singh replied to the topic Buddypress Posting in Group on Mobile site not working in the forum How-to & Troubleshooting 6 years ago
Better will be cloning it on any staging environment or localhost and then test here.
Please use https://wordpress.org/plugins/updraftplus/ plugin for backup and restore.
Thanks
-
Prashant Singh replied to the topic nowhere for user to enter bio in the forum Installing BuddyPress 6 years ago
Hi,
To enter bio you can create a profile field https://codex.buddypress.org/administrator-guide/extended-profiles/ and then from the profile you can enter the bio.
For the post list, you need customizations.
Thanks
-
Prashant Singh replied to the topic Need help removing ( Base Name) from profile page in the forum How-to & Troubleshooting 6 years ago
Hi,
Please check this https://buddypress.org/support/topic/hide-possibility-to-change-base-name/#post-230718
Thanks
-
Prashant Singh replied to the topic Creating Random Password in the forum Installing BuddyPress 6 years ago
Hi,
BuddyPress does not send any password. It always sends an activation email and after activating your account by clicking on the link sent in the mail you have to log in with your entered password.
There must be any third party plugin or any custom code that is sending the password in the mail.
Thanks
- Load More
@prashantvatsh
Active 3 months, 3 weeks ago