Another maddening problem. I've fixed the missing avatar issue with the noavatar.gif image, but now some groups (not all) aren't showing the avatars of members who have them. On []isome[/i] groups, it works fine, in others (again, can't find a reason for this), it's trying to get the avatars from http://www.<edit>.com/groups/cusomtavatar... but it makes no sense that some groups will find the avatars properly and others won't!
While I was investingating this via the DB, I found a really strange issue. I saw that in the grps_grouptext table, the edit_userid only allows 4 integers. Well my site's userids are 6 digits, so I changed it to 6, but no matter what I enter if I edit a row, it comes back with "127"! Why the heck 127? Here is an exampe query, yet the row shows 127 as the edit_userid:
Code:
UPDATE `grps_grouptext` SET `edit_userid` = '101524' WHERE `grps_grouptext`.`groupid` =75 LIMIT 1 ;
But the row shows "127" for the edit_userid.