Quote:
Originally Posted by carlt
Found the settings in usergroups, thank you for the help.
The credits do show up in the memberlist, it just does not allow for sorting by credits. When I click on credits it sorts by username for some reason. I checked the memberlist template changes and they look fine. I will now look at the files.
Postbit edits I am still a bit confused on will look at the code some more before inserting as I don't want to mess anything up.
|
Fixed the memberlist. I made a mistake in the memberlist.php file mod.. It was a bonehead error.
I had:
case 'posts':
$sqlsort = 'user.credits';
break;
Instead of:
case 'credits':
$sqlsort = 'user.credits';
break;
Living up to my 2 rating

...Now the fun part trying to fix my postbit.