Log in

View Full Version : Update "Total Users" after manual user db add


DigitalCrowd
12-20-2005, 01:16 AM
Hello...

I have spent quite a bit of time trying to figure out how to "update" the Total Users on the main page and view users in the admincp after a manual insert into the user db.

Basically, all the account information is correct. If you go in and search for a given user, it will pull the record but have all empty information in all fields under admincp. The main forums page never updates.

Now, I realize that this is probably part of the datastore and I just need to know how to have it "re-check" everything to provide an update. I can't wait for a new user to be added via the admincp because this will never happen.

AND/OR I have seen some reference about a GPC POST to the register.php file to build accounts as well.

Any info is appreciated.

merk
12-20-2005, 05:38 AM
Update Counters in the admincp under Maintenance.

DigitalCrowd
12-20-2005, 06:13 AM
Thanks. I am looking for an automatic solution, like a php call to a function or something that would do this. Thanks.

merk
12-20-2005, 06:19 AM
Whatever the code that runs that section will be where you're gunna have to look :)