Log in

View Full Version : Limit Break for Users


Ryan Ashbrook
04-14-2004, 10:00 PM
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:

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.

Zachery
04-15-2004, 09:25 PM
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:

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? ^^

Ryan Ashbrook
04-15-2004, 09:39 PM
I roar at you, Zack.
* Ryan Ashbrook posts screeny

And I have time to talk always. :)

MrNase
04-16-2004, 06:45 AM
Can someone please explain to me what this hack does!?! *g

Oblivion Knight
04-16-2004, 07:08 AM
Can someone please explain to me what this hack does!?! *gIt's similar to a second user rank if you like..
Handy if you allow custom titles I suppose, the "Limit Break" idea will be used mainly for RPG boards I'm guessing.. :)

Ryan Ashbrook
04-16-2004, 02:16 PM
It's similar to a second user rank if you like..
Handy if you allow custom titles I suppose, the "Limit Break" idea will be used mainly for RPG boards I'm guessing.. :)
Precisely.

You can use it for an additional User Rank System if you like as well. :)

GinjiAmano
09-27-2004, 10:39 PM
very ff7! :D

SlowRoasted
10-12-2004, 06:49 PM
any way to get it to display images instead of text?

Revan
10-12-2004, 06:57 PM
Just replace the limitname with an img src I suppose
although you would probs have to use double quotes, " ".

This mod looks exactly like my very first PHP modification ever, one year ago, for wBB :)
Ah the times.... :)

SlowRoasted
10-12-2004, 06:58 PM
im looking for a hack that will do images for certain post counts like phpbb has, should i use this one for that or should i go with something else, if so which hack?