https://www.icyphoenix.com/viewtopic.php?f=26&t=1424&p=10833#p10833
-----------------------------------
Artie
Mon 26 Mar, 2007 01:22

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 [b]album_showpage.php[/b]

FIND
[codeblock]if ($db->sql_numrows($result) > 0)[/codeblock]
REPLACE WITH
[codeblock]	if (($db->sql_numrows($result) > 0) || ($thispic['pic_user_id'] == $userdata['user_id']))[/codeblock]


