Conference Join HISTORY v1.6 Added (Drew) - Right and left arrows for the PGDN and PGUP functions. Feel free to add whatever suits your (and/or your users's) needs. That's why source is included. :) Fixed (Drew) - In the case where a full page of conferences have been printed for the user, and there are still more conferences left, but the user does not have access to them, it would print a blank page and still have the lightbar input. The user would then be able to move the lightbar on an empty page... doh! v1.5 - Released 04-09-95 [--Nemesis Revised JOIN.PPE--] Added - Lightbar support! Fixed - If users security was not high enough to see a conference it would not show any conferences after that conference. Changed - Config File is now 4 lines. You just need to add a lightbar options prompt on line 3 and the lightbar highlight color on line 4 [--Drew's addition--] Fixed - Users who were locked out of a conference still had the conference shown to them. At around line 130 in the previous version, it reads: "if (confsel(confnum) || (confreg(confnum)) then" Instead, have it read: "if (confreg(confnum)) then" v1.2 - Released 02-05-95 Added - Can now display if scripts are available for a conference or not (use the replacement code %S%). Fixed - MAJOR SPEED IMPROVEMENT! See the following changes and fixes as to why... (This change may lead to adding lightbars in a future version. ) Changed - Took out the need for Lines 1 & 2 in the config file. I forgot that the information there can be found inside of PCBOARD.DAT. :) Changed - Before, it would use readline() statements to read the long conference name from the CNAMES file. However, readline statements are terribly slow, so I adopted the method of reading from the CNAMES.ADD file from CNFS.PPS (the PPE used on Salt Air). This change by itself increases execution dramatically. v1.1 - Released 12-10-94 Fixed - Minor bug where before, if the user selected NONSTOP for displaying the conferences, it still paused on every page. Added - Can now display high message number for the conference. Added - Can now display last message read for the user in each conference. v1.0 - Finished 10-12-94 Initial Release.