0
Welcome Guest! Login
0 items Join Now

Altering the Replicant counter? (status center)

    • alberto gonzalez's Avatar

    Altering the Replicant counter? (status center)

    Posted 17 years 8 months ago
    • Can anyone tell me how to adjust/alter the counter that shows how many people are online. I want it to display how many people are online + 5, so that it looks like there are 5 more people online than there really are.

      If you don't know could you at least direct me to where this part of the code is located.
  • Re: Altering the Replicant counter? (status center)

    Posted 17 years 8 months ago
    • Just a quick look in modules/mod_whosonline.php i found:

      (Lines 29-31)
      // calculate number of guests and members
      $user_array      = 0;
      $guest_array     = 0;

      While I had my one admin account logged in it showed 1 member logged in.. I then changed user_array to 5 instead of 0 and showed 6.. think thats what you were looking for..

Time to create page: 0.054 seconds