
Re: Disable Vote Own Image
Simplest way would be below, but be warned, it does removes the rate ability, but message appears that users has already rated pic.
OPEN
album_showpage.php
FIND
if ($db->sql_numrows($result) > 0)
REPLACE WITH
if (($db->sql_numrows($result) > 0) || ($thispic['pic_user_id'] == $userdata['user_id']))