Subj : Webv4 JS for Message Date
To : Cellguy
From : echicken
Date : Sat Feb 20 2021 11:13 pm
Re: Webv4 JS for Message Date
By: Cellguy to All on Sat Feb 20 2021 11:50:47
Ce> add a function on the webv4 page that adds the last message date to the
Ce> forums sub list. what would be the text I would insert and where? I pretty
Ce> sure it would be inserted in webv4/lib/forum.js.
This used to be a feature in a previous iteration of the web UI, but I didn't implement it this time around because it was a bit slow.
I may add it back in when I get back to rewriting the forum page, which will be pretty soon now. There are faster or less obtrusive ways of doing it than I did before.
Anyway, if you want to add it this feature, the thing to do would be to copy webv4/pages/002-forum.ssjs over to webv4/mods/pages/002-forum.ssjs, and then add your code somewhere in there. It's not terribly complicated, but it is more involved than just inserting a bit of text.