==README for Bulleted List BB code add-on for miniBB==
Release date: April 30, 2009.
Latest update: November 25, 2025.
miniBB version: 3.3+
Author: Paul Puzyrev (minibb.com)

This plug-in adds possibility to post bulleted list in miniBB messages.


==INSTALLATION==

* Copy the button image img/button_list.svg under /img/ folder of your forum. It will indicate the Bulleted List button.


* Modify the file bb_codes.php file adding the codes provided under bb_codes.code.txt, bb_codes.encode.txt and bb_codes.decode.txt.

The code under bb_codes.code.txt should be pasted before the function enCodeBB is declared.

The code under bb_codes.encode.txt should be pasted in the function enCodeBB after the line which says

$msg=preg_replace($pattern, $replacement, $msg);

The code under bb_codes.decode.txt should be pasted in the function deCodeBB before the same like aforementioned line.


* Modify bb_plugins.php and paste the code located under bb_plugins.code.txt (contains an HTML/JavaScript for the BB code button).


* Open the templates/main_post_form.html template and paste:

{$button_list}

most likely in the place where the other BB buttons reside.


==USAGE==

The list becomes active if put between [list] [/list] tags separated by the newline. It is important, because the only possible syntax is:

[list]
item 1
item 2
item 3...
[/list]

All items must be separated by one new line (Enter) as well.

==FINALLY==
Questions? Suggestions? Improvements? Post them quickly on our support forums:
http://www.minibb.com/forums/11_5348_0.html
