hmmm...I thought there was a feature to allow the editor to edit the link? There is a php file to do it and an HTML page showing the link to edit.
as for allowing the editors to edit all the pending links, I think that can be done with a simple change to a function. In the GetEditorCategory function f link.class.php:
Try changing:
$query = "select category_id from $this->editor_table_name where username = '$username' and status = 1";
to
$query = "select category_id from $this->editor_table_name";
then in index.php in the cp folder:
change:
$links_obj->editor_table_name = "idx_editor";
to
$links_obj->editor_table_name = "idx_category";
I didn't test it so let me know if it works.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.