PDA

View Full Version : Special Avatar Sizes?


Gossennator
11-24-2008, 03:53 PM
I am running vB 3.6.8 and I was wondering how do you allow people with 1000 post or more to have bigger (150x150) avatars?
Thanks
Crawford

Gossennator
11-25-2008, 04:33 PM
Bump

Gossennator
11-27-2008, 12:18 AM
bump..

nerofix
11-27-2008, 12:35 AM
It's possible, but not that simple to do.

You need edit the function_user.php .. and all templates with avatar info.

In first case ( < 1000 posts ) , you will use the thumbs in the custom avatar folder. In second case ( > 1000 posts), you have to use the original avatars.

In the templates you have to use if-else-conditions.

... but better don't ask me for exact steps, ask someone with developing skills ;-)

dismas
11-27-2008, 02:57 AM
Why not just make a promotion to change the user's usergroup to one that will allow them to use larger avatars?

Why is any editing of a php file necessary?