MyBB Community Forums

Full Version: Can no longer Rate members (reputation / javascript)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After the latest update where I jumped form .21 to .25) I can't seem to give rep. We can view the details page of members reputation but when you hover over the Rate or Give rep buttons/text you see the javascript:void(0) message as the hover response but clicking in multiple browsers and camputers begets no action.

I don't know where besides the reputation page and the user's profile you would be able to see this. So looking at the template for reputation I see the following in the header area of that template:

<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->reputation_report}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	var delete_reputation_confirm = "{$lang->delete_reputation_confirm}";
// -->
</script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1820"></script>
</head>
<body>
{$header}

Any ideas what might be wrong? We see a similar issue with the postbit side box for smilies when you hit GET MORE which usually would show the extended list of smile options.

Figured it out... was a config error.