Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43262
Total Topics: 7519
Most Online Today: 297
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 94
Total: 94

Author Topic: Possible bug  (Read 4426 times)

0 Members and 1 Guest are viewing this topic.

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Possible bug
« on: July 04, 2016, 12:54:25 am »
When getting a notification through email for a topic reply, it states:

A reply has been posted to a topic you are watching by Award System.

Is this supposed to happen?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16437
    • View Profile
Re: Possible bug
« Reply #1 on: July 04, 2016, 11:14:00 am »
It shouldn't but it it is a bug with the SMF code in the sendpm function
Mainly the line $user_info['name'] = $from['name'];

Code: [Select]
function sendpm($recipients, $subject, $message, $store_outbox = false, $from = null)
{
global $db_prefix, $ID_MEMBER, $scripturl, $txt, $user_info, $language, $func, $modSettings;

// Initialize log array.
$log = array(
'failed' => array(),
'sent' => array()
);

if ($from === null)
$from = array(
'id' => $ID_MEMBER,
'name' => $user_info['name'],
'username' => $user_info['username']
);
// Probably not needed.  /me something should be of the typer.
else
$user_info['name'] = $from['name'];
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/
Like Like x 1 View List

Offline shuban

  • Hero Member
  • *****
  • Posts: 665
    • View Profile
    • Biology Forums
Re: Possible bug
« Reply #2 on: July 04, 2016, 11:15:29 am »
How do you suppose I should tackle this?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16437
    • View Profile
Re: Possible bug
« Reply #3 on: July 04, 2016, 11:23:58 am »
I would remove this line. Doesn't seem like it is used at all
Code: [Select]
// Probably not needed.  /me something should be of the typer.
else
$user_info['name'] = $from['name'];
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

 

+- Recent Topics

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by SMFHacks
Today at 01:56:18 pm

No thumbnails on new uploads by Tonyvic
Today at 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Powered by EzPortal