Skip to content

jmleroux/bbcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%