Post
Topic
Board New forum software
Re: What's the status w/ that new forum software?
by
da2ce7
on 28/09/2016, 06:36:39 UTC
Two days ago, a Friday, a full day's work below was the last update: https://github.com/epochtalk/epochtalk/commit/1a34230c77bfe43a9960bd5a1785a9a4dca12277

Quote
// get lastActive for this user
     request.db.users.getLastActive(userId)
     .then(function(lastActive) {
-      console.log(lastActive);
       // if no lastActive, then just update
       if (!lastActive) { return true; }

I'm not a coder, so I haven't a clue if the above needs more commas or cowbells.

I can undersand that you are not a coder; as a coder would notice that the Epochtalk forum software has been split up into modules and most of the development no-longer happens in the core module.

Please see:
https://github.com/epochtalk/