Compare commits
No commits in common. "46c0fc327e627e4103fe50d886c179e593f645c8" and "dd8b37e1101ebdb1a54fcda6a3bdd84176a2becd" have entirely different histories.
46c0fc327e
...
dd8b37e110
27
README.md
27
README.md
@ -1,27 +0,0 @@
|
|||||||
# HTML in Posts
|
|
||||||
|
|
||||||
This plugin adds the possibility to use HTML in posts.
|
|
||||||
|
|
||||||
- You can restrict usage to certain usergroups, users, and forums.
|
|
||||||
- Note: Restricting by user ID will automatically override the group setting.
|
|
||||||
|
|
||||||
## Install
|
|
||||||
|
|
||||||
1. Upload contents of the `Upload` folder to the root of your MyBB installation.
|
|
||||||
2. Go to **Admin CP → Configuration → Plugins** and activate "HTML in Posts".
|
|
||||||
3. Go to **Settings → HTML in Posts** and change anything you need.
|
|
||||||
|
|
||||||
## Upgrade
|
|
||||||
|
|
||||||
**From 1.5/1.6 to 1.7:**
|
|
||||||
- Upload contents of the `Upload` folder to the root of your MyBB installation.
|
|
||||||
|
|
||||||
## Support
|
|
||||||
|
|
||||||
This plugin is **NOT maintained** and **NO support** is officially given by the author.
|
|
||||||
**Use at your own RISK.**
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
© 2021 Diogo Parrinha
|
|
||||||
All rights reserved.
|
|
||||||
129
Readme.htm
Normal file
129
Readme.htm
Normal file
@ -0,0 +1,129 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<!-- start: index -->
|
||||||
|
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en"><head>
|
||||||
|
<title>Readme - HTML in Posts</title>
|
||||||
|
<!-- start: headerinclude -->
|
||||||
|
<link href="Readme_files/css.css" rel="stylesheet" type="text/css">
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<meta http-equiv="Content-Script-Type" content="text/javascript">
|
||||||
|
<link type="text/css" rel="stylesheet" href="Readme_files/custom.css">
|
||||||
|
<link type="text/css" rel="stylesheet" href="Readme_files/global.css">
|
||||||
|
<link type="text/css" rel="stylesheet" href="Readme_files/css3.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<!-- start: header -->
|
||||||
|
<a name="top" id="top"></a>
|
||||||
|
<div id="userbar">
|
||||||
|
<div class="wrapper">
|
||||||
|
<div class="toplinks">
|
||||||
|
<ul>
|
||||||
|
<li id="forums"><a href="#description">Description</a></li>
|
||||||
|
<li id="search"><a href="#install">Install</a></li>
|
||||||
|
<li id="search"><a href="#upgrade">Upgrade</a></li>
|
||||||
|
<li id="search"><a href="#support">Support</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="header">
|
||||||
|
<div class="logo">
|
||||||
|
<div class="wrapper">
|
||||||
|
<a href="#"><img src="Readme_files/logo.png" alt="Forums" title="Forums"></a>
|
||||||
|
<br class="clear">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<br />
|
||||||
|
<div id="container">
|
||||||
|
<div id="content">
|
||||||
|
<div class="wrapper">
|
||||||
|
<table class="tborder" cellpadding="5" cellspacing="0" border="0">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<td class="thead">
|
||||||
|
<div><strong><a name="description">Description</a></strong><br /><div class="smalltext"></div></div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="trow2">
|
||||||
|
<p><strong>HTML in Posts</strong></p>
|
||||||
|
<p>This plugin adds the possibility to use HTML in posts.</p>
|
||||||
|
<p>You can restrict usage to certain usergroups, users and forums.</p>
|
||||||
|
<p> </p>
|
||||||
|
<p>Note: by restricting by user ID, the group setting will be automatically overridden.</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<br />
|
||||||
|
<table class="tborder" cellpadding="5" cellspacing="0" border="0">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<td class="thead">
|
||||||
|
<div><strong><a name="install">Install</a></strong><br /><div class="smalltext"></div></div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="trow2">
|
||||||
|
<p>Upload contents of the Upload folder to the root of your MyBB installation.</p>
|
||||||
|
<p>Go to Admin CP -> Configuration -> Plugins and Activate "HTML in Posts"</p>
|
||||||
|
<p>Then go to Settings -> HTML in Posts and change anything you need.</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<br />
|
||||||
|
<table class="tborder" cellpadding="5" cellspacing="0" border="0">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<td class="thead">
|
||||||
|
<div><strong><a name="upgrade">Upgrade</a></strong><br /><div class="smalltext"></div></div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="trow2">
|
||||||
|
<p><strong>From 1.5/1.6 to 1.7:</strong></p>
|
||||||
|
<ul>
|
||||||
|
<li>Upload contents of the Upload folder to the root of your MyBB installation.</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<br />
|
||||||
|
<table class="tborder" cellpadding="5" cellspacing="0" border="0">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<td class="thead">
|
||||||
|
<div><strong><a name="support">Support</a></strong><br /><div class="smalltext"></div></div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td class="trow2">
|
||||||
|
<p>This plugin is NOT maintained and NO support is officially given by the author. Use at your own RISK.</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<br />
|
||||||
|
<div id="footer">
|
||||||
|
<div class="wrapper">
|
||||||
|
<div class="copyright">
|
||||||
|
Copyright © 2021 Diogo Parrinha<br />
|
||||||
|
All rights reserved.<br />
|
||||||
|
</div>
|
||||||
|
<br class="clear">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body></html>
|
||||||
@ -1,4 +1,4 @@
|
|||||||
Copyright (C) 2025 SickProdigy
|
Copyright (C) 2021 Diogo Parrinha
|
||||||
|
|
||||||
GNU GENERAL PUBLIC LICENSE
|
GNU GENERAL PUBLIC LICENSE
|
||||||
Version 3, 29 June 2007
|
Version 3, 29 June 2007
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user