OOO, it now eems that i cannot update my users post count in the admin cp?
*found the problem*
PHP Code:
Still in admin/user.php, find:
makeinputcode("Number of Posts","posts",$user[posts]);
and replace it with
// Number of time a profile has been viewed by Pierre-Luc "Fuitad" Brunet
makeinputcode("Midi to play when viewing profile","miditoplay",$user[miditoplay]);
// End Number of time a profile has been viewed by Pierre-Luc "Fuitad" Brunet
this should read instead:
PHP Code:
Still in admin/user.php, find:
makeinputcode("Number of Posts","posts",$user[posts]);
and add under it:
// Number of time a profile has been viewed by Pierre-Luc "Fuitad" Brunet
makeinputcode("Midi to play when viewing profile","miditoplay",$user[miditoplay]);
// End Number of time a profile has been viewed by Pierre-Luc "Fuitad" Brunet
DO NOT REPLACE! ONLY ADD UNDER, OR YOU WILL NOT BE ABLE TO MODIFY YOUR USERS POST IN THE ADMIN CP!