Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Indent

Adds an indent MyCode

Version: 1.0
Author: Crazycat
Submitted: 10th June 2014
Last Updated: 10th June 2014
This small plugin allows to use [indent] and [tab] MyCode.

Installation
Unzip the file and copy the inc/ directory to your board root, then activate.

Usage
Indent

Code:
[indent]some contents
and also
[indent]another indented content[/indent]
[/indent][code]
gives:
[code]   some contents
   and also
      another indented content

Tab
[tab]A simple indented line
and the following
[tab=3]Third level indented line
[tab=2]and the following[/code]
gives:
A simple indented line
and the following
Third level indented line
and the following[/code]