Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Order of Online members on Index
#1
Could be worth to have a thought on the order of members online, displayed on the index page.

Currently Bots are displayed first, followed by real members.
$onlinemembers = array_merge($onlinebots, $onlinemembers);

Why not put real members into first place and append Bots to the end. Simply switch the order like this:
$onlinemembers = array_merge($onlinemembers, $onlinebots);
(v1.8.29, index.php, line 184)

[ETS]

Edit:
As well as in portal.php, line 320.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)