Compare commits

...

3 Commits

3 changed files with 9 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ No support will be provided via other channels.
## Forked From
This plugin is based on or forked from:
[Original HTML in Posts MyBB Plugin](https://community.mybb.com/mods.php?action=view&pid=1234)
[Original HTML in Posts MyBB Plugin](https://community.mybb.com/mods.php?action=view&pid=16)
By: Diogo Parrinha
---

View File

@@ -1,12 +1,9 @@
<?php
ini_set('display_errors', 1);
ini_set('log_errors', 1);
error_reporting(E_ALL);
/***************************************************************************
*
* HTML in Posts plugin (/inc/plugins/htmlposts.php)
* Author: Diogo Parrinha
* Copyright: © 2021 Diogo Parrinha
* Author: Diogo Parrinha and SickProdigy
* Copyright: © 2025 SickGaming.net
*
*
* License: license.txt

View File

@@ -1,3 +1,9 @@
v1.8
* Fixed plugin activation issues with MyBB 1.8 and PHP 7/8.
* Corrected settings table insert logic (no manual 'sid' field).
* Updated code to use modern PHP constructor (__construct). Must have PHP 5+
v1.7
* Fixed bug where HTML would not show in portal.
* Fixed bug where HTML would not show in thread review within the new reply page.