Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
module:bullseye [2021/02/22 05:08] – more lies and mis information someone will likely fix for me later :-) Mortifismodule:bullseye [2021/04/07 11:17] (current) – Create install section digital man
Line 1: Line 1:
 ====== Bullseye Bulletins ====== ====== Bullseye Bulletins ======
  
-Bullseye Bulletins (/sbbs/exec/bullseye.js) is used to display plain text files that contain information you would like users to have access to, similar to SCFG>Text Files Section.\\ +Bullseye Bulletins (/sbbs/exec/bullseye.js) is used to display plain text files that contain information you would like users to have access to, similar to SCFG>Text Files Section. 
-bullseye.js reads the available list of display files contained in ''../text/bullseye.cfg'' and loads  ''../text/bullseye.acs(msg/asc/ans)''+ 
 +===== Install ===== 
 + 
 +In [[util:SCFG]]->External Programs->Online Programs->Main->Available Online Programs, add: 
 +<file> 
 +╔══════════════════════════════════════════════════════════╗ 
 +║                    Bullseye Bulletins                    ║ 
 +╠══════════════════════════════════════════════════════════╣ 
 +║ │Name                       Bullseye Bulletins           ║ 
 +║ │Internal Code              BULLSEYE                     ║ 
 +║ │Start-up Directory                                      ║ 
 +║ │Command Line               *bullseye                    ║ 
 +║ │Clean-up Command Line                                   ║ 
 +║ │Execution Cost             None                         ║ 
 +║ │Access Requirements                                     ║ 
 +║ │Execution Requirements                                  ║ 
 +║ │Multiple Concurrent Users  Yes                          ║ 
 +║ │Intercept I/O              No                           ║ 
 +║ │Native Executable/Script   No                           ║ 
 +║ │Use Shell or New Context   No                           ║ 
 +║ │Modify User Data           No                           ║ 
 +->│Execute on Event           Logon                       <
 +║ │Pause After Execution      No                           ║ 
 +║ │BBS Drop File Type         None                         ║ 
 +║ │Place Drop File In         Node Directory               ║ 
 +╚══════════════════════════════════════════════════════════╝ 
 +</file> 
 + 
 +===== Configure ===== 
 + 
 +''[[dir:exec]]bullseye.js'' reads the available list of bulletins contained in ''[[dir:text]]/bullseye.cfg'' and displays ''[[dir:text]]bullseye.(msg/asc/ans)'' as the menu to the users.
  
 === Adding Items to Bullseye Bulletins == === Adding Items to Bullseye Bulletins ==
  
-Edit ../text/bulleyes.cfg using a text editor of your choice+Edit ''[[dir:text]]/bulleyes.cfg'' using a text editor of your choice
  
 <code edit_bull> <code edit_bull>
Line 14: Line 44:
 ** bullseye.cfg file format** ** bullseye.cfg file format**
  
-<code bull>+<file bullseye.cfg>
 0 0
 ../text/qna/faqs.txt ../text/qna/faqs.txt
 ../text/sbbs.msg ../text/sbbs.msg
 ../docs/dove-net.txt ../docs/dove-net.txt
-</code>+</file>
  
 Note: the "0" (zero) on the first line is important and must not be removed.  This is a place holder so the counter does not start at 0.\\ Note: the "0" (zero) on the first line is important and must not be removed.  This is a place holder so the counter does not start at 0.\\
-the remain items, one per line, correspond to the item number in bulleyes.msg menu file.+the remaining items, one per line, correspond to the item number in bulleyes.msg menu file.
  
 {{:module:bulleyes.png?400|}} {{:module:bulleyes.png?400|}}