PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Bug Reports (http://www.photopost.com/forum/reviewpost-bug-reports/)
-   -   giving credit for reviews to other users?(NOT A BUG) (http://www.photopost.com/forum/reviewpost-bug-reports/116435-giving-credit-reviews-other-users-not-bug.html)

ncg October 26th, 2005 08:16 AM

giving credit for reviews to other users?(NOT A BUG)
 
my review post has gone haywire. for some reason, i keep getting this error as part of the emails when a new review is posted:

Quote:

fibrofog has posted a reply about the following product:

"XXXXXXX" - https://xxxxxxxxxxxxx/reviews/showpr...hp?product=354

THIS REVIEW WAS AUTHORED BY FIBROFOG. The Chronic-Pain account does not exist.
there is a user called "chronic pain" (diffrent person) but not "chronic-pain" but "chronic-pain@something" is the users email address who posted the review in question. what does this mean and how do i fix it?

Chuck S October 26th, 2005 08:36 AM

This does not seem to be a bug as someone is posting this message

Looks to me this the actual review? If I look at the emails.php file looks to me your electing to get emails on every post on your forum and someone is posting this message.

$Globals['pp_lang']['eadmreply'] = "{$User['username']} has posted a reply about the following product:

\"{$gettitle}\" - {$Globals['maindir']}/showproduct.php?product={$product}

{$message}";

ncg October 26th, 2005 03:26 PM

i dont think somebody is posting that message. i get messages from the reviews all the time, and this is the first series of messages that have come back looking like this (ive been running rp for 9 months). its just with this one user for some reason.

Chuck S October 26th, 2005 04:49 PM

Well look at emails.php which is the email in question. This is the email your getting and its only triggered in reviews.php when a user posts a review. You get the actual review posted. $message is the actual review. seems to me a user is continually posting trying to get your attention

$Globals['pp_lang']['eadmreply'] = "{$User['username']} has posted a reply about the following product:

\"{$gettitle}\" - {$Globals['maindir']}/showproduct.php?product={$product}

{$message}";

$Globals['pp_lang']['eadmrsub'] = "New Reply to {$gettitle} at {$Globals['webname']}";

ncg October 27th, 2005 09:31 AM

why would they be doing that when they can use the "contact us" link which is pretty obviously located ?

Chuck S October 27th, 2005 09:54 AM

I can't say I am merely answering your question ;)

The exact email your getting is only generated in one place which is when an admin reply is set so when a reply is made on a product the admin gets this email. The email format is as stated above. $message is clearly the review


All times are GMT -5. The time now is 09:27 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97