MyBB Community Forums

Full Version: stripslashes in moderator actions in modcp
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Refer to screenshot, slashes aren't being stripped.

[attachment=32355]
Are you using a plugin for this? If so I recommend you to talk to the plugin creator rather than us as we have no idea what template set it uses to fix the problem.
Im assuming the problem is an extra / somewhere in the plugins Global Template set in your theme.
I can confirm this; it's still an issue on 1.8.4.

https://github.com/mybb/mybb/blob/featur....php#L1181
https://github.com/mybb/mybb/blob/featur....php#L1550
The subject shouldn't be escaped, as it's being done here:
https://github.com/mybb/mybb/blob/featur....php#L3748

Should be moved to bug reports.
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/2073

Thanks for contributing to MyBB!

Regards,
The MyBB Group