litalino/flarum-more-bbcode

Adds more BBCode

Installs: 511

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:Less

Type:flarum-extension

2.0.0 2023-12-11 13:20 UTC

README

License Latest Stable Version Total Downloads

A Flarum extension. Adds more BBCode "PLugin Clone Co-development"

PLugin Developer: imeepo/flarum-more-bbcode

PLugin Clone Co-development: Litalino/flarum-more-bbcode

Install

Install using composer:

composer require litalino/flarum-more-bbcode:"*"

How to use

1 3 0-n

Login/reply visible

When creating/editing a post, you can simply use [reply]BBCode to make it hidden from other users. Only the user who replied can see the hidden content.

bbcodemore

[login]The content here is visible after login[/login]
[reply]The content of the reply here can be seen[/reply]

bbcodemore-l-r

Network disk style

Very elegant sharing network disk link, or Github/Gitee warehouse link bbcodemore-cloud

[cloud type=google title=title url=link]password[/cloud]
[cloud type=one title=title url=link]password[/cloud]
[cloud type=f title=title url=link]password[/cloud]
[cloud type=mega title=title url=link]password[/cloud]
[cloud type=dropbox title=title url=link]password[/cloud]
[cloud type=mediafire title=title url=link]password[/cloud]

[cloud type=lz title=title url=link]password[/cloud]
[cloud type=123 title=title url=link]password[/cloud]
[cloud type=ali title=title url=link]password[/cloud]
[cloud type=bd title=title url=link]password[/cloud]
[cloud type=ty title=title url=link]password[/cloud]
[cloud type=360 title=title url=link]password[/cloud]
[cloud type=ct title=title url=link]password[/cloud]
[cloud type=tx title=title url=link]password[/cloud]
[cloud type=kk title=title url=link]password[/cloud]
[cloud type=other title=title url=link]password[/cloud]
[cloud type=github title=title url=link]v1.0.0[/cloud]
[cloud type=gitee title=title url=link]v1.0.0[/cloud]

Table

|Column|Column|Column|Column|
|---|---|---|---|
| row  |  row | row | row  |

bbcodemore-table

TAB

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

DETAILS

[details=TITLE]CONTENT[/details]

tab-detail

Admin

bbcodemore-admin

Known issues

  • After the user replies to a post with hidden content and clicks the reply button again, the hidden content style will be lost.
  • The summary of the post list will show the hidden content (temporary solution: don’t put the hidden content too early in the post)
  • When the post author is editing, the network disk download address cannot be clicked (Fixed)

TODO

  • Try to fix known issues
  • Permission control

Renew

composer update litalino/flarum-more-bbcode:"*"
php flarum migrate
php flarum cache:clear

Update content

Then upgrade from the old extension to the new one:

composer remove flarum/markdown or Disable composer remove flarum/bbcode or Disable composer require litalino/flarum-more-bbcode:"*"

Updating composer require litalino/flarum-more-bbcode php flarum migrate php flarum cache:clear

2.0.0

  • Fix : Css
  • Fix H1 Progress Bar to H3

1.9.0

  • Add : Iframe

1.8.0

  • FIX : Conflict with blog plugin: first post has bbcode login-like-reply

1.7.0

  • Fix CSS
  • Fix JS

1.6.0

  • Fix CSS
  • ADD ICON
  • FIX PHP

1.5.0

  • Fix CSS
  • ADD IMG LEFT CENTER RIGHT {width, height, Text}
  • ADD Text {INS, DEL, SUP, SUB, ACRONYM, BACKGROUND, HR}

1.4.0

  • Fix composer

1.3.9

  • chore: enable phpstan

1.3.8

  • Fix CSS

1.3.7

  • Fix ICON
  • Fix CSS COLOR
  • Fix Languger

1.3.6

  • Add BBcode Progress Bar
  • Fix CSS

1.3.5

  • Combination: flarum/bbcode
  • Fix Ctrl Key

1.3.4

  • Waiting Combination: flarum/bbcode

1.3.3

  • Fix css details

1.3.2

  • Fix css ispoiler

1.3.1

  • Fix extend H2 H3 H4 H5

1.3.0

  • Combination: flarum/markdown
  • Remove flarum/markdown

1.2.0

  • Change the look
  • Fix Css

1.1.0

  • Change the look
  • Scan block click bbcode
  • Add Cloud Mega Mediafire Dropbox
  • Fix Css

1.0.7

  • Add BBCODE ALERT

1.0.6

  • Fix PHP V8.2
  • Fix BBCODE LOGIN REPLY
  • ADD BBCODE LIKE (There must be conditions: composer require flarum/likes)

1.0.5

  • Add BBCODE TAB
  • Fix BBCODE DETAIL

1.0.4

1.0.3

1.0.2

    • Fixed the issue where the network disk download address cannot be clicked when the post author is editing (zxy19 repair)
  • Added Quark network disk

Link