Notifications
Clear all

User List Info

 
Sutehk
(@sutehk)
Estimable Member

Hello,

 

Is there a way to restrict the visibility of email of the user in the User List you get by typing UL?

I'd like to give lower level Users access to the ID# and Handle but not the other info on the User List.

Some people use their real name in their email but want anonymity on the BBS so I'd like to be able to hide the emails and name etc so only sysop and cosysop have access.

Thanks.

Quote
Topic starter Posted : 20/12/2021 7:25 pm
(@bucko)
Estimable Member Moderator
Posted by: @sutehk

Hello,

 

Is there a way to restrict the visibility of email of the user in the User List you get by typing UL?

I'd like to give lower level Users access to the ID# and Handle but not the other info on the User List.

Some people use their real name in their email but want anonymity on the BBS so I'd like to be able to hide the emails and name etc so only sysop and cosysop have access.

Thanks.

There is a couple of ways. The easiest being just take away User List access from everyone without SysOp access, otherwise, some code would have to be entered into i.UL in order to restrict email from showing. I am sure it would be decently easy.. I will look at it after the holidays to see what code can be modified to not show email..

Bucko
Wrong Number Family of BBS'
Website: www.wrgnbr.com
Wrong Number ][ BBS - wn2.wrgnbr.com:23 (Mystic BBS)
Wrong Number ]I[ BBS - wn3.wrgnbr.com:6400 (CNet Amiga BBS)
Wrong Number IV BBS - wn4.wrgnbr.com:3000 (Image BBS v3.0)
Wrong Number VI BBS - wn6.wrgnbr.com:6411 (ORIGINAL Wrong Number ][ Retro 1993 BBS)

ReplyQuote
Posted : 22/12/2021 2:01 pm
Sutehk
(@sutehk)
Estimable Member

@bucko great! Thank You!

ReplyQuote
Topic starter Posted : 22/12/2021 3:06 pm
(@bucko)
Estimable Member Moderator
Posted by: @sutehk

@bucko great! Thank You!

Been thinking about this now for a few days.. Here is a quick and dirty mod for what you want it to do..

Add to the beginning of line 3064

3064 on-(ac%<9)goto3070: rest of line

 

What this will do is not allow the users email, Name or Access level to be seen by anyone under access level 9 (SysOp) you can change the access level to whatever you want.. 

 

Looking at this file it is definitely in need of a re-write, but is it worth it?? Not many people really look at user lists anymore. I guess if people wanted it it can be done.. 

But that is a down and dirty mod to do what you want.. 🙂

 

 

Bucko
Wrong Number Family of BBS'
Website: www.wrgnbr.com
Wrong Number ][ BBS - wn2.wrgnbr.com:23 (Mystic BBS)
Wrong Number ]I[ BBS - wn3.wrgnbr.com:6400 (CNet Amiga BBS)
Wrong Number IV BBS - wn4.wrgnbr.com:3000 (Image BBS v3.0)
Wrong Number VI BBS - wn6.wrgnbr.com:6411 (ORIGINAL Wrong Number ][ Retro 1993 BBS)

ReplyQuote
Posted : 30/12/2021 7:39 pm
Shane - "PalKat"
(@palkat)
Estimable Member Admin

@bucko worked great! as you can see! 

emails not shown UL

Now is there a way to hide the email field when selecting to show regular list where it is asking for criteria before it lists the users?  I was looking in the file and around line 3028/3030 I got lost in variables! 😆 

remove email field

 

The Kats Alley BBS -=[ tka.8bitboyz.com:6400 ]=- ....Running Image 3.0 for the C64
8-Bit Boyz BBS -=[ bbs.8bitboyz.com:6502 ]=- ....Running Mystic on Windows
WEB -=[ www.8bitboyz.com ]=-

ReplyQuote
Posted : 30/12/2021 10:03 pm
Sutehk reacted
Sutehk
(@sutehk)
Estimable Member

@bucko thanks I’m going to try and modify this file!!!!!

 

No sweat. Post back if you have any issues...

This post was modified 2 years ago by Bucko
ReplyQuote
Topic starter Posted : 31/12/2021 6:08 am
Sutehk
(@sutehk)
Estimable Member

@palkat that’s a good point although not showing the email is step one 🤣

ReplyQuote
Topic starter Posted : 31/12/2021 6:09 am
(@bucko)
Estimable Member Moderator
Posted by: @palkat

@bucko worked great! as you can see! 

emails not shown UL

Now is there a way to hide the email field when selecting to show regular list where it is asking for criteria before it lists the users?  I was looking in the file and around line 3028/3030 I got lost in variables! 😆 

remove email field

 

Yup, I saw that, didn't think to remove it.. LOL I will have another mod for this tonight.. Looks like Covid destroyed New Years now so I will be home..

Bucko
Wrong Number Family of BBS'
Website: www.wrgnbr.com
Wrong Number ][ BBS - wn2.wrgnbr.com:23 (Mystic BBS)
Wrong Number ]I[ BBS - wn3.wrgnbr.com:6400 (CNet Amiga BBS)
Wrong Number IV BBS - wn4.wrgnbr.com:3000 (Image BBS v3.0)
Wrong Number VI BBS - wn6.wrgnbr.com:6411 (ORIGINAL Wrong Number ][ Retro 1993 BBS)

ReplyQuote
Posted : 31/12/2021 9:48 am
(@bucko)
Estimable Member Moderator

Hmm the routine for displaying the listing is in 3002-3004, its nested in a for/next loop. The only way to remove it would be to remove the Email routines completely, which is something I am not sure we want to do as then even the sysOp couldn't search on Email. We could add in a statement when choosing Email at that prompt, "Reserved For SysOp" and return it to the menu.. Anyone have ideas??

Bucko
Wrong Number Family of BBS'
Website: www.wrgnbr.com
Wrong Number ][ BBS - wn2.wrgnbr.com:23 (Mystic BBS)
Wrong Number ]I[ BBS - wn3.wrgnbr.com:6400 (CNet Amiga BBS)
Wrong Number IV BBS - wn4.wrgnbr.com:3000 (Image BBS v3.0)
Wrong Number VI BBS - wn6.wrgnbr.com:6411 (ORIGINAL Wrong Number ][ Retro 1993 BBS)

ReplyQuote
Posted : 01/01/2022 9:05 pm
Shane - "PalKat"
(@palkat)
Estimable Member Admin
Posted by: @bucko

....We could add in a statement when choosing Email at that prompt, "Reserved For SysOp" and return it to the menu..

I had that thought also. Just throw in that simple 3 word statement would be enough for them to understand that if they try to search with that email field and are just a user it won't work. I think that is more than enough, as it is based on the amount of "active" call in users then the percentage of those that would even search the UL i think a simple statement is more than enough. Just my $.0

The Kats Alley BBS -=[ tka.8bitboyz.com:6400 ]=- ....Running Image 3.0 for the C64
8-Bit Boyz BBS -=[ bbs.8bitboyz.com:6502 ]=- ....Running Mystic on Windows
WEB -=[ www.8bitboyz.com ]=-

ReplyQuote
Posted : 01/01/2022 10:11 pm
(@bucko)
Estimable Member Moderator
Posted by: @palkat
Posted by: @bucko

....We could add in a statement when choosing Email at that prompt, "Reserved For SysOp" and return it to the menu..

I had that thought also. Just throw in that simple 3 word statement would be enough for them to understand that if they try to search with that email field and are just a user it won't work. I think that is more than enough, as it is based on the amount of "active" call in users then the percentage of those that would even search the UL i think a simple statement is more than enough. Just my $.0

Another thought I had was where it displays it do a check of ac%<9 then have it respond Email: Private... I haven't been working with my Image list lately, I have been trying to finish other projects, but I am now down to 2 projects, 1 being re-doing my InterBBS File Server Menu system, and also modifying up my CNet Amiga board, but since I have seen a lot of progress from K-Guide I think I will wait on that, next week I will most likely be off the grid as I am getting my Covid booster shot and if I have the results of it my wife did, I will be in bed most of the weekend. So look for me ot get back into the Image grind the following week, I should have a new UL with the mods discussed here..

Bucko
Wrong Number Family of BBS'
Website: www.wrgnbr.com
Wrong Number ][ BBS - wn2.wrgnbr.com:23 (Mystic BBS)
Wrong Number ]I[ BBS - wn3.wrgnbr.com:6400 (CNet Amiga BBS)
Wrong Number IV BBS - wn4.wrgnbr.com:3000 (Image BBS v3.0)
Wrong Number VI BBS - wn6.wrgnbr.com:6411 (ORIGINAL Wrong Number ][ Retro 1993 BBS)

ReplyQuote
Posted : 22/01/2022 8:21 pm
Share: