Mybb: Add spider visibility options on online lists

Created on 16 Apr 2020  路  5Comments  路  Source: mybb/mybb

  • show/hide spiders on the index/portal online list
  • display order on index/portal online list (before/after logged in users)
  • include/exclude spiders in displayed guest counts (may be dependent on the previous setting)
1.8 feedback enhancement

Most helpful comment

I imagine it would be a <select> if we go with 3 options, but with #3934 it may make sense to remove _display first_ altogether.

All 5 comments

I think we could do with a global radio setting for Display first, Display last, Don't display.

display order on index/portal online list (before/after logged in users)

Do we even need a setting for this? If so, maybe a group display order setting or even use the default group display order value (good opportunity to unlock default groups order).

Sounds like a good direction, but note that intended use for group order now (I believe only showteam.php) may differ from preferences for the online list, and may more more complex than simple group order (e.g. mixing groups by ordering by username, but showing the new _Bots_ group last).

Online count aside:

  • simple approach: Spiders: _Display first_, _Display last_, _Don't display_
  • simpler approach: Spiders: _Display last_, _Don't display_
  • extensible approach: add _online list order_ and _Display_ checkbox to user groups (last position for new _Bots_ group by default, admins can uncheck the box to hide it completely; same order would mix groups)

It would, however, interfere with an assumption that online lists are as accurate as possible and introduce unnecessary features (we only need to change how a category of guests is handled).

simple approach: Spiders: Display first, Display last, Don't display

I would go with this to remove the need for two settings (first two points in your OP).

I imagine it would be a <select> if we go with 3 options, but with #3934 it may make sense to remove _display first_ altogether.

Good idea! Personally I do not need to display bots in online list, so I will use this setting :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

WildcardSearch picture WildcardSearch  路  6Comments

euantorano picture euantorano  路  4Comments

Ben-MyBB picture Ben-MyBB  路  7Comments

Eldenroot picture Eldenroot  路  4Comments

yuliu picture yuliu  路  3Comments