Current time: 05-21-2013, 07:42 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] Akismet plugin username link problem [C-StefanT]
05-23-2009, 07:37 PM (This post was last modified: 05-23-2009 09:07 PM by Chris W. B..)
Post: #1
[F] Akismet plugin username link problem [C-StefanT]
When viewing "Detected Spam Messages" in the admin with the Akismet plugin, the spammers username links to http://forumurl.com/admin/user-1.html instead of http://forumurl.com/user-1.html.

Reproduce Steps

1. When you have posts flagged as spam, go to index.php?module=forum/akismet in the admin cp.

2. Beside the title of the spam post, there will be "Username <namehere>" - <namehere> will linked, which is broken.

Proposed Fix

Open up inc/plugins/akismet.php

Find:
Code:
$username = "<a href=\"".str_replace("{uid}", $post['uid'], PROFILE_URL)."\" target=\"_blank\">".format_name($post['username'], $post['usergroup'], $post['displaygroup'])."</a>";

Replace with:
Code:
$username = "<a href=\"../".str_replace("{uid}", $post['uid'], PROFILE_URL)."\" target=\"_blank\">".format_name($post['username'], $post['usergroup'], $post['displaygroup'])."</a>";

Plugin Version: 1.2.1

Edit:

Updated the code with Ryan Gordon's fix in the event someone was to copy and paste it into there file.

Chris W. B.
Former MyBB Support & Software Quality Assurance Team
Twitter: @chriswb
Find all posts by this user
05-23-2009, 07:44 PM
Post: #2
RE: Akismet plugin username link problem
The proposed fix won't work if the forum is in a folder above the main domain. It should be "../" instead of "/"
Visit this user's website Find all posts by this user
05-26-2009, 11:39 AM
Post: #3
[F] Akismet plugin username link problem
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group
Find all posts by this user


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication