-
Prashant Singh replied to the topic Hide members own pages from other members in the forum How-to & Troubleshooting 7 years, 6 months ago
Welcome 🙂
-
Prashant Singh replied to the topic Hide members own pages from other members in the forum How-to & Troubleshooting 7 years, 6 months ago
-
Prashant Singh replied to the topic How to use hooks like bp_nouveau_signup_hook? in the forum How-to & Troubleshooting 7 years, 6 months ago
Not a problem. In the nouveau template, this is the way we are using hooks.
Thanks
-
RumaHome's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic How to assign admin only to show Bulk Action Drop Down in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Again we have to search that dropdown file and then have to wrap the code in
if(current_user_can('manage_options'))Thanks
-
Prashant Singh replied to the topic How to use hooks like bp_nouveau_signup_hook? in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please try this snippet:
function my_custom_register_msg_title() {
echo '<h3>My custom text</h3>';
}add_action('bp_before_register_page', 'my_custom_register_msg_title' );
Thanks
-
Prashant Singh replied to the topic User ID in the forum Third Party Plugins 7 years, 6 months ago
Hi,
The code bitboy provided works fine with the nouveau template, if you are using the legacy template then try this code:
function ps_show_displayed_user_id() {
if ( bp_is_my_profile() || is_super_admin() ) {
echo 'ID: ' . bp_displayed_user_id();
}
}add_action( 'bp_profile_header_meta', 'ps_show_displayed_user_id' );
Please try to…[Read more]
-
Balvinder Singh's profile was updated 7 years, 6 months ago
-
Joe Freeman's profile was updated 7 years, 6 months ago
-
Danusia Bourdon's profile was updated 7 years, 6 months ago
-
's profile was updated 7 years, 6 months ago
-
Bit Boy replied to the topic Google Authenticator in the forum Third Party Plugins 7 years, 6 months ago
Hi,
There seems to be solution available.You may use the BuddyPress addon from here
Using two step Login Authentication with Google Authenticator and BuddyPress
It needs the Google Authenticator plugin and enables the settings to the user(they can change from setting page).
Regards
B -
rhonagonzales12's profile was updated 7 years, 6 months ago
-
Brauns Law Accident Injury Lawyers, PC's profile was updated 7 years, 6 months ago
-
Dona Byrdes's profile was updated 7 years, 6 months ago
-
Lucas Dewey's profile was updated 7 years, 6 months ago
-
Dona Byrdes's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic Extended Profile Fields Under Photo in the forum Creating & Extending 7 years, 6 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, 6 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, 6 months ago
- Load More