My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
118 stars 47 forks source link

BB-Codes for marking subsequent changes in a posting #699

Closed auge8472 closed 4 months ago

auge8472 commented 4 months ago

Introduction of the BB-Codes [ins], [del] and [s] for the corresponding HTML-elements <ins>, <del> and <s>.

At this time we will not introduce a setting to activate these BB-Codes and also no UI for buttons to insert the codes into a posting. Nevertheless, it is possible to include the BB-Codes in a posting. They will automatically converted to the corresponding HTML-elements.

This will solve #697.