Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Phantom User

edited July 2008 in Vanilla 1.0 Help
is there anyway of turning it off?

Comments

  • Bump! :-)
  • Judging by the extension code it looks like the ability to view phantom users is set in the Roles page. I'm guessing you could just give every role that permission with no adverse effects...
  • its unfinished, that option is not available in the roles... at least not that i am seeing.
  • edited December 2006
    In that case, how about try removing this line:
    $PreferencesForm->AddPreference("MenuOptions", "Phantom", "Phantom", 0);
    from near the end of the extension, and cut this bit near the start out:
    if ($rows["Preferences"]) { $settings = unserialize($rows["Preferences"]); if (array_key_exists("Phantom", $settings)) $phantom = ForceBool($settings["Phantom"], 0); else $phantom = false; } else { $phantom = false; }
    and replace it with just
    $phantom = false;
  • Mini <3 Thanks!
  • old one but need a little assistance....is this fix still good for eliminating phantom users? if so, which file is this in?

    thanx
  • The change should be made in the default.php file in the statistics extension. (I think)
  • Hello, is there any way to allow admin the ability to see who the phantom users are?
This discussion has been closed.