This mod adds a couple of BBCodes into the forum. It copies various GUI elements to posts, to say the least.
(theme used in last screenshot: PremiumMGC)
License:This mod is too simple to assign a license to it, but if I must, I'd probably go with the Creative Commons Attribution 3.0 Unported license.
As long as you do not steal my idea I'm fine with it. Modify this, kill it, let it doom someone's forum, I couldn't care less.
Languages:This mod does not use languages.
Installation:Install through the package manager.
Files modified:None. This mod uses hooks to insert BBCodes.
New BBCodes:These BBCodes are added:
[catbar]
Usage (1): [catbar]Text here[/catbar]
Adds text into a famous category bar used everywhere in the forum.
Usage (2): [catbar=http://my.icon.com/icon.png]Text here[/catbar]
Adds an icon AND text into a category bar.
Usage (3): [catbar icon=http://blah.com/icon.png width=50%]Text here[/catbar]
Adds an icon and text in a category bar, but also specifies the width in percents.
(both parameters are optional)
Usage (4): [catbar icon=http://blah.com/icon.png width=100px]Text here[/catbar]
Adds an icon and text in a category bar, but also specifies the width in pixels.
(both parameters are optional)
[titlebar]
Usage: Same as [catbar]. Only difference is style.
[info]
Usage: [info][b]Parsed content here![/b] More text here[/info]
Adds an information box into the post. Content IS parsed.
[warn]
Usage (1): [warn]Warning here! [b]Parsed text here![/b][/warn]
Adds a warning-style box as you'd see when you had Upgrade.php in your SMF directory.
Usage (2): [warn=Warning TITLE here!]Warning DESCRIPTION here![/warn]
Again adds a warning-style box. This time with title and description.
[plainbox]
Usage: [plainbox]Content here[/plainbox]
Adds a box just like the description panels in the Admin panel. If you dunno what that means, take a look at the screenshots.
[roundframe]
Usage: [roundframe]Content here[/roundframe]
Adds a rounded frame.
[windowbg]
Usage: [windowbg]Content here[/windowbg]
Adds a different background.
This tag is qualified for restyling
[menu] and [button]
Usage: [menu][button active=true url=http://my.url/]Button title[/button][/menu]
or: [menu][button=http://my.url]Inactive button title[/button][/menu]
Adds a menu bar into the post.
[buttonlist] and [button]
Usage: Same as [menu] and [button], except that [menu] is replaced with [buttonlist].
Adds a more button-ish like bar.