Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Option to Remove Picture for every registered user

RaizeRaize vancouver ✭✭
edited October 2010 in Vanilla 2.0 - 2.8
What's the best way to go about this? I imported my forum data from an installation of vBulletin 3, and everyones avatars are broken links (everything else transferred fine).

Comments

  • Options
    I think the easiest way is to go directly into MySQL and update it.
    update GDN_User set Photo = NULL;

    This will reset the pictures of every user of your forum.
  • Options
    RaizeRaize vancouver ✭✭
    edited October 2010
    Your the man! I didn't even think about that, but it worked like a charm.

    Just in case anyone else is reading this that after I deleted all the pictures using the above command, I used the Gravatar plugin to replace all the missing avatars with a default picture of a head. Looks a lot cleaner and more professional until the users get around to updating the avatars themselves.
Sign In or Register to comment.