Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Aug 2000
Posts: 1,290
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,290
When we reply to a post we are subscribed to, we get an email notice we replied. DOH! There has to be a way to have threads check this, and stop sending us copies of our own reply.


- Custom Web Development
http://www.JCSWebDev.com
Sponsored Links
Joined: Jun 2003
Posts: 1,025
Junior Member
Junior Member
Offline
Joined: Jun 2003
Posts: 1,025
It seems like it would be a simple if statement in addpost.php, but I wouldn't know how to structure it.

Joined: Jan 2000
Posts: 796
MTO Offline
Addict
Addict
Offline
Joined: Jan 2000
Posts: 796
Hum, havent seen it because I never use the subscription thing, but sure enough it shouldnt send you a notice that you yourself have replied. I would almost consider this a bug...

Joined: Aug 2000
Posts: 1,290
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,290
If it is a bug, it's been there since 6.0


- Custom Web Development
http://www.JCSWebDev.com
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
I'm not sure if this would work. (Untested)

But in addpost.php should be able to change the query from this:
Code
<br />      $query = "<br />        SELECT t2.U_Language,t2.U_Email,t2.U_EmailFormat<br />        FROM   {$config['tbprefix']}Favorites AS t1,<br />               {$config['tbprefix']}Users AS t2<br />        WHERE  t1.F_Thread = '$Main'<br />        AND    t1.F_Type   = 'f'<br />        AND    t1.F_Owner  = t2.U_Number<br />        AND    t2.U_EReplies = 'On'<br />      ";<br />


To this:
Code
<br />      $query = "<br />        SELECT t2.U_Language,t2.U_Email,t2.U_EmailFormat<br />        FROM   {$config['tbprefix']}Favorites AS t1,<br />               {$config['tbprefix']}Users AS t2<br />        WHERE  t1.F_Thread = '$Main'<br />        AND    t1.F_Type   = 'f'<br />        AND    t1.F_Owner  = t2.U_Number<br />        AND    t2.U_EReplies = 'On'<br />        AND    t2.U_Number != {$user['U_Number']}<br />      ";<br />


Unless I'm too sleepy that should skip the user who's making the post.

Sponsored Links
Joined: Aug 2000
Posts: 1,290
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,290
try it here


- Custom Web Development
http://www.JCSWebDev.com

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)