January 2, 2013

Replace the Message Read Prompt in SBBS – Updated and Fixed***

I had to change one line in the prompt below. Where it says @SMB_LAST_MSG@ that should read @SMB_TOTAL_MSGS@. The last message @-Code gives a total number of messages in the sub including deleted, dupes, etc…which may not match what the system actually shows. I found that out in some of the message bases that have a lot of posts, such as new file listings.

A while back I explained how to replace the message header (two ways, easy and hard) but now my prompt doesn’t match so I replaced my message reading prompt before work this morning. Here are the directions along with a couple of pics:

  1. Create your ansi prompt. Here’s mine along with an explanation of the @-codes I used.

readp

The @SMB_GROUP@ tells SBBS to list the current message group (Local, Fidonet, etc…) @SMB_SUB@ is the current sub, or message area, within that group. @SMB_CURMSG@ is the current message number in that group and last of all @SMB_LAST_MSG@ is the last message number available. You’ll see what they do a little later on.

(more…)