ANSI Questions

General discussion regarding the project.

Moderator: Mod Squad

Post Reply
Franchise_24
Posts: 198
Joined: Tue Jun 16, 2009 2:10 pm
Location: Lexington, Ohio
Contact:

ANSI Questions

Post by Franchise_24 »

How do you embed info in your ANSI screen? Like for example, I connect to The Swamp BBS and it told me I was connected to Channel 2. What all commands are available to put in your menus or welcome screens that pulls information from the BBS?

Thanks,
Neal

Stoneslinger76
Posts: 427
Joined: Wed Apr 23, 2008 12:01 pm
Location: Kitchener, ON, Canada
Contact:

Re: ANSI Questions

Post by Stoneslinger76 »

Franchise_24 wrote:How do you embed info in your ANSI screen? Like for example, I connect to The Swamp BBS and it told me I was connected to Channel 2. What all commands are available to put in your menus or welcome screens that pulls information from the BBS?

Thanks,
Neal
You use "text variables" and the built in ansi editor. When in the ansi editor hit ALT-V to insert a variable. A box will pop up enter the variable name, justify (none, left or right) and then how many spaces.

the "Channel #02" = "Channel #CHANNEL the CHANNEL is the text variable.
Text Variables used on the login page at theswampbbs
IP_CLIENT
SYSTEM_NAME
REG_NUMBER
CHANNEL

Thier is a few lists of text variable in wg/mbbs manual or in \wgserv\help you can find them by searching differnt help topics.
You can add them just about anywhere, be carefull when useing the ansi editor sometimes it will drop the last character of data when you save.
Dont confuse the ANSI text variables for the web interface text variables, the web is a whole other ball game and those are web only for the mostpart.

Be carefull in the ansi editor, it may drop the last character of data when it saves. I think Dspain made a patch for the ansi editor but I have never been able to find it on his bbs maybe you can upload to your file area on my bbs Dspain(Thanks in advance)
Stoneslinger
telnet://theswampbbs.net or http://theswampbbs.net

User avatar
dspain
Posts: 2102
Joined: Sun May 07, 2006 10:38 pm
Location: richmond,virginia
Contact:

Re: ANSI Questions

Post by dspain »

Stoneslinger76 wrote:
Franchise_24 wrote:How do you embed info in your ANSI screen? Like for example, I connect to The Swamp BBS and it told me I was connected to Channel 2. What all commands are available to put in your menus or welcome screens that pulls information from the BBS?

Thanks,
Neal
You use "text variables" and the built in ansi editor. When in the ansi editor hit ALT-V to insert a variable. A box will pop up enter the variable name, justify (none, left or right) and then how many spaces.

the "Channel #02" = "Channel #CHANNEL the CHANNEL is the text variable.
Text Variables used on the login page at theswampbbs
IP_CLIENT
SYSTEM_NAME
REG_NUMBER
CHANNEL

Thier is a few lists of text variable in wg/mbbs manual or in \wgserv\help you can find them by searching differnt help topics.
You can add them just about anywhere, be carefull when useing the ansi editor sometimes it will drop the last character of data when you save.
Dont confuse the ANSI text variables for the web interface text variables, the web is a whole other ball game and those are web only for the mostpart.

Be carefull in the ansi editor, it may drop the last character of data when it saves. I think Dspain made a patch for the ansi editor but I have never been able to find it on his bbs maybe you can upload to your file area on my bbs Dspain(Thanks in advance)
WGSCOLOR.EXE? if so sure n/p

Post Reply