home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / QUICKFND.ZIP / QUICKFIN.TXT
Text File  |  1991-04-22  |  3KB  |  83 lines

  1.  
  2. ────────────────────────────────────────────────────────────────────────────────
  3. Area : MUFFIN       -Maximus Support
  4. From : Dave Aronson                        20-Apr-91 15:47:00
  5. To   : Frank Koza                          22-Apr-91 05:45:34
  6. Subj.: Re: global new message scan                                              
  7.  
  8.  FK>  DA> Ayup, that add-on works like a charm here!  Thanks!  Tho I'll 
  9.  FK> repeat my 
  10.  FK> 
  11.  FK> What does the final mecca routines look like?  I couldn't get your 
  12.  FK> initial post of the mecca routines to scan.
  13.  
  14. There are four parts.  First, modify menus.ctl to change this line:
  15.  
  16.   NoDsp Same_Direction                             Twit "|"
  17.  
  18. to this:
  19.  
  20.   NoDsp Display_File    misc\moremsgs              Twit "|"
  21.  
  22. and add this to the same menu (MESSAGE):
  23.  
  24.         Display_File    misc\nextarea              Twit "Quickfind"
  25.  
  26. misc\moremsgs.mec says:
  27.  
  28.  [msg_prior menu_cmd read_previous]
  29.  [msg_prior quit]
  30.  [msg_nonew goto nonew]
  31.  [menu_cmd read_next]
  32.  [quit /nonew]
  33.  End of available messages in this area.
  34.  Quickfind next new message? [menu]yn|
  35.  [choice]n[quit]
  36.  [display]misc\nextarea
  37.  
  38. misc\nextarea.mec says:
  39.  
  40.  [msg_nomsgs]No messages in[goto nextarea]
  41.  [msg_nonew ]No new msgs in[goto nextarea]
  42.  [msg_noread]You don't read[goto nextarea]
  43.  [/choose]
  44.  There are new messages in area [msg_carea]: [msg_cname]!
  45.  Do you want to read them (Y/n/q/?)? [menu]y|nq?
  46.  [choice]|[goto readit]
  47.  [choice]y[goto readit]
  48.  [choice]n
  49.  [choice]n[goto poke]
  50.  [choice]q[quit]
  51.  
  52.  Enter Y to read this area (default), N to skip it, or Q to quit.
  53.  [goto choose]
  54.  [/readit]
  55.  [menu_cmd read_next]
  56.  [quit]
  57.  
  58.  [/nextarea] area [msg_carea]: [msg_cname]
  59.  [/poke no_keypress goto poke2]
  60.  [quit]
  61.  
  62.  [/poke2 link]+Mislast
  63.  [key_poke]a]q
  64.  
  65. amd finally, islast.mec, which turns into islast.bbs, which should be 
  66. placed in the directory of your highest msg area, says:
  67.  
  68.  You have reached the highest message area.
  69.  
  70.  [enter exit]
  71.  
  72.  
  73. (note: all mecca files have been indented by one space here to prevent 
  74. wrapping).  Don't forget to *compile* the .mec files with MECCA!  David 
  75. Lyle's version differs mainly in that he calls the Quickfind function 
  76. /nextmsg.  I am considering going back to that name, since so many users 
  77. hit Q in the msg area in an attempt to get to the main menu, thinking of 
  78. the Quit command of Fido, GT, and other such obsolete software.
  79.  
  80. --- Maximus-CBCS v1.02
  81.  * Origin: A.C.E. consulting: TIDMADT 703-370-7054, voice x6508 (1:109/120)
  82.  
  83.