How do I delete avatars?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • porkyaaa
    Member
    • Sep 2004
    • 31

    How do I delete avatars?

    some people uploaded avatars to the fourm. How do I delete them? I cant find them anywhere
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    This query should do it (backup first):

    Code:
    DELETE FROM customavatar
    You can run this query in your:

    Admin CP -> Import & Maintenance -> Execute SQL Query

    You must have permission to execute queries in your includes/config.php file:

    // ****** USERS WITH QUERY RUNNING PERMISSIONS ******
    // The users specified here will be allowed to run queries from the control panel.
    // See the above entries for more information on the format.
    // Please note that the ability to run queries is quite powerful. You may wish
    // to remove all user IDs from this list for security reasons.
    $canrunqueries = '';

    Comment

    • porkyaaa
      Member
      • Sep 2004
      • 31

      #3
      is there another way to do it? is there a way I can choose and save some of the avatars?

      Comment

      • Steve Machol
        Former Customer Support Manager
        • Jul 2000
        • 154488

        #4
        Perhaps you could explain exactly what you want to do.
        Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
        Change CKEditor Colors to Match Style (for 4.1.4 and above)

        Steve Machol Photography


        Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


        Comment

        • porkyaaa
          Member
          • Sep 2004
          • 31

          #5
          I just want to see all the custom avatars people uploaded and delete some but not all of it

          Comment

          • Steve Machol
            Former Customer Support Manager
            • Jul 2000
            • 154488

            #6
            Then you can delete one at a time in each user's profile on the Admin CP.
            Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
            Change CKEditor Colors to Match Style (for 4.1.4 and above)

            Steve Machol Photography


            Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


            Comment

            • Jake Bunce
              Senior Member
              • Dec 2000
              • 46598
              • 3.6.x

              #7
              I made these scripts to delete avatars for a single group. They are kind of crude and don't do any reporting, but they might be of use to you.

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...