The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Threads/Posts to add/remove reputation
Hey, on an old VBulletin forum board i used to moderate for they had a system set up where creating a thread would gain a user 1 reputation point, and posting a reply would deduct 1 reputation point. This was only active in a certain category. Does anyone know how to do this?
|
#2
|
||||
|
||||
I am unaware of a mod that would do it. Sounds like a silly idea. Discourage people from responding to threads???
|
#3
|
||||
|
||||
i run a site where we have shares. i would to require them to keep a share ratio and to do this have 20 reputation to access the shares category. when you post a new thread (share) you are granted a reputation credit, when posting a post/reply (enabling hide hack function to reveal hidden content) it will cost you a rep credit.
understand what i mean? it wouldnt be a product, it would have to be a template edit. |
#4
|
||||
|
||||
someone must know the template edit to add reputation on new thread???
|
#5
|
|||
|
|||
Have you checked the reputation settings? AdminCP > User Reputation ?
|
#6
|
||||
|
||||
yea ive looked around in all the user reputation areas and no options for what im looking for. looks like im gunna have to spend a good few hours studying the functions_reputation.php and try to duplicate the addreputation into newthread
|
#7
|
||||
|
||||
I don't think the reputation system is what you want for this; it just wasn't designed with this in mind. Have you looked at other mods, like the various "thank you" hacks?
Just seems to me it would be easier to code this from the start than to try to mangle the rep system. |
#8
|
||||
|
||||
i assumed it should really be as simple as grabbing the code from the form buttons where you add positive and negative reputation... but i cant seem to find the actual code that increases/decreases the rep level by one.. surely cant be as hard as im making it out...
|
#9
|
|||
|
|||
I'd say you should be able to do this with a 2 plugins.. One after newthread and another on reply.. That said, looking at the code, it seems like all the repuation add is handled in reputation.php, so you'd have to duplicate some of that code rather than call functions etc, which is a bit sucky (I'm still on 3.6.x, so later versions might vary).
eg.. this bit from reputation.php seems to do the adding PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|