MyBB Community Forums

Full Version: Issues with reputation, quoting, reporting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm running into this error with javascript:void(0), meaning that there is a clear error with these buttons. Reputation and the other broken stuff is on and configured on all accounts (it is by default anyhow). 

https://i.imgur.com/52d5Lz7.png

Currently running on version 1.8.19 of mybb, latest version, and I'm on the default theme. Not sure somehow while in the install I broke something, probably not since it is not hard at all to setup a little mybb site. I'm also getting issues where I can't click on user's logged ips. Like I can right click on it and open it on another page, but I can't actually click on it. Since there is nothing important on the site itself, I'll setup a moderator account so you can see these issues.

Name kinda offensive, but eh: https://fuckniggers.com/

Account: test:12356

user:pass

If admincp is needed I will give access. Thank you.
When I visit your website and click the Who Posted link (in forumdisplay) I get an error in console:

Quote:Blocked loading mixed active content “http://<snip>.com/misc.php?action=whoposted&tid=6&modal=1”

For more information of that error, you can look here: https://developer.mozilla.org/en-US/docs...gn=default

I think it has something to do with https serving insecure content (http).

EDIT: For anyone testing, the username is "test" and the password is "123456"— ignore the "user:pass" part.
(2019-02-04, 02:35 PM)Wildcard Wrote: [ -> ]When I visit your website and click the Who Posted link (in forumdisplay) I get an error in console:

Quote:Blocked loading mixed active content “http://<snip>.com/misc.php?action=whoposted&tid=6&modal=1”

For more information of that error, you can look here: https://developer.mozilla.org/en-US/docs...gn=default

I think it has something to do with https serving insecure content (http).

EDIT: For anyone testing, the username is "test" and the password is "123456"— ignore the "user:pass" part.

Yeah I've been messing around with the site and I assume cCoudflare's SSL might be the issue. I'll tweak around on it and see if it can be fixed.