jeetkune
Member
- Affected version
- 2.2.12
If unregistered users want to view a user's profile in the member list, they will be asked to log in. However, for some reason this is not the case for every user profile. Please examine the attached pictures carefully. It does not allow many users to view their profile, but it does allow some users to view their profile.
Guest can see the profile of the nickname "0 Alicia" from the member list.
But the same guest cannot see a different user profile. It will be asked to log in for this.
UserAction.php Unfortunately, this correction I made in the file did not work.
Guest can see the profile of the nickname "0 Alicia" from the member list.
But the same guest cannot see a different user profile. It will be asked to log in for this.
UserAction.php Unfortunately, this correction I made in the file did not work.
PHP:
if ($customTitle = $this->getActionValue('custom_title'))
{
$user->custom_title = $customTitle;
}
}