Notifications
Clear all

{SOLVED] [ 3.0.2] All Review Responses being sent to owner?

8 Posts
4 Users
0 Reactions
2,439 Views
(@dreamhowler)
Posts: 147
Estimable Member
Topic starter
 

I searched, but I didn't see this particular bug.

I am getting ALL Review Responses for Everyone right now:


Example:

DreamHowler has responded to your review.

You can see the response at: http://rq.citadelofthewolf.com/user.php?action=reviewsby


This not only includes my emails, but ones from other authors. So far I have gotten them for Jayson and Jadwiga. These authors have working emails, so I don't think they are bounces.

Dreamy


Current Version: 3.4.2
PHP 4
Mods: Challenges, Recommendations, Storyend, Display Word, Beta Reader, Bad Reviewer

 
Posted : 08/01/2007 11:58 pm
(@tammy)
Posts: 2577
Member Moderator
 

I'll look into it when I get back from my business trip.


 
Posted : 09/01/2007 12:11 am
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

dreamy, unless Tammy has an admin account with your site, I don't think she's going to be able to see the page you gave.

So, whenever an author responds to a review, YOU get a message saying that they did, right? (regardless of who posted the review in the first place)

Question: In your preferences, Is this box checked: /user.php?action=editprefs

Contact when author responds to review: x

I'm just wondering, because mine isn't checked and I'm not getting any e-mails so maybe it's related if you are. Then again, my authors just might not be responding to reviews in general.


Whoever said nothing is impossible never tried slamming a revolving door.

url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word

 
Posted : 09/01/2007 6:47 am
(@dreamhowler)
Posts: 147
Estimable Member
Topic starter
 

Dreamy, unless Tammy has an admin account with your site, I don't think she's going to be able to see the page you gave.

I was just pasting the email that I get every time. It's not a page I am receiving. The only thing that changes is the name.

So, whenever an author responds to a review, YOU get a message saying that they did, right? (regardless of who posted the review in the first place)

Yes, I guess that is correct. Whenever an author replies to ANY review that ANYONE made, I get an email telling me that such and such responded to my review.  When I click on the above url, I see that I haven't reviewed the person in question.

Question: In your preferences, Is this box checked: /user.php?action=editprefs

Contact when author responds to review: x

Yes, I do have that box checked. However, it shouldn't be sending me EVERYONE'S Responses to Every review on the whole site.


Current Version: 3.4.2
PHP 4
Mods: Challenges, Recommendations, Storyend, Display Word, Beta Reader, Bad Reviewer

 
Posted : 09/01/2007 7:06 am
(@tammy)
Posts: 2577
Member Moderator
 

I've found the problem here.  It will be fixed with the next update.  Manual fix in the meantime.

Open user/revres.php and replace line 9 with the following:


$prefsquery = dbquery("SELECT "._UIDFIELD." as uid, "._EMAILFIELD." as email, "._PENNAMEFIELD." as penname, newrespond FROM ".$tableprefix."fanfiction_authorprefs as ap LEFT JOIN "._AUTHORTABLE." ON ap.uid = "._UIDFIELD." WHERE ap.uid = "._UIDFIELD." AND "._UIDFIELD." = '$uid' LIMIT 1");

This is just a small alteration of the line.


 
Posted : 26/01/2007 10:36 pm
(@michelle)
Posts: 106
Estimable Member
 

Along the same vein (because I was just experiencing the same problem):

At the moment, the link in the email takes you to all your reviews. Is there a possibility to instead take you to the story URL where you left the review (or the chapter)? Once you've left more than 20 reviews it'll get hard to find the one that was responded to.


 
Posted : 29/01/2007 4:02 pm
(@tammy)
Posts: 2577
Member Moderator
 

That would be a MOD request.  Post it in its own topic in the correct forum please.


 
Posted : 29/01/2007 4:11 pm
(@dreamhowler)
Posts: 147
Estimable Member
Topic starter
 

Tammy,

Just thought I would tell you that this mod worked great! Trying to catch up on back posts.

Dreamy


Current Version: 3.4.2
PHP 4
Mods: Challenges, Recommendations, Storyend, Display Word, Beta Reader, Bad Reviewer

 
Posted : 02/02/2007 1:29 am
Share: