
04-15-2005, 08:01 AM
|
|
|
Join Date: Mar 2005
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Oblivion Knight
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.. 
|
Thank you. It works. What is the use of Can report entries?
|