This package is abandoned and no longer maintained. No replacement package was suggested.

BBCode - Chat

Installs: 582

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:flarum-extension

1.0 2020-01-12 03:09 UTC

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

  1. composer update zerosonesfun/chat

  2. Deactivate and reactivate the extension in your admin.

  3. Go to your dashboard, click tools, click clear cache.

  4. 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)