Quote:
Originally Posted by CommunityZ
Edit any phrase through the Admin CP and click on "Save" <= how? I search phrase by keyword : journal and i click edit and after that save I got (see attachment below) Still 1 missing. What is that?
|
Ah yes, that's the one that got away and wasn't installed by AN-net's vBJournal installer..
Open the
admincp/usergroup.php file, find:
Code:
print_yes_no_row($vbphrase['can_report_entries'], 'usergroup[canreportentries]', $ug_bitfield['canreportentries']);
Replace it with:
Code:
print_yes_no_row("Can Report Journal Entries", 'usergroup[canreportentries]', $ug_bitfield['canreportentries']);
That should fix it for you..