Configuring members url
-
Hi
I was searching to change the members link so it will be in root and also to make it in numbers instead of names.
For changing it to root I’m using this and think it’s working
define ( 'BP_ENABLE_ROOT_PROFILES', true ); to wp-config file.
I have seen also this line but didn’t use it
add_filter( 'bp_core_enable_root_profiles', '__return_true' );
because I didn’t see any mention of it here:Now I need to not use nicknames so the site will be more secure for the users (I have heard it’s not good because of security that hackers can see nicknames for example in facebook and look for him in my site with the same nickname).
How can I do that?
- You must be logged in to reply to this topic.