can u tell me how to make only me the owner uid 1 perm 4 delete photo and photo comment?
Only Owner Can delete
Collapse
X
-
i think he's asking he should only be the one that can delete it..
well, just remove the mod part and leave only the admin part in genproc for deleting photos or commentsLDSWAPWORLD sigpic
site closed.
im busy with other things in life like facebook , send me PM so i can add you
www.pinoySG.com
don't ask for help if you're not even helping yourself!
i am tired of seeing the line "best site", i want to see something NEW and UNIQUE. maybe if i find one, ill go back to my wap life again.
Comment
-
PHP Code:if($uid=='1')
{
echo "<a href=\"genproc.php?action=delgal&sid=$sid&gid=$item[0]\">Remove This Photo</a>";
}
Comment
-
Originally posted by Dj-marc View Posthere is the code for uid 1
Code:if($uid=='1') { echo "<a href=\"genproc.php?action=delgal&sid=$sid&gid=$item[0]\">Remove This Photo</a>"; }
R.M.C
----------
PHP Adovocate B)
Comment
Comment