• Please note that this section is for questions regarding the forum itself - it is not for fan game-related questions. If you have a question about a fan game, ask in the appropriate thread.

  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Dawn, Serena, Hilda, Wes - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Suggestion: Swap out avatar thumbnails for the real thing

ruby

[span="howdy;partner"][/span]
  • 1,386
    Posts
    21
    Years
    • Seen Mar 27, 2024
    At the moment when avatars are resized by VB to make thumbnails for them they lose any transparency they might have had, uglying up profile pages.

    All that would need to be done is a quick search for this in the memberinfo_block_ministats template:

    Code:
    $prepared[avatarurl]


    and this in the memberinfo_visitormessage template:

    Code:
    $message[avatarurl]

    (there is only one instance of each of them in each template)


    and replace them both with this instead:

    Code:
    image.php?u=$prepared[userid]$avatarurl


    and then finally, replace this in the memberinfo_tiny template:

    Code:
    $user[avatarurl]

    (again, the only instance of it in the template)

    with this:

    Code:
    image.php?u=$user[userid]$avatarurl


    I have a feeling I've said something about this before though, years and years and years ago. I don't remember the response to it though, and I can't find the post, so feel free to refresh my memory if there was a good reason it wasn't done.

    I do know that I had a different, messier and less thought out solution last time which could have been why.
     
    So these weird codes must be replaced by me? Or are you addressing the mods????
    Anyway, I support this idea very much, mainly because of the transparency & the animation, like in my avatar...
     
    Back
    Top