
09-18-2004, 02:36 PM
|
 |
|
|
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by nineball
I have the hack working it is a great. Got a question about being able to delete your own and other journals for admins.
// print_yes_no_row("Can Edit Others Journal", 'usergroup[caneditothersjournal]', $ug_bitfield['caneditothersjournal']);
// print_yes_no_row("Can Edit Others Entries", 'usergroup[caneditothersentries]', $ug_bitfield['caneditothersentries']);
// print_yes_no_row("Can Delete Others Journal", 'usergroup[candeleteothersjournal]', $ug_bitfield['candeleteothersjournal']);
// print_yes_no_row("Can Delete Otheers Entries", 'usergroup[candeleteothersentries
The options are commented out in the usergroup and the dataitems do not seem to be added to the database. Is this something that will be enabled in a future release. I tried uncommenting them but got a DB error.
Thanks. Great Job
|
yes those will be used in a future release, admins have those powers anyway
|