Note to self: If it ain't broke don't fix it :)
I messed something up the other day and now I cant seem to fix it. I wanted to change some language for the Admin Controls Status field on pedit.php. I wanted to change the language from "Active" to "Active Member" But when I went to check it all I could see in the selector was the language key's. It looks like this...
_FieldValues_Unconfirmed
_FieldValues_Approval
_FieldValues_Active
_FieldValues_Rejected
Suspended
So I went to change the language back from "Active Member" to "Active"
but It didn't correct the problem. And when I try to save a members settings I fails and gives me the little red ! for that field, an error that says "Status hack attempt!"
I.ve cleared the cache,the public cache and my browser cache. I've recompiled the language file, recompled all the module langs. I whent into the Page Builder, Fields builder and wiggled the blocks. I checked all the language keys I could find, they look fine as far as I can tell. Here are the keys.
'_Approval' => 'Approval',
'__Approval' => 'Approval',
'__Active' => 'Active',
'__Suspended' => 'Suspended',
'_Active' => 'Active',
'_Suspended' => 'Suspended',
'_FieldValues_Unconfirmed' => 'Unconfirmed',
'_FieldValues_Approval' => 'Approval',
'_FieldValues_Active' => 'Active',
'_FieldValues_Rejected' => 'Rejected',
'_FieldValues_Suspended' => 'Suspended',
'_adm_txt_mp_approval' => 'approval',
'_adm_txt_mp_active' => 'active',
'_adm_txt_mp_featured' => 'featured',
'_adm_txt_mp_banned' => 'banned',
'_adm_txt_mp_suspended' => 'suspended',
'_adm_txt_mp_unconfirmed' => 'unconfirmed',
'_adm_txt_mp_rejected' => 'rejected',
What else can I do? And NO I didn't make a backup.