PDA

View Full Version : quick reply privelege based on karma?


kermit_criminal
06-29-2004, 08:39 AM
i have question(sent check in the mail today), is it possible to give certain priveleges to people based on their reputation rankings? lets say for example... User has reputation beyond repute , can this user have access to quick reply, while not allowing people with bad reputations or karma to use quick reply? if not on the default package, is there a hack for this?

vbmechanic
06-29-2004, 09:43 AM
Don't even need to hack.. you can use template conditionals so you only have to edit the template. Around the part you want to limit to "good" users, you'd put:

<if condition="$bbuserinfo['reputation'] > 10">

template stuff here

</if>

That's it.. no code or file modification necessary.

Zachery
06-29-2004, 01:49 PM
kermit_criminal,

You are currently showing up as unlicensed. To be able to download hacks and/or receive support here at vBulletin.org, we ask you to please click here (http://www.vbulletin.com/members/membersupport_priority.php) (vB-germany users click here (http://www.vbulletin-germany.com/members/forums.php)) and enter your email address, to show us that you are licensed.

You will need to use your customer number and password (which will be in the email you got when you paid for your license) to access that page. Please note that your email is case sensitive.

Thank you.

kermit_criminal
07-15-2004, 12:56 AM
am i coming up as licensed now?

Zachery
07-15-2004, 04:34 AM
am i coming up as licensed now?
Yes :)

Milorad
07-15-2004, 04:41 PM
Zachery, can I ask you a good-natured question?... why does he have to be licensed in the pre-sales forum? isnt that the whole point of the 'pre' part, in pre-sales?

I ask so that I will be better informed, not because I take exception or anything.

Osterling
07-15-2004, 08:51 PM
I wouldn't take this post as a presales question, sense he already bought it ;)

kermit_criminal
07-18-2004, 07:35 PM
i asked the question before a baught it

kermit_criminal
07-19-2004, 12:30 AM
Don't even need to hack.. you can use template conditionals so you only have to edit the template. Around the part you want to limit to "good" users, you'd put:

<if condition="$bbuserinfo['reputation'] > 10">

template stuff here

</if>

That's it.. no code or file modification necessary.

hello, thanks for the help, one question though... where would i go about putting that? btw nice site there, i checked it out and might purchase a template. i like the white one


mods, feel free to move this thread out of the pre-sales questions board

Brad
07-19-2004, 01:51 AM
hello, thanks for the help, one question though... where would i go about putting that? btw nice site there, i checked it out and might purchase a template. i like the white one


mods, feel free to move this thread out of the pre-sales questions board
You don't even need a mod. Read up on the promotion system in the doc's at vBulletin.com.

You can create multiple usergroups then restrict certain functions to them. Then you set up the promotion system to move the users in and out of the usergroups based on their current stats. I belive it supports number of posts, reputation, and probbly a few other things. I have not played with it much but I do plan on it.

kermit_criminal
07-30-2004, 07:35 AM
You don't even need a mod. Read up on the promotion system in the doc's at vBulletin.com.

You can create multiple usergroups then restrict certain functions to them. Then you set up the promotion system to move the users in and out of the usergroups based on their current stats. I belive it supports number of posts, reputation, and probbly a few other things. I have not played with it much but I do plan on it.


i dont think reputation handles quick-reply based on reputation.. wouldnt that need a modification?