MyBB Community Forums

Full Version: Some bugs I have
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My forum is using 1.6.2

I have a few bugs I want to solve:

1. When a mod removes a rep:
Quote:Removed Reputation by <a href="http://myforum/member.php?action=profile&amp;uid=12997">Moderator</a>

So basicly, instead of a link to the username, you can see the entire code like this in Mod CP Log.

2. Sometimes "Users viewing thread:" isn't showing any user, although some were viewing it (I tested this with some friends, 5 were viewing the same thread, but none appeared on the list).
1. That's because a plugin is using HTML in the moderator log but due to a security issue we had to strip HTML out. I think we'll be allowing safe HTML again though in a future release; the security fix was to stop <script> tags being used but it also strips all other HTML tags.

2. This is an issue we know of but can't really manually reproduce, it just happens sometimes, making it a bit hard to track down the actual cause.
1.6.6 does not fix this.
1) or 2)?
It was definitely fixed in 1.6.4 but it's present again in 1.6.6 Undecided