Yeah I added it to the validfields array, but when I post, nothing happens. The "money" count doesn't increase. Perhaps I am putting it in the wrong part of the file? I am putting it right below the post count increase line. Where should I be putting it?
Quote:
Originally Posted by Zachery
ANy reason you don't want to use uCash ?
|
It has way more options than I want. I had it installed on my previous version of vBulletin, but now that I'm upgrading, I want something simple. Although I have very little knowledge of php/mySQL interaction, I want to do it myself. I really want to learn more about how vBulletin works, and I figure that little stuff like this will help.
EDIT: I got it. I placed it on line 616 below
Code:
$user->set_existing($this->info['user']);
Thanks sooo much for your help!