The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Post Count++ For Message of certain size
Is there any easy way to make it so a users post count only gets increased if the topic or reply is over a certain length.
I get lots users that just reply to every post with a "smile" just to get thier count up. |
#2
|
||||
|
||||
Ummm..... that may be kind of hard... since the post count is increased when you post... but I guess you could have the text in the post counted first then if it is over XX amount the post count is raised.
|
#3
|
||||
|
||||
Quote:
In newreply.php, replace this: Code:
".iif ($foruminfo[countposts],"posts=posts+1,","")." Code:
".iif ($foruminfo['countposts'] and strlen($message)>[high]10[/high],"posts=posts+1,","")." |
#4
|
||||
|
||||
Thanks alot firefly!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|