PDA

View Full Version : End-User Options - Kpt - Avatar & Profile Picture Limit


kaptanblack
10-27-2007, 10:00 PM
Avatar & Profile Picture Limit

You can put your users avatar and profile picture limit with this hack...

Mark as Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=161329) - Nominate for MOTM (https://vborg.vbsupport.ru/vborg_miscactions.php?do=nominate&threadid=161329&type=1)

Install

Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-avatarveprofileresmisinir.xml' from your computer then press 'Import'...

Kpt - Avatar & Profile Picture Limit

Go to your admin cp, then:
vBulletin Options -> Kpt - Avatar & Profile Picture Limit ->

Modifications Info

Plugin : 2
Phrases : 7
Template : 0
Setting : 2

Versions:
v1.0 - 29 October 2007
- First release

dj_f16
10-28-2007, 04:08 PM
first :D
thank u man
super :)

DJ PİSAGOR
10-28-2007, 04:17 PM
Thanks :D

johnrizz
10-28-2007, 04:54 PM
installed

BuRaCh
10-28-2007, 06:36 PM
good work..
thanks..

COBRAws
10-28-2007, 06:39 PM
What does "Profile Limit" means? I know the meaning of the word, but not what it actually does to the affected member.

Shazz
10-28-2007, 08:14 PM
What does "Profile Limit" means? I know the meaning of the word, but not what it actually does to the affected member.

I think the first screen shot explains it all :o

WhaLberg
10-28-2007, 09:22 PM
Kaptan, you should add enabling / disabling setting either.

kaptanblack
10-29-2007, 09:12 AM
Kaptan, you should add enabling / disabling setting either.

Hi WhaLberg,

If you write "0" plugin disable. :)

COBRAws
11-02-2007, 06:32 PM
I think the first screen shot explains it all :o
Thanks! :)

mariocaz
03-07-2008, 02:03 AM
Hi,

Well thank you very much for this great mod, I installed it and works awesome, but 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.

This mod don´t have group permissions so this mod affects to all my user groups.

Help me please!!

Mario

Shazz
03-07-2008, 02:28 AM
Thanks! :)

Around vB.org I ususally check out the pictures before the text to get the idea of it :)

kaptanblack
03-07-2008, 01:03 PM
Hi,

Well thank you very much for this great mod, I installed it and works awesome, but 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.

This mod don?t have group permissions so this mod affects to all my user groups.

Help me please!!

Mario

Hi mariocaz,

Admincp >> Plugin Manager >> Profil Resim Kısıtlama (profile_editprofilepic) >> Edit


Change with this codes:


$kpt_profile_kisitlama = $vbulletin->options['kpt_profile_sinirlama'];
if (in_array($vbulletin->userinfo['usergroupid'], array(5, 6, 7)))
{
if (($vbulletin->userinfo[posts]< $kpt_profile_kisitlama))
{
standard_error(fetch_error('error_postcount_too_lo w_profile', $vbulletin->options['kpt_profile_sinirlama'], $vbulletin->userinfo[posts]));
}
}


array(5, 6, 7) "5, 6, 7" are usergroups ID.

mariocaz
03-07-2008, 03:11 PM
Those ones are the groups (5,6,7) that are not affected with the mod or the groups that this mod affects ???

If only I want to affect is the registered users group ("2") only I have to put the number 2 ? or I have to put all the groups except the # 2 ?

Thank you again!!!

mariocaz
03-07-2008, 03:31 PM
And I have to put that code here?

Admincp >> Plugin Manager >> Kpt - Avatar And Profile Pic Limit >> Edit

In the part:

Add New Install/Uninstall Code >>INSTALL CODE (box to put the code)

Put the code that you give me there and then click in SAVE, is that right ??

Confirm me my friend!!

mariocaz
03-07-2008, 03:44 PM
Or why you do not put all this in the Mod to appears a box in the Control Panel of the Mod ?, and you can automatically choose to which groups you want to enable/disable this great mod, it will be great if you can do it and I know a lot of people will help and also you will have a lot of installations of your mod.

Something like this: :cool:

http://img174.imageshack.us/img174/9484/avatarandprofilelimitmoup3.th.jpg (http://img174.imageshack.us/my.php?image=avatarandprofilelimitmoup3.jpg)

It will be awesome if you can dot it my friend!! :up:

ahmadatom
03-07-2008, 07:03 PM
Very thank you for introducing this hack

mariocaz
03-08-2008, 02:30 PM
bump!!

mariocaz
03-09-2008, 04:58 AM
No news ? :(

mariocaz
03-14-2008, 07:10 PM
Anything yet ??

deLi_kurT
04-22-2008, 06:53 AM
Thanks