Falco
(Falco)
September 3, 2015, 10:38pm
1
Guys,
After a long wait, some plugin creation, a few patches and a SSO implementation in LUA we launched our company internal community!
It’s a huge sucess, and we just started today!
Thanks for the software and support, and we hope to contribute with some enterprise-y features to core!
18 Likes
Falco
(Falco)
February 10, 2016, 6:37pm
2
Just adding this here:
We are kind of a big instance, more users on last 7 days than the bigger discourse boards. And since we don’t work on weekends, last 7 days is only 5 days (and 30 days is maybe 21/22 days).
But our users are kinda of shy, we have a much lower users / posts ratio when compared to open Discourse boards.
7 Likes
erlend_sh
(Erlend Sogge Heggen)
February 10, 2016, 11:21pm
3
Good thing Discourse also tracks & rewards read time! Would be interesting to hear about your averages there, and how many >5 pages read and things like that.
4 Likes
Falco
(Falco)
February 11, 2016, 1:01pm
4
Users with > 5 topic entered: 2.800
And those 2.800 have, on average :
Read Time (seconds): 3518
Days Visited: 9.5
Post Read Count: 170
Likes Given: 2.7
Likes Received: 2.5
This is a very good data about user behavior, all with a simple query:
SELECT avg(time_read), avg(days_visited), avg(posts_read_count),
avg(likes_given), avg(likes_received), count(*)
FROM user_stats
WHERE topics_entered > 5
5 Likes
Falco
(Falco)
February 26, 2016, 5:14pm
5
After enabling the e-mail system, the number got better a lot.
Digest e-mail are really powerful since they use the most interesting topics to advertise your forum.
2 Likes
riking
(Kane York)
February 29, 2016, 2:18am
6
Took me a bit to decipher those numbers, so:
Half of the last month’s activity was in the last week.
1 Like
Falco
(Falco)
February 29, 2016, 2:44am
7
Yes, this is what I’ve got after one week using the digests and other emails.
I was a bit worried to turn then on, since email policy is a bit strict, and our team bit the bullet last week, and the result is amazing.
We just need to rewrite the mail view because lotus notes is removing some CSS, maybe we can turn a Lotus notes compatible email into a PR.