PDA

View Full Version : Force to use avatars


SirLANcelot
11-17-2001, 03:52 PM
Hi!

Maybe, you can help - I hope so :).

By now, a new forum user does not have to choose an avatar. When he does not, there is just free space at the avatar place. Now, I want all forumers to have an avatar - at least the basic one, the first available from zero posts on.

Are there any possibilties? I have not found any hack :(. Is it even possible, to give the user the highest rank, he can have?

I.g. there are three times three different avatars:

from 0 posts on:
A B C

from 10 posts on:
A B C

from 20 posts on:
A B C


It would be fantastic, if a user HAD to use one of the avatars of his rank. I.g. as long he has <10 posts, he uses 0.A, from 10 on, he gets automatically 10.A and so on...

Do understand, what I mean :).

- LANce

Nupraptor
11-18-2001, 12:24 PM
I do know that this can be done, since they have a system very similar to that at the Awful Forums. :) So good luck.

Doug-loony
11-18-2001, 02:21 PM
we've been looking into the same thing.

i had an idea about setting one avatar for postcount=>0 then adding the rest for postcount=>1 etc. might make it easier to set the default...


i dunno...

i'm useless with codeing.. :)

i'm just the muck-about-with-avatars-and-stuff guy :D

SirLANcelot
11-19-2001, 05:03 PM
I hope to find an answer in this forum, soon :).

- LANce

Tyrant
08-23-2002, 04:10 PM
Im gonna bump this one, i want to force the display of a standard avatar in the postbit if the user does not have one selected.

Logician
08-23-2002, 05:00 PM
Originally posted by Tyrant
Im gonna bump this one, i want to force the display of a standard avatar in the postbit if the user does not have one selected.
edit admin/functions.php, find:

$avatarurl="";

Replace it AS:

$avatarurl='http://www.url.com/youravatar.gif';

NTLDR
08-23-2002, 09:12 PM
Originally posted by Tyrant
Im gonna bump this one, i want to force the display of a standard avatar in the postbit if the user does not have one selected.

There is also a hack in the full releases forum that does this ;)

Tyrant
08-23-2002, 10:57 PM
Logician's method worked and was shorted than the one in full releases. Thanks a bunch! :)

Boofo
08-23-2002, 11:11 PM
But that will give the same avatar no matter how many posts the user has. SirLANcelot wanted a different default avatar based on a users postcount. Looks like there is a hack to be made. :)

I'll field this one, Sinan. Watch and learn. :)

(The can I be a Guardian of the Request Forum, too? :))