The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Any way to disable bios? - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: Any way to disable bios? (/showthread.php?tid=1164) |
Any way to disable bios? - jtullett - 10-08-2018 Hi I don't want my users to be able to see the full list of registered users - it's a privacy issue [1]. I could edit the user profile pages, but an upgrade could easily change them back (and yes, I can make them read only, but even so there's no guarantee the filename won't change...), so I'd be happier knowing there's an option for it. Is there? Jon [1] Anyone who knows the US structure can guess their way to https://userspice.com/bugs/users/view_all_users.php for eg. RE: Any way to disable bios? - Brandin - 10-08-2018 Jon, 1) Thank you for sending the Bugs link, I've gone ahead and disabled that there, I thought I had already. 2) The best way I can suggest to disable it is to turn profile.php, view_all_users.php and edit_profile.php as Private with no Roles assigned-or just remove the files. Thank you, Brandin. RE: Any way to disable bios? - jtullett - 10-09-2018 Yeah, that's pretty much what I'd settled on for the time being Thanks Brandin. And kudos to you guys on being so responsive. RE: Any way to disable bios? - mudmin - 10-09-2018 I'm guessing you want to do the same thing with view_all_users.php (these files will be optional in future updates and will probably be plugins). If you really want to be thorough, you can copy account.php to usersc/account.php and delete the link for editing the bio. RE: Any way to disable bios? - jtullett - 10-10-2018 Yup, I did. I don't really like doing that - always possible an update may overwrite those files, or a completely different file may reintroduce functionality I'm trying to remove. Or I might simply screw up, like I did before A plugin would be ideal. Quite a lot of US components looks like they'd be well suited to that approach. Definite upvote for that idea! RE: Any way to disable bios? - mudmin - 10-10-2018 As far as the reintroduce functionality you're trying to remove, that's kind of the point of the usersc folder. In general, you're forking that file at the point you copy it to usersc and it really doesn't matter what we update after that. It's kind of funny because bios were an oft-requested feature in the early days and when they were introduced (pre usersc days), it was just sort of "this is how you could add this sort of feature yourself." But then it became a core feature. We're backpedaling on that sort of thing a little bit. |