showproduct.php, locate and change this code:
Code:
Content visible to verified customers only.
Just change the last line to if ( $User['adminedit'] == 1 || $ismod) {
Now hop on over to editproduct.php and change the lines under if ( isset($uncat/$makecat/$stick/$unstick) ),
From:
if ( $User['adminedit'] == 1) {
to:
if ( isset($uncat/$makecat/$stick/$unstick) ) {
if ( $User['adminedit'] == 1 || $User['moderator'] == 1) {
Easy edit and means that mods can moderate and update things in an admin's abscence.