MyBB Community Forums

Full Version: report button doesn't work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
pretty much what the title says, my report button isn't working properly aka doesn't popup anything when you click on it

forum: http://www.forumanime.pt/
on which theme you have the problem ? provide a test user account so that someone can check
pm sent.
bump?
Quote:Warning: Cross-Origin Request Blocked:
The Same Origin Policy disallows reading the remote resource ...
(Reason: CORS header 'Access-Control-Allow-Origin' missing).

simple fixing : remove www from forum url
fix can be done through .htaccess
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.forumanime.pt [NC]
RewriteRule ^(.*)$ http://forumanime.pt/$1 [L,R=301]
Im having this same issue but i dont have
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.forumanime.pt [NC]
RewriteRule ^(.*)$ http://forumanime.pt/$1 [L,R=301]

In my .htaccess file

oops sorry for being a grave digger