Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option to have active users similar to standard forum software #12

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

dwendt
Copy link

@dwendt dwendt commented Oct 31, 2014

This adds a checkbox to determine if the user would actually like all active forum users(ANYWHERE on the forum) to display... since that's how the active users widget works for every other forum...

@dwendt dwendt mentioned this pull request Nov 2, 2014
if (widget.data.global) {
async.parallel({
users: function(next) {
user.getUsersFromSet('users:online', 0, 49, next);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this already returns a list of user objects so no need to call getUserData again

@dwendt dwendt force-pushed the master branch 2 times, most recently from 611495a to 9ee7c2f Compare September 14, 2015 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants