Improvements since 1.0.0:
- Fixed incompatibility with ABBC extension #10
- Improved russian language, thanks to FomenkoAndrey and LavIgor
- Make hidden text more prominent #8
People that used both ABBC and Hide-bbcode together, must decide for themselves whether they want one of [hide] or [hidden], or both.
- If ABBC was installed first and Hide-bbcode later, now [hide] will be the only one that's available, as it replaced the [hidden] bbcode. If you want, you should add [hidden] by yourself.
- If Hide-bbcode was installed first and then ABBC, now [hidden] is the only one available, so if you want you should add [hide] by yourself.
To add the [hide] bbcode, go to ACP -> Posting -> BBcodes -> Add a new bbcode. Fill in:
- BBCode usage:[hide]{TEXT}[/hide]
- HTML replacement:{TEXT}
- Help line:HIDEBB_HIDE_HELPLINE
- and tick the 'Display on posting page', and submit.
To add the [hidden] bbcode, go to ACP -> Posting -> BBcodes -> Add a new bbcode. Fill in:
- BBCode usage:[hidden]{TEXT}[/hidden]
- HTML replacement:{TEXT}
- Help line:ABBC3_HIDDEN_HELPLINE
- and tick the 'Display on posting page', and submit.
(For most recent version refer to https://github.com/VSEphpbb/abbc3/blob/master/migrations/v310_m4_install_data.php#L126-L129 )