Re: Security Level Menu
By: DesotoFireflite to All on Tue May 31 2022 07:49 am
> Sorry in advance for such a stupid question, but I can't find the answer
> anywhere.
>
> Can I have a Security Level Specific Menu. I want to have a special main
> menu for users that I have to flag for security infractions, Level 20, that
> they alone will see. Is this possable. I know I can restrict menu commands
> on the main menu by using Ctrl-A codes by security level, but I prefer just
> making a special menu for this. Thanks in advance.
That's not a built-in feature, but it would be easy to add to a/your command she
ll.
In JS, the logic would be like this:
if(bbs.menu_exists("main" + user.level))
bbs.menu("main" + user.level);
else
bbs.menu("main");
--
digital man (rob)
Sling Blade quote #6:
Karl: he should've had a chance to grow up. He would had fun some time.
Norco, CA WX: 78.2°F, 48.0% humidity, 9 mph SE wind, 0.00 inches rain/24hrs
---
■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ [vert/cvs/bbs].synchro.net
|