View Full Version : Default avatar + cannot change until X posts
Smiry Kin's
01-30-2006, 01:49 AM
theres alread a default avatar about..
then when they got the x posts. just make them move into a new user groups which allows the usage of Avatars. if you want help setting it up, PM me or mail me.. via profie.. :)
I'm aware of the default avatar hack, which is actually why I made this request. I'm just unsure of how to set it up so that when new members register they're put in a user group that displays only 1 avatar, but once they reach X number of posts, the avatar goes away and they can upload their own. I don't want users with 2,000 posts and no avatar to get stuck w/ the n00b avatar, which is what the default avatar hack alone would do right?
Borgs8472
01-30-2006, 01:32 PM
^ ^
I see your problem.
It might take a hack to remove an avatar on usergroup change, not sure where to start there...
Actually, maybe you could make a cron job to do it?
I think the easiest way would be to have a hack assign an avatar to an individual usergroup, then remove that usergroups ability to change their avatar. Then you would be able to use the promotion system to bump the user into the regular user usergroup after x posts correct?
Andreas
01-31-2006, 06:59 PM
1. Registered Usergroup cannot use Avatars
2. Usergroup "Normal with Avatars" can
3. Create a Promotion to promote Users from Registered to "Normal with Avatars" after X posts
In Templates postbit/postbit_legacy/MEMBERINFO/memberlist_resultsbit add
<if condition="$arrayname['usergroupid'] == 2">
Default Avatar Code here
</if>
$arrayname is $post or $userinfo, depending on the template.
Done.
1. Registered Usergroup cannot use Avatars
2. Usergroup "Normal with Avatars" can
3. Create a Promotion to promote Users from Registered to "Normal with Avatars" after X posts
In Templates postbit/postbit_legacy/MEMBERINFO/memberlist_resultsbit add
<if condition="$arrayname['usergroupid'] == 2">
Default Avatar Code here
</if>
$arrayname is $post or $userinfo, depending on the template.
Done.
This isn't working...this is for 3.5.3 using https://vborg.vbsupport.ru/showthread.php?t=97347&highlight=default+avatar
that default avatar hack
Should I be using a different default avatar hack?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.