http://www.icyphoenix.com/viewtopic.php?f=25&t=2335&p=19549#p19549
-----------------------------------
Artie
Wed 12 Sep, 2007 00:19

Re: [MOD] Pic comment notification
-----------------------------------
At the very least you didn't apply the code edits properly 
Review the Mod's instructions.

This does not go where you put it.
[codeblock]// Comment Watch  
    'U_COMMENT_WATCH_LINK' =>($is_watching_comments) ? '<a href="' . append_sid("album_showpage.".$phpEx."?pic_id=".$pic_id."&unwatch=comment") . '">'.$lang['Unwatch_pic']. '</a>' : ($userdata['session_logged_in'] ? '<a href="' . append_sid("album_showpage.".$phpEx."?pic_id=".$pic_id."&watch=comment") . '">'.$lang['Watch_pic']. '</a>' : ''),       [/codeblock]


