2014-09-27, 06:40 PM
(This post was last modified: 2014-09-27, 06:41 PM by Whiteneo.
Edit Reason: put filename to edit :D
)
inc/myprofile
myprofilecomments.class
On line 1259 you've this:
Have to be:
It's the link replacement to who's write new messages, one user report me today and i fixed it, only that, @TheGarfield, thanks awesomme work, and thanks to @dragonexpert too for all your hard work.
If i found some more bugs or any i try to fix and report, if i can't do it i only report xD.
See yah
myprofilecomments.class
On line 1259 you've this:
$username = format_name(htmlspecialchars_uni($comment["username"]), $comment["usergroup"], $comment["displaygroup"]);
$profile_link = build_profile_link($comment["username"], $comment["userid"]);
Have to be:
$comment['username'] = format_name(htmlspecialchars_uni($comment["username"]), $comment["usergroup"], $comment["displaygroup"]);
$profile_link = build_profile_link($comment["username"], $comment["cuid"]);
It's the link replacement to who's write new messages, one user report me today and i fixed it, only that, @TheGarfield, thanks awesomme work, and thanks to @dragonexpert too for all your hard work.
If i found some more bugs or any i try to fix and report, if i can't do it i only report xD.
See yah
The only infinite thing is the universe and human stupidity, but the universe is not for sure
Plugins 1.6.x
Plugins 1.8.x
Plugins 1.6.x
Plugins 1.8.x