PDA

View Full Version : Can upload Avatar until X posts ??, help!!


mariocaz
03-07-2008, 01:47 AM
Hi,

I don´t know if this mod exists, I hope yes.

I need a Mod that the registered users can upload until they have X number of posts ?

But only for the registeres users, I don´t want to affect other user groups, like one that I have "VIP Donators Group", the members of this group do a donation by paypal so they can upload an avatar before they have 200 posts.

I have installed one mod that is the user don´t have x posts he can´t upload an avatar but this mod isn´t have group permissions so this mod affects to all my user groups.

Help me please!!

Mario

glennybee
03-07-2008, 03:21 AM
Why not create a new usergroup, for example 'Registered Users +', and give it permission to add an avatar.

Make sure that Registered Users do not have permission to add an avatar.

Set up a promotion based on post count to go from Registered Users to Registered Users +.

No need for a hack.

:)

mariocaz
03-07-2008, 03:45 AM
And copy all permission from registered users to registered users + ??

Maybe I can do that.

So this mod doesn´t exist ??

Mario

glennybee
03-07-2008, 04:34 AM
I've had a search and can't find one.

I think the phrase for post count is...

$vbphrase[post_x]

...incase you want to do an <if> statement. Not 100% sure though.

mariocaz
03-07-2008, 04:40 AM
Mmm thank you glennybee, yes also I didn?t find noone.

Mmm I don?t know coding so do that for me will be very difficult. :(

Lynne
03-07-2008, 02:42 PM
Have you tried posting in the modification thread and seeing if they can help you make a couple of changes to the mod so that it only effects those in the Registered Users group? It sounds to me like you just need to wrap a couple of the contents in the plugins in conditionals.

mariocaz
03-07-2008, 02:59 PM
Hi Lynee,

And how can I do that ?

Lynne
03-07-2008, 04:02 PM
Well, you said you installed one mod that did what you wanted but for all usergroups. So, I'm suggesting to go post in that mod thread and ask if they know what you should do for it to only effect one usergroup.

mariocaz
03-07-2008, 04:14 PM
Perfect, yes now the coder(author) of that mos is helping me in the mod post.

Thank you again!

Dismounted
03-08-2008, 03:33 AM
<a href="http://www.vbulletin.com/docs/html/main/usergroup_promotions" target="_blank">Usergroup Pormotions</a> were designed for this purpose.