[Psi-Jack -//- Decker's Heaven]
Is there any? Besides the MPS files that are provided by Mystic BBS itself, and some modders out there that have made stuff, I don't see any kind of docs on MPL making it less useful
Is there any? Besides the MPS files that are provided by Mystic BBS itself, and some modders out there that have made stuff, I don't see kind of docs on MPL making it less useful
In the older MPL 1.x there is a MPL.doc and I think some have updated it.
The recently lost Wiki had some MPL documentation I was working on, but
we lost that information sadly.
We just really need to get a good Wiki going...
There are lots of source codes to look at and a few MPL "gurus" here myself and Gryphon are both good resources if you have something you
want to see if you can do... feel free to ask away and I can try to help time permitting.
--- Mystic BBS v1.10 A52 (Windows)
* Origin: Sector 7 [Mystic BBS WHQ] (46:1/127)
In the older MPL 1.x there is a MPL.doc and I think some have updated it.
The recently lost Wiki had some MPL documentation I was working on, but
we lost that information sadly.
We just really need to get a good Wiki going...
There are lots of source codes to look at and a few MPL "gurus" here myself and Gryphon are both good resources if you have something you
want to see if you can do... feel free to ask away and I can try to help time permitting.
[Psi-Jack -//- Decker's Heaven]
I actually have a modified mpl.doc that is viewable on Cyberia. Just go to the Textfiles>>Mystic section.
[Psi-Jack -//- Decker's Heaven]
support. I believe gryphon made something like that already, but it's not without issues, and constantly repeats text on the screen, possible
Mystic bug or mpl issues themselves. Most likely the latter. But if the bulletni text doesn't at least fill up a page worth, it repeats down.
[Psi-Jack -//- Decker's Heaven]
Well, one thing I'd like to do to start simple is an MPL that allows directly posting to a Netmail message base, which /should/ always be
base 1, and then return the user's active message base backt o what they had before the netmail, since currently you can't actually send netmail without activating that message base exclusively.
On 08/31/14, g00r00 said the following...
In the older MPL 1.x there is a MPL.doc and I think some have updated
The recently lost Wiki had some MPL documentation I was working on, b we lost that information sadly.
We just really need to get a good Wiki going...
There are lots of source codes to look at and a few MPL "gurus" here myself and Gryphon are both good resources if you have something you want to see if you can do... feel free to ask away and I can try to h time permitting.
Well, one thing I'd like to do to start simple is an MPL that allows directly posting to a Netmail message base, which /should/ always be
base 1, and then return the user's active message base backt o what they had before the netmail, since currently you can't actually send netmail without activating that message base exclusively.
Something like that so simple.
I'm also looking to do a slightly improved bulletin system with folder support. I believe gryphon made something like that already, but it's not without issues, and constantly repeats text on the screen, possible
Mystic bug or mpl issues themselves. Most likely the latter. But if the bulletni text doesn't at least fill up a page worth, it repeats down.
I also want the bulletin board system to support folders, show what's
new and unread, keeping track, so people can, at a glance, see new BRE, SRE, FE, etc scores without going into the game (like, someone may be currently in it, etc).
On 08/31/14, Gryphon said the following...
I actually have a modified mpl.doc that is viewable on Cyberia. Just to the Textfiles>>Mystic section.
Cool... But, can't download it? :)
1. Note the current base.
2. Switch to the Netmail base
3. Post to the netmail base
4. Switch back to the original base.
[Psi-Jack -//- Decker's Heaven]
support. I believe gryphon made something like that already, but it's without issues, and constantly repeats text on the screen, possible Mystic bug or mpl issues themselves. Most likely the latter. But if t bulletni text doesn't at least fill up a page worth, it repeats down.
Ahh, I found out two things that are wrong, BTW..
G-Files repeats the last line endlessly IF that line ends without a newline under it. Very easy to do in Linux in fact.
Difference from the EOF being here: _
And here:
_
The latter one works, while the first one repeats that line over and
over and over again..
Second problem is the textview.ans isn't supplied with it, so the
default is just... A scrollbar.. That's it.
Seems like everything about it otherwise is nice, except for the lack of new tracking. Though, I haven't yet tested it for multi-node, based on what I see in the MPS itself I'm curious about that, in terms of the
temp files I see things like this:
If FileExist(CfgTempPath+'textview.dat') Then
...
And wonder where CfgTempPath is, is it the node temp dir? If so, then it should be fine and isolated nicely.
I actually have a modified mpl.doc that is viewable on Cyberia. to the Textfiles>>Mystic section.
Cool... But, can't download it? :)
I think that might be an undocument option. I'll have to check.
Nope, It's not there. It will be available in the update.
[Psi-Jack -//- Decker's Heaven]
Second problem is the textview.ans isn't supplied with it, so the default is just... A scrollbar.. That's it.
That is actually for the optional textview app. It is not required for the gfiles app, since Mystic has pretty darned good text viewer function already. gfiles will use the optional textview.mpx program if it exists
in the scripts directory. If it doesn't find it, it will use the
default mystic textviewr. I wrote that app before Mystic had the
internal text viewer. But.. to answer your question, the CfgTempPath+'textview.dat' is a temp file that gets created in the
nodes' temp directory. It is a binary file copy of the textfile being viewed.
[Psi-Jack -//- Decker's Heaven]
On 09/01/14, Gryphon said the following...
I actually have a modified mpl.doc that is viewable on Cybe to the Textfiles>>Mystic section.
Cool... But, can't download it? :)
I think that might be an undocument option. I'll have to check.
Nope, It's not there. It will be available in the update.
Cool. Much appreciated! I'm definitely looking at your G-Files as an option for bulletins, because it supports folders which is really handy. The only thing I think is lacking is a what's-new indicator.. Yes, I
know it has an age view of it, but that's not quite the same thing.
The way that the bulletin.mps works is by comparing the UserLastOn with the date/time of the file to show bulletins that are new within that
time period, at the least.. I'd like to go a little further, honestly,
and have each user their own index file to track what they've read, when they read it, so no matter when they login, how many times they login, they can always see the bulletins they have yet to read (and possibly should), like BBS rules, policies, as well as things like door game scores.
On 09/01/14, Gryphon said the following...
Second problem is the textview.ans isn't supplied with it, so th default is just... A scrollbar.. That's it.
That is actually for the optional textview app. It is not required f the gfiles app, since Mystic has pretty darned good text viewer funct already. gfiles will use the optional textview.mpx program if it exis in the scripts directory. If it doesn't find it, it will use the default mystic textviewr. I wrote that app before Mystic had the internal text viewer. But.. to answer your question, the CfgTempPath+'textview.dat' is a temp file that gets created in the nodes' temp directory. It is a binary file copy of the textfile being viewed.
Hmmm, when I delete textview.mpx, it completely fails to work at all, actually. Makes me wonder if I have an old version, or not, but
according to my file bases, it's the exact same version as-is on your
BBS, so.. I dunno.. It is definitely using the textview.mpx as mandatory though. It was even in the docs to move textview.mps to the script dir, and compile it, and could be used optionally by itself.
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,063 |
Nodes: | 17 (0 / 17) |
Uptime: | 90:31:36 |
Calls: | 501,400 |
Calls today: | 3 |
Files: | 109,432 |
D/L today: |
3,815 files (9,918M bytes) |
Messages: | 296,858 |