Bug #2754
closed"Allow Access To:" of "All Registered Users" not functional
Description
When setting "Allow Access To:" to "All Registered Users" on a J1.6/J1.7 install it acts just like "Everyone" meaning public users can still access profiles. All other usergroups appear to function perfectly fine so workaround is to simply select "Registered" instead.
https://www.joomlapolis.com/forum/154-advanced-members-support/175243-contact-list-development
Files
Updated by krileon about 13 years ago
This also affects userlists and probably anywhere else it's being used.
Updated by krileon about 13 years ago
- Subject changed from J1.7: "Allow Access To:" of "All Registered Users" not functional to "Allow Access To:" of "All Registered Users" not functional
Updated title as it affects all CMS and not just J1.7.
Updated by krileon about 13 years ago
- File 2754.patch 2754.patch added
- Status changed from New to Resolved
- Assignee set to beat
- % Done changed from 0 to 100
When testing against "All Registered Users" it was just seeing if $gid was greater then 0, which is always the case as "Public" on J1.5 is 29 and on J1.7 is 1. I've changed this to first check if $gid exists (in cases where it's still passing 0) and if it does check to see if it's not "Public".
Updated by beat about 13 years ago
- Status changed from Resolved to Closed
- Estimated time set to 4:00 h
Fixed as suggested in r1577 .
Thanks Kyle.