Section One BBS

Welcome, Guest.


Subject: Security Level Menu Date: Tue May 31 2022 08:03 pm
From: DesotoFireflite To: Digital Man

  Re: Security Level Menu
  By: Digital Man to DesotoFireflite on Tue May 31 2022 03:50 pm

 DM> Re: Security Level Menu
 DM> 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. 

 DM> That's not a built-in feature, but it would be easy to add to a/your
 DM> command shell.

 DM> In JS, the logic would be like this:

 DM> if(bbs.menu_exists("main" + user.level))
 DM> bbs.menu("main" + user.level);
 DM> else
 DM> bbs.menu("main");
 
Thanks ROb, I think I have a handle on it now. I just wanted to make sure there 
wasn't something built in, before I tried to invent the wheel. My command shell 
is still in Baja, but I should be able to figure it out with what you gve me in 
js. Thanks.

SysOp: C.G. Learn, AKA: DesotoFireflite
Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com:23
A Gamers Paradise - Over 250 Registered Online Game Doors!

--- Don't eat the yellow snow!
 ■ SynchronetValhalla Home Services USA http://valhalla.synchro.net

Previous Message       Next Message
In Reply To: Security Level Menu (Digital Man)