Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.43 KB

File metadata and controls

44 lines (37 loc) · 1.43 KB

BBCode plugin for MantisBT

Description

It's help convert some bbcode to html-style. For highlighting the source use the MantisBT plugin highlightcode

Screenshot

Screenshot on a mantisbt install

Supported BBCode

	[b]           => <strong>
	[i]           => <em>
	[u]           => <span style="text-decoration: underline;">
	[del]         => <span style="text-decoration: line-through;">
	[sub]         => <sub>
	[sup]         => <sup>
	[tt]          => <tt>
	[img]         => <img>
	[url]         => <a href>
	[left]        => <div align="left">
	[right]       => <div align="right">
	[center]      => <center>
	[hr]          => <hr>
	[color=#333]  => <span style="color: #333;">
	[code]        => <pre><code>

Installation

  1. Just unpack (with folder BBCode) in MantisBT_Root_Folder/plugins/
  2. Install also the highlightcode plugin
  3. Go /manage_plugin_page.php
  4. Install MantisBT BBCode Plugin
  5. Use it ;)

Other Notes

Version

Version see in VERSION.txt

Licence

Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog.

Contributors

see the contributors graph for the current status