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.

Who am I banning?

edited August 2006 in Vanilla 1.0 Help
I'm testing this on my test site. I logged in as the admin. I did a search for a user. the user's info and stats were displayed. Then I clicked on the link on the left labeled "change role". I'm about to ban this user and I notice that nowhere on the page can I see what the user's name is (not real name, not login name, nada) that I'm banning. Do I need a plug in? New glasses maybe? :) Thanks for any thoughts, comments, dirty remarks....

Comments

  • you're absolutely right. it definitely should be on the page somewhere, but it's not.
  • edited August 2006
    You could edit account_role_form.php (see the lussumo doc about creating a new theme). Add after the line 13:
    <h2>'.$this->User->Name.'</h2>
    or edit the line 15:
    <legend>'.$this->User->Name.': '.$this->Context->GetDefinition('ChangeRole').'</legend>
    Could be a last minute change for Vanilla 1.0.1.
  • Definitely should be.
This discussion has been closed.