misiek90 wrote:I know that, but it's not the point. A click on the centering and immediately see the effects, in the additional bbcode so no. In future versions you plan to release something like that here? Ever?
http://www.tinymce.com/tryit/full.php
it is easy for me to include them, but we have not these bbcodes by default in phpbb
if I include these buttons I should define a code behind them to render and show them (just like what you said: click and see effect) but there is no pre-defined html code in clean installation of phpbb for these buttons and we do not know how end-user defines them.
let me describe this way:
maybe one user define 'center' bbcode's html in acp as:
Code: Select all
<div style="text-align: center">{TEXT}</div>
and second user define it as:
Code: Select all
<span style="text-align: center; font-weight: bold;">{TEXT}</span>
so we do not know how they define html part to parse it. we should have html code of bbcodes to be able pre-define them and also render them correctly
but do not be despair

I maybe write an addon MOD with some predefined bbcodes like alignments for this MOD. then all end-user uses same bbcodes with same html codes and this enable me to include them in toolbar
