MyBB Community Forums

Full Version: Edit History Log
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6
Plugin has been updated to 1.6.

- Added check to see if THIS_SCRIPT is defined
- Fixed PHP 8.0 errors
- Use require_once for template updates

To update, you must first deactivate the plugin, upload all new files and reactivate.
How would I go about changing the settings to allow EVERYONE the ability to see edit history?
I just installed this plugin and for some reason the eid input keeps being stripped off the url, for instance :
https://mybb/edithistory.php?action=view&pid=208&eid=1

Redirects me to:
https://mybb/edithistory.php?action=view&pid=208

Which of course displays an error message. Do you have any idea what could be the cause for this ? I couldn't find the reason by debugging myself..
Pages: 1 2 3 4 5 6