Still get some /members/ links with BP_ENABLE_ROOT_PROFILES
-
I use this in the config.php to remove /members/ from member URLs in version 1.1.3:
define( 'BP_ENABLE_ROOT_PROFILES', true );
Works nicely and looks good.
But /members/ still pops up in a few links, including for example in the Sitewide Activity feed. I tried to trace back to the code that produces that link, but get lost…:
sitewide-activity.php -> function bp_activity_content -> bp-activity-templatetags.php -> $activities_template->full_name ????
A search on /members/ did not bring up anything usefull. It’s probably MEMBERS_SLUG+username or something like that.
Anyone know where the code is that produces the name link in the Sitewide Activity feed? Was this an already reported bug and is there a fix?
- The topic ‘Still get some /members/ links with BP_ENABLE_ROOT_PROFILES’ is closed to new replies.