Compare commits
3 Commits
743a1acb9b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 537da95542 | |||
| 374503f9aa | |||
| e97fcbb342 |
@@ -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
|
||||
|
||||
---
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user