home bbs files messages ]

Just a sample of the Echomail archive

<< oldest | < older | list | newer > | newest >> ]

 Message 13074 
 G00R00 to H7 
 Re: display a banner on m 
 31 Jan 19 19:20:17 
 
 h7> i'd like to display a banner file when user joins a specific message
 h7> area on my mystic setup. not msg group but a msg area (local). i think
 h7> there was a way of doing that but im too dumb to find it from the doc
 h7> and too lazy to start coding some mpl .. i think there was something but
 h7> i cant just remember what it was.

This MPL script will do it for you.  It display "marea" from the
theme text directory whenever a user selects a different message base.  This
replaces the MA menu command.

[---SNIP---]
Uses
  User,
  MBase;

Var
  BaseNum : LongInt;
Begin
  GetThisUser;

  BaseNum := UserMBase;

  MenuCmd('MA', ParamStr(1));

  GetThisUser;

  If BaseNum <> UserMBase Then Begin
    GetMBase(UserMBase);

    DispFile ('marea' + Int2Str(MBaseIndex));
  End;
End
[----END----]

--- Mystic BBS v1.10 A52 (Windows)
 * Origin: Sector 7 [Mystic BBS WHQ] (46:1/127)
 þ Synchronet þ thePharcyde_ >> telnet://bbs.pharcyde.org (Wisconsin)

<< oldest | < older | list | newer > | newest >> ]

(c) 1994,  bbs@darkrealms.ca