Skip to content

bueltge/bbcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

BBCode plugin for Mantis

Description

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

Screenshot

Screenshot on a mantis 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

About

BBCode for Mantis Bug Tracker

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%