Hi DM,
Today I noticed there's a bbs.edit_msg() function that was added in Synchronet 3.18. I tried calling that with a header for an existing message in a sub-board. When my editor came up, it was empty. Should it be editing the existing message contents?
I'm running today's Synchronet build (March 23, 2022) for Windows.
Today I noticed there's a bbs.edit_msg() function that was added in
Synchronet 3.18. I tried calling that with a header for an existing
message in a sub-board. When my editor came up, it was empty. Should
it be editing the existing message contents?
Yes, that's how I use it in msglist.js:
bbs.edit_msg(list[current]);
And that list[] value is a returned object from MsgBase.get_msg_header().
Synchronet 3.18. I tried calling that with a header for an existing
message in a sub-board. When my editor came up, it was empty.
Should it be editing the existing message contents?
Yes, that's how I use it in msglist.js:
bbs.edit_msg(list[current]);
And that list[] value is a returned object from
MsgBase.get_msg_header().
Re: bbs.edit_msg() - Empty message
By: Digital Man to Nightfox on Wed Mar 23 2022 05:45 pm
Today I noticed there's a bbs.edit_msg() function that was added in
Synchronet 3.18. I tried calling that with a header for an existing
message in a sub-board. When my editor came up, it was empty. Should
it be editing the existing message contents?
Yes, that's how I use it in msglist.js:
bbs.edit_msg(list[current]);
And that list[] value is a returned object from MsgBase.get_msg_header().
I'm also passing it an object from MsgBase.get_msg_header(). Does it need to have expanded fields or anything?
Sysop: | DaiTengu |
---|---|
Location: | Appleton, WI |
Users: | 991 |
Nodes: | 10 (0 / 10) |
Uptime: | 119:02:43 |
Calls: | 12,958 |
Files: | 186,574 |
Messages: | 3,265,631 |