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
ANSI Questions
Moderator: Mod Squad
-
Franchise_24
- Posts: 198
- Joined: Tue Jun 16, 2009 2:10 pm
- Location: Lexington, Ohio
- Contact:
-
Stoneslinger76
- Posts: 427
- Joined: Wed Apr 23, 2008 12:01 pm
- Location: Kitchener, ON, Canada
- Contact:
Re: ANSI Questions
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.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
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
telnet://theswampbbs.net or http://theswampbbs.net
Re: ANSI Questions
WGSCOLOR.EXE? if so sure n/pStoneslinger76 wrote: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.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
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)