zerosonesfun / chat
BBCode - Chat
Installs: 582
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:flarum-extension
Requires
- flarum/core: ^0.1.0-beta.8
This package is auto-updated.
Last update: 2020-05-09 08:17:09 UTC
README
A Flarum extension which adds a chat transcript BBCode. Also comes with a space BBCode which may be needed to create an extra line break here or there.
Install
composer require zerosonesfun/chat
Update
-
composer update zerosonesfun/chat
-
Deactivate and reactivate the extension in your admin.
-
Go to your dashboard, click tools, click clear cache.
-
Clear your browser cache, and any other caches like Cloudflare, if applicable.
Uninstall
composer remove zerosonesfun/chat
Usage
[chat-a="Why did the chicken cross the road?" who="Me"]
[chat-b="It was hungry?" who="Mary"]
[chat-a="No! Wrong!" who="Me"]
[space][/space]
(repeat as many times as needed alternating chat-a and chat-b)
("space" BBcode at end of chat is optional - it adds some extra space)