Skip to content

Add tabs to your posts by using BBCode tags

License

Notifications You must be signed in to change notification settings

nodeloc/bbcode-tabs

 
 

Repository files navigation

BBCode Tabs by FriendsOfFlarum

License Latest Stable Version OpenCollective Donate

A Flarum extension. Add tabs to your posts by using BBCode tags.

Usage

[tabs]
    [tab="hi"]Hi[/tab]
    [tab="hello"]Hello[/tab]
[/tabs]

To make a tag active by default:

[tab="[NAME]" active="[ANYTHING]"]...[/tab]
[tab name="[NAME]" active="[ANYTHING]"]...[/tab]

Installation

Install with composer:

composer require fof/bbcode-tabs:"*"

Updating

composer update fof/bbcode-tabs

Links

An extension by FriendsOfFlarum.

About

Add tabs to your posts by using BBCode tags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 36.9%
  • Less 32.0%
  • PHP 31.1%