I'd like to be able to restrict the index to only show areas for the active Message Group if possible. I know xqtr does something similar on his BBS but hoping he didn't have to write a custom MPL script just to
do that :) which is possible.
you can't select the area you want to display with the MI command. MI
gets its configuration from an ini file called ansimids.ini. inside this file there is a value called exclude_groups in the Options stanza.
to display a specific area, let's say 4, you have to create such an ini file, that in the exclude_groups option, excludes all other areas except 4, like this:
[options]
...
exclude_groups = 1,2,3,5,6
...
this way, when you launch the index reader, it will display only the
area that is not excluded ;)
so, it's not a complete script to write... but it needs some work to implement it.
the original idea/implementation was done by pequito of twinkle bbs, who offered to help me... so all credits goes to him.
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 31 |
Nodes: | 8 (0 / 8) |
Uptime: | 165:35:25 |
Calls: | 2,077 |
Calls today: | 3 |
Files: | 11,137 |
Messages: | 947,188 |