-
Notifications
You must be signed in to change notification settings - Fork 85
Added option in user settings to show or hide user Reputation data to anonymous visitors... #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Conflicts: # conf/_application.php
…nformation when it is displayed in the front-office to an anonymous user (not logged in). Also added an option to blur the user avatar image (current behaviour) or instead display a clear picture (desired behaviour) just like the one is displayed to logged in users. Finally also modified the user display view to hide username, age and sex when displayed to an anonymous user (not logged in) as those are sensitive private information that should not be exposed to everyone.
|
These changes seem to make sense globally but it's too hard to figure out exactly what you did from the description and the code. Please post screenshots of before/after. |
|
I just made sure to follow the b2evo code style conventions and changed the base branch to "develop". Checked all the code and there's no conflicts. |
|
I did not intend to close this, I just renamed the branch to @doctortoffu It seems I cannot change the branch myself, can you change the base branch to |
|
I tried to edit the base branch but I couldn't as the pull request is closed, so I'll create a new one with the right branch. |


Added an option in user settings to show or hide Reputation data from the user information when it is displayed in the front-office to an anonymous user (not logged in).
Also added an option to allow blurring the user avatar image (current behaviour) or instead display a clear picture (desired behaviour) just like the one is normally displayed to logged in users.
Finally also modified the user display view to hide username, age and sex when displayed to an anonymous user (not logged in) as those are sensitive private information that should not be exposed to everyone. Didn't make that an option because I reckon it should be standard behaviour to protect privacy, but if you want me to I could also make that an option and send another pull request.
I made these changes because I'm developing a site that is not exactly a blog but instead a business site, and it really made no sense to show Reputation, age, sex, or username when introducing visitors to the people that work in the business. Then I reckoned that these settings could be useful for other users as well, and I also wouldn't want to hack the code again for every new b2evolution release :-)
Please accept these changes! Thanks in advance!