-
Toko Online harga Termurah Paling Terpercaya di Indonesia's profile was updated 7 years, 4 months ago
-
Rut Ham Cau Gia Re HCM's profile was updated 7 years, 4 months ago
-
Jayapoker Penyelengara Judi terbesar Indonesia's profile was updated 7 years, 4 months ago
-
rogerdelga4's profile was updated 7 years, 4 months ago
-
leonfrazier2's profile was updated 7 years, 4 months ago
-
dung tran's profile was updated 7 years, 4 months ago
-
Prashant Singh replied to the topic [VERY URGENT] Register page not showing in the forum How-to & Troubleshooting 7 years, 4 months ago
Hi,
Why is there index.php in URL? Please try to check your htaccess file code and compare with the basic one https://codex.wordpress.org/htaccess
Thanks
-
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, 4 months ago
The link I just added in reply, this is your ticket right?
And where we are currently talking, this is someone else ticket or you have created from a new username?
-
Prashant Singh replied to the topic Hide members own pages from other members in the forum How-to & Troubleshooting 7 years, 4 months ago
Welcome 🙂
-
Prashant Singh replied to the topic Hide members own pages from other members in the forum How-to & Troubleshooting 7 years, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 months ago
-
Joe Freeman's profile was updated 7 years, 4 months ago
-
Danusia Bourdon's profile was updated 7 years, 4 months ago
-
's profile was updated 7 years, 4 months ago
-
Bit Boy replied to the topic Google Authenticator in the forum Third Party Plugins 7 years, 4 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 - Load More