By tom arriola on Saturday, 13 September 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 688
Votes 0
I set up full permissions for the moderator in ACL but when we try to delete a post nothing happens.

I looked at the chrome dev tools and see this error below
Refused to set unsafe header "Connection"
Refused to set unsafe header "Content-length"

We have the most recent version of easydiscuss. What is the option for solving this?

To test I included moderator credentials in the site tab. Try to delete if you wish--We have some duplicate posts at the bottom of this page listed in the site tab
Hello Tom,

It looks like your Joomla template is resetting the styles of the dialog window. This is what you can do, add the block of css codes below into your template's css file,


#discuss-dialog {
position: fixed !important;
}


This should fix the dialog modal to be at the center of the window.
·
Saturday, 13 September 2014 03:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Fixed!
Thanks
Tom
·
Saturday, 13 September 2014 03:19
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Glad that your issues are resolved now.
·
Saturday, 13 September 2014 10:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post