Quote:
Originally Posted by dknelson
I like this but is it possible for the random number to be higher? For example, I sometimes have contests on my forum. At this time, I have just over 1900 members. I would like to be able to choose a random number between 1 and 19XX or whatever the membership number is.
|
Try to find rand(1,9) in the plugin code and change it to rand(1,1999)
Edit: Oh, I just saw that you want the number to represent the member number... That would need a query and right now I don't have time to format it for you