UBB.Dev
Posted By: Joe Siegler Small hack idea about post count - 03/28/2005 9:05 PM
The short of it is I want to be able to edit a user's post count, and (once again) I find I can't edit this part of the profile in Infopop's stock software (what a shock).

Can someone whip up something to let me do this? If not a true hack, then an SQL query.
Posted By: rocket99 Re: Small hack idea about post count - 03/29/2005 5:44 AM
update w3t_users
set U_Totalposts = 1000
where U_Username = "JohnDoe"

This would be a SQL command in the admin panel
© UBB.Developers