Thread Rating:
  • 12 Vote(s) - 4.17 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.8] MyProfile - Profile Comments & more (version 1.2)
#29
inc/myprofile

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

Reply


Messages In This Thread
RE: MyProfile - Profile Comments & more (version 0.3) - by Whiteneo - 2014-09-27, 06:40 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)