Post
Topic
Board New forum software
Re: What's the status w/ that new forum software?
by
Gleb Gamow
on 26/09/2016, 03:29:39 UTC
Did the mods here get taken for a ride or something?

http://qntra.net/2016/09/thermos-becomes-pressurized-container/

https://bitcointalk.org/index.php?topic=1278312.40

Totally confused by this one.  Undecided

Is that you Matthew? Long time no see.

Love your magazine by the way. ROTFLMAO



Yours is a stock photo, whereas mine is an actual pic:



The software will come. The public beta is currently up at https://beta.bitcointalk.org/. You can track the development progress at https://github.com/epochtalk/epochtalk. As you can see, it is still actively being worked on.

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.