home *** CD-ROM | disk | FTP | other *** search
- --------------------------------------------------------------------
- MODSMODSMODSMODSMODSMODSMODSMODSMODSMODSMODSMODSMODSMODSMODSMODSMODS
- --------------------------------------------------------------------
-
- These are mods that are going to be added, finished being added, or
- are being considered to be added to the CDor Mods.
-
- Help is appreciated! If you make any of the following work, please
- let me know!
-
- --------------------------------------------------------------------
- MODSMODSMODSMODSMODSMODSMODSMODSMODSMODSMODSMODSMODSMODSMODSMODSMODS
- --------------------------------------------------------------------
- de-increment the line count when marking files
- --------------------------------------------------------------------
- Make SmartTxt for ANSIMusic,Extended,New Mail,More Prompt On/Off
- --------------------------------------------------------------------
- Make it an option for user preferences to follow into subboards in
- SUB SetUserPrefs and in CONFIG
- --------------------------------------------------------------------
- Make capability to edit marked files
- --------------------------------------------------------------------
- Add Twit User Features to ZGlobalTwit (use an external file)
- --------------------------------------------------------------------
- Hard code config's stack space and buffer space
- --------------------------------------------------------------------
- Take out internal protocols
- --------------------------------------------------------------------
- Make a config option to control what type of graphics are used NACVR
- With separate help files.
- --------------------------------------------------------------------
- Add file size and xfer time to "searching for..." when downloading
- --------------------------------------------------------------------
- Have a list of personal files to never change "*" to "!"
- (line 59400 RBBSSUB4)
- --------------------------------------------------------------------
- Make a who downloaded what file
- --------------------------------------------------------------------
- Allow conference name to be entered during More prompt during conf.
- list display
- --------------------------------------------------------------------
- Take out the UPLOADLG.DEF mod since the uploader's name can be put
- in the file description anyway.
- --------------------------------------------------------------------
- Make single menu files for each type (none,mono,color,avatar,RIP)
- --------------------------------------------------------------------
- Make ANSI version of RCHAT
- --------------------------------------------------------------------
- Make RIP version of ANSICHAT
- --------------------------------------------------------------------
- Make *.MSG bases readable from RBBS
- --------------------------------------------------------------------
- Make the [I] mod configurable as to what screens can be displayed by
- using a list file
- --------------------------------------------------------------------
- Allow individual bulletins to be read at login instead of all or
- quit
- --------------------------------------------------------------------
- Add questionaire templates back into the DOORS.DEF file but KEEP the
- text file display mod too.
- --------------------------------------------------------------------
- Make an "LGSYS" like LGSTATS for the rest of the info at logon for
- the sysop
- --------------------------------------------------------------------
- Ask caller to enter correct filename on batch upload if filename
- entered duplicates a file already online instead of having to
- re-enter all filenames and previous descriptions.
- --------------------------------------------------------------------
- Enable extended descriptions for batch uploads
- --------------------------------------------------------------------
- Include Personal Files when searching files
- --------------------------------------------------------------------
- Show "N/A" for Rcvd: field in Messages to ALL
- --------------------------------------------------------------------
- Add "[P]rotocol change" and "[E]dit batch" to AutoLogOff Options
- --------------------------------------------------------------------
- Be able to show callers log from MENU0
- --------------------------------------------------------------------
- Callers log should state what files weren't allowed to be downloaded
- when caller hasn't uploaded enough just as when there isn't enough
- time.
- --------------------------------------------------------------------
- When caller doesn't have enough bytes or time to download, should be
- prompted to edit the list of files in batch download
- --------------------------------------------------------------------
- add "Uploaded by..." for personal uploads
- --------------------------------------------------------------------
- Make a smarttext variable to show file/byte ratio status
- --------------------------------------------------------------------
- Make a smarttext variable to turn off Interruptable/Not
- Interruptable
- --------------------------------------------------------------------
- Make the comment at log off only place the comment in the main
- messages instead of a subboard messages area.
- --------------------------------------------------------------------
- It would be nice if you could require every user or every user at a
- specific security level to answer a questionairre at login. I know
- you can force all callers to answer a questionnaire but it only
- works once util the user answers it. Maybe there is a way to set
- the flag to require questionnaires to be answered, during maitenance
- --------------------------------------------------------------------
- One of the things I think this could be used for is to set Graphics
- preferences at each login. I will have users using mono systems
- part of the time and the same user might use color at night.
- When he logs in I could ask what graphics do you want, he'd choose
- and be on his way.
- ---
- make an ANSIReader
- --------------------------------------------------------------------
- Make a utility that reads the MENU0-x.DEF file for a stats display
- (real time) or a bulletin maker...
- --------------------------------------------------------------------
- Make CONFIG aware when it's in CONFERENCE mode - 167 - and not make
- changes to the main *C.DEF config file.
- --------------------------------------------------------------------
- From: RICH HUSS
- I think I figured out how to have my users login to their sub
- according to their security level withouth having to tubologon using
- !. Let me know what you think.
-
- 460 UserSecLevel$ = STR$(ZUserSecLevel)
- IF ZUserSecLevel > -1 THEN _
- UserSecLevel$ = MID$(UserSecLevel$,2)
- IF ZUserSecLevel >= 15 THEN _ 'RH102792
- ZHomeConf$ = "3DSYS" 'RH102792
- IF ZUserSecLevel >= 60 THEN _ 'RH102792
- ZHomeConf$ = "3DPLUS" 'RH102792
- IF ZUserSecLevel >= ZMinLogonSec THEN _
-
- It would be nice if this could be setup in config, but for now I'll
- have to but it in the code. By the way this is RBBS-PC.BAS. I've
- tried it with loging in with different sec. levels and it seems to
- work fine.
- --------------------------------------------------------------------
- When a user does a batch download, RBBS searches for all requested
- files before the download begins. If the time needed to download
- these files goes over the users time limit, he/she is asked to edit
- the batch list. After doing so, RBBS again searches for the files
- (even though it has already found them once). Under some conditions
- this can take quite a bit of time and causes frustration for the
- user.
- --------------------------------------------------------------------
- This is merely cosmetic. This will display the user's remaining time
- online at sub-menus, such as the door menu, bulletin menu,
- questionnaire menu, etc. I find it useful (once again because I run
- so many doors and users may not see the Main menu for quite some
- time).
-
- In RBBSSUB4.BAS, change the following one line:
-
-
- 59515 CALL BufFile (CurMenuVer$,ZAnsIndex) 'show menu
- 59520 CALL DispTimeRemain (MinsRemaining) 'JA010801
- ZOutTxt$ = PassedPrompt$ 'get response
- CALL PopCmdStack
- IF ZWasQ = 0 OR ZSubParm = -1 THEN _
- EXIT SUB
- 59530 ZWasZ$ = ZUserIn$(ZAnsIndex)
- --------------------------------------------------------------------
- Here's a new feature I'd like to see alongside the recent Marking
- files checks. Along with checking the existence of marked files as
- they're marked, how about checking to see if enough time exists to
- d/l the list of files marked in addition to the one being marked?
- This, in my opinion woul make the Mark option as full-featured as it
- could possibly be.
- --------------------------------------------------------------------
- From: JEFF ALBERTS
- Incidentally, here's the mod I made to allow users to access the time
- bank when downloading more files than they have time for. It first
- checks to see if they have enough time in the bank to cover what they
- need. It has problems, but works for the most part. You can use it as
- you see fit for anything.
-
- IF (ZGlobalBankTime + 1) > (ZWasA - Temp) THEN ' JA021401
- ZOutTxt$ = "You have " + STR$(ZGlobalBankTime) + " min(s) in the Bank,"
- CALL QuickTPut1 (ZOutTxt$) ' JA021401
- ZOutTxt$ = "Go to the ATM Machine (Y,[N])" ' JA021401
- ZTurboKey = - ZTurboKeyUser ' JA021401
- GOSUB 21668 ' JA021401
- IF ZYes THEN ' JA021401
- CALL QuickTPut1 ("PIN number verified through psychic means.") ' JA
- CALL BankTime ' JA021401
- Temp = 0 ' JA021401
- ZAnsIndex = 1 ' JA021401
- ZLastIndex = LastDnld ' JA021401
- ZOK = ZFalse ' JA021401
- ReStart = ZTrue ' JA021401
- CALL OpenWork (2,ZNodeWorkFile$) ' JA021401
- CALL ReadDir (2,1) ' JA021401
- CALL BreakFileName (ZOutTxt$,DR$,ZWasY$,WasX$,ZTrue) ' JA021401
- ZUserIn$(ZAnsIndex) = ZWasY$ + WasX$ ' JA021401
- CLOSE 2 ' JA021401
- RETURN ' JA021401
- END IF ' JA021401
- ELSE ' JA021401
- CALL QuickTPut1 ("Insufficient funds in the Time Bank.") ' JA021401
- END IF ' JA021401
- --------------------------------------------------------------------
-