October 31st, 2005, 08:14 PM
|
#2 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,654
|
Try this in showproduct.tmpl and showproduct1.tmpl add the code in bold
if ( $User['adminedit'] == 1 || $User['moderator'] == 1 || ($User['userid'] == $ucuserid[$x] && $ueditposts == 1) ) {
|
| |