January 2013

Some Things I Just Can’t Share on Facebook…

…although I’m not sure but I may have this site linked…Hmm…

 

What the hell…

 

 

Graphical Setup Tutorial For Fastecho

Roger Shays has put up a Fastecho tutorial for those interested. Thanks Roger.

You can find it here.

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…)

How to Change The User Settings Screen in SBBS

So the next thing I decided to tackle on the board was the default user settings screen on my board.

I initially attempted to change the text strings in my baja menu source by using the REPLACE_TEXT command in it. That apparently won’t work for whatever reason, so I had to edit the text.dat directly. Be very careful when you edit your text.dat file because you can royally screw things up here.

What I did was to create the entire screen in Ansi and then save each line as a separate file at which point I replaced the text like so:

shadow10

Make sure to leave the line between prompt 493 and 494 as it is or you’ll mess things up.

This is what it looks like now.

shadow9

I don’t have any plans to replace the header and footer strings at the moment although I might attempt to do that later. It was actually pretty easy, just a bit of copy and replace. Make sure to only use the string itself, don’t add the ending ESC[255D if your ansi editor inserts it at the end of the file.