I have downloaded the latest files, but the problem is still there. No notifyid in the email that is sent to the user
Quote:
|
comments.php?notify=off¬ifyid=&product=10088
|
in emails.php changing
Quote:
|
{$Globals['maindir']}/comments.php?notify=off¬ifyid={$getuserid}&product={$product}
|
Quote:
|
{$Globals['maindir']}/comments.php?notify=off¬ifyid={$User['userid']}&product={$product}
|
Works when I comment my own ad - is that the sollution to this problem?