Quote:
Originally Posted by Ryan Ashbrook
Hack by: Ryan Ashbrook
vBulletin Version: 3.0.0
Hack Version: 1.0, Build: 1
This hack gives users a different limit break based on post count.
If you want to add limits add this before the main hack code:
PHP Code:
if ($post['posts'] > ~postsrequired~) {
$post['limit'] = '~limitname~';
} else
Replace ~postsrequired~ with the posts required and ~limitname~ with the limit's name. (Duh)
Make sure there is a space after "else" in the code above.
You also have to put the code inside the other codes, so if this is needed then put a space before the "if" in the above code.
Enjoy!
The postbit will look like this:
Posts: ~postcount~
Limit: ~limit~
So a screenshot isn't nessicary but if you insist I'll make one upon request.
|
We demand a screen shot
Ryan if you have some free time over the weekend could you spare abit of time to talk? ^^