home *** CD-ROM | disk | FTP | other *** search
- Big Daddy Kain #17 @12128
- Thu Jun 08 07:37:34 1995
- ┌───────────────────────────────────────────────────────────────────────────┐
- │ Mod Name: UNDER-07.MOD Mod Author: Undertaker 06-06-95 │
- │ Difficulty: █▒▒▒▒▒▒▒▒▒ IceNet 2@5304 │
- │ WWiV Version: 4.24 <── ONLY TerraNet 2@5300 │
- │ Files Affected: BBSOVL1.C │
- │ Description: Removes the BORDER on the CHAINS Menu │
- └───────────────────────────────────────────────────────────────────────────┘
-
- Extended Description: Removes the old boring blue border around the chains
- menu. I never liked it, so i thought others would like this.
-
-
- Disclaimer: if ((you) || ((screw->up_then>0) && (dont==come)))
- and(-1);
- try(2, sue, my, &ass);
- you_did(it->your_self,);
- while (you<may->blame_me,[i])
- give([++no++]);
- guarantee(that(-(it->will_work),' '));
- on(("&your_system"); && (%oh yeah)); {
- [[back_up_],.]
- your[0]=source;
-
-
- Key:
- == Existing Line
- -- Delete this line
- ++ Add this line
- !! Change this line
-
-
- BBSOVL1.C Replace your void show_chains( with this one.
-
- void show_chains(int *mapp, int *map)
- {
- int abort=0,i,i1;
- char s[121],s1[121];
- userrec u;
-
- if ((sysinfo.flags & OP_FLAGS_CHAIN_REG) && chains_reg) {
- abort=0;
- nl();
- nl();
- sprintf(s1,"4 Num Description Sponser Usage");
- strcat(s,s1);
- pla(s,&abort);
- for (i=0; (i<*mapp) && (!abort) && (!hangup); i++) {
- strcat(s,". ");
- if (okansi()) {
- read_user(chains_reg[map[i]].regby[0],&u);
- sprintf(s," %d 5%3d%d 1%-41s%d %d%-21s%d 1%5d%d",
- FRAME, i+1, FRAME, chains[map[i]].description,
- FRAME, (chains_reg[map[i]].regby[0])?2:3,
- (chains_reg[map[i]].regby[0]) ? u.name : get_string(315),
- FRAME, chains_reg[map[i]].usage, FRAME );
- pla(s,&abort);
- if (chains_reg[map[i]].regby[0]!=0) {
- for(i1=1;i1<5;i1++) {
- if (chains_reg[map[i]].regby[i1]!=0) {
- read_user(chains_reg[map[i]].regby[i1],&u);
- sprintf(s," %d %-41s 2%-21s%d %5.5s",
- FRAME, " ", u.name, FRAME, " ");
- pla(s,&abort);
- }
- }
- }
- } else {
- read_user(chains_reg[map[i]].regby[0],&u);
- sprintf(s," %3d %-41.41s %-21.21s %5d",
- i+1,chains[map[i]].description,
- (chains_reg[map[i]].regby[0]) ? u.name : get_string(315),
- chains_reg[map[i]].usage);
- pla(s,&abort);
- if (chains_reg[map[i]].regby[0]!=0) {
- for(i1=1;i1<5;i1++) {
- if (chains_reg[map[i]].regby[i1]!=0) {
- read_user(chains_reg[map[i]].regby[i1],&u);
- sprintf(s," %3.3s %-41.41s %-21.21s %5.5s",
- " "," ",(chains_reg[map[i]].regby[i1]) ?
- u.name : get_string(315)," ");
- pla(s,&abort);
- }
- }
- }
- }
- }
- } else {
-
- abort=0;
- nl();
- for (i=0; (i<*mapp) && (!abort) && (!hangup); i++) {
- sprintf(s,"%d. %s",i+1, chains[map[i]].description);
- pla(s,&abort);
- }
- nl();
- }
- }
-
-
- ──[NOTE]────────────────────────────────────────────────────────────────────
- This MOD will display your chains menu normal, just without the blue border.
-
- ────────────────────────────────────────────────────────────────────────────
-
- UNDER-01.MOD - View Pending List From WFC When Hit '/'
- UNDER-02.MOD - Allow No Users Under Certain Security Level To Stay Online
- UNDER-03.MOD - Bulletins Menu From Main Menu By Hitting '@'
- UNDER-04.MOD - Makes Your BBS 9600+ Only
- UNDER-05.MOD - Random Menus
- UNDER-06.MOD - Use Anvil-Chat(c) In your BBS
- UNDER-07.MOD - Remove Blue Border In CHAINS MENU - 4.24 Only
-
-
- If You use this MOD, drop me a line, or call The Anvil BBS [ASV] at
- (503)746-9479.
-
- Undertaker
- sburns@efn.org <── InterNet
- #215 @12127 WWIVNet
- #2 @5304 IceNet
- #2 @5300 TerraNet
- #2 @5301 TexasNet
- #2 @1 AnvilNet The Anvil BBS [ASV] (503)746-9479
-