Member profile settings page missing Active and Quota fields
Ning To Jamroom
Check repair and optimize, i always do. No harm.
Yeah, its that doesn't explain it part that we need to narrow down. Who doesn't it appear for, then we can try to locate the pattern to help us figure out why.
Check if the users who are saying they cant see it are "Power Users" if they are it looks like they wont see that change option.
Then the code to check for that field is this:
elseif (isset($_conf['jrProfile_change']) && $_conf['jrProfile_change'] == 'on' && isset($_user['quota_jrUser_allow_signups']) && $_user['quota_jrUser_allow_signups'] == 'on') {
That reads: "make sure the users are allowed to change quota. (that checkbox) and make sure the quota they are in now is one that allows signups." If thats correct, then let them change quota.