Do the buttons appear in the composer?
In the plugin page it’s considered deactivated in my forums as well but everything works fine anyway
Do the buttons appear in the composer?
In the plugin page it’s considered deactivated in my forums as well but everything works fine anyway
no, nothing is there, seems the tool bar takes no effects.
Does a hard refresh in the web browser make it appear?
Can you share the link of your forum in DM if it’s not sensitive?
I don’t see what could cause this issue 
![]()
Sorry, seems only the color button is not working, I can still see the flush-right, flush-center, etc.
But there is no color button now.
The justify button isn’t there also. Can you try to deactive float left, center, align right buttons to see if justify and color appear?
Hi @Steven - just installed this plugin, reloaded in my browser (Safari), and didn’t see any part of the toolbar.
Just as I was writing this, I decided to retry in a different browser, that I don’t usually use with my forum (FireFox- no good reason, just not what I usually use.) Magically everything was there. I edited a post and went back to Safari. The post I had just edited didn’t have the float. A reload later and it did… and then the toolbar showed up in the composer for Safari(!).
I had reloaded various pages from Safari, none got it working. My guess is I should have force cleared all of Safari’s cache’s (for my forum)- obviously something wasn’t getting loaded by Safari.
Thanks for your message
The plugin was broken, but it’s weird it kinda worked for you, I fixed it in a hurry. Let me know if everything works fine now, on all browsers
To everyone
I had some issue with the options where we choose which bbcode appear in the toolbar. I’m quite busy at the moment so I had to delete these options for now, the plugin is fixed but every button will be on the toolbar even though you decided to hide them before.
Until I have time to fix everything properly, everyone can select some lines to hide the buttons, use the css section on the Customize section of the admin panel to add the css codes. You can add these lines in:
Common : to hide the button on desktop and mobile
Desktop : hide the button only on desktop
Mobile : hide the button only on mobile
/*
FORMATTING TOOLBAR TEMPORARY FIX
USE SOME OF THESE LINES TO HIDE
THE RELATED BUTTON IN THE TOOLBAR
*/
/* UNDERLINE BUTTON */
.d-editor-button-bar .underline_ui_button {
display: none;
}
/* IMAGE BUTTON */
.d-editor-button-bar .addimg_ui_button {
display: none;
}
/* FLOAT LEFT BUTTON */
.d-editor-button-bar .floatl_ui_button {
display: none;
}
/* ALIGN LEFT BUTTON */
.d-editor-button-bar .left_ui_button {
display: none;
}
/* ALIGN CENTER BUTTON */
.d-editor-button-bar .center_ui_button {
display: none;
}
/* ALIGN RIGHT BUTTON */
.d-editor-button-bar .right_ui_button {
display: none;
}
/* JUSTIFY BUTTON */
.d-editor-button-bar .justify_ui_button {
display: none;
}
/* COLOR BUTTON */
.d-editor-button-bar .color_ui_button {
display: none;
}
/* SIZE BUTTON */
.d-editor-button-bar .size_ui_button {
display: none;
}
Sorry for the inconvenience everyone, I’ll try to find a solution asap 
This plugin just wasn’t working with Daemonite Material Theme
So it might not even be the fault of this plugin, but had to stop using it.
Wish Diiscourse would include text size and color into core. How are users supposed to create headers without using BBcode?
This can be done with markdown. Have a look at Markdown Tutorial - Headings. The whole tutorial is worth going through.
I just tested it, it is indeed the theme that breaks the plugin;
You can edit the theme to delete the content of the </head> section, but it might break some things in the theme.
It seems that this theme was made with the old way of managing the font-awesome icons and it might break with any plugin or theme component that uses these icons.
Seems, the toolbar setting is gone.
I can’t find this

All what I see is

and the toolbar is too long for me now. I don’t need somany tools in the toolbar.
You see the toolbar is usually too long, can we simply fold the tools into “Options” to keep the editing window and the preview with equal width?
See 5 posts above you.
I’m sorry about that, a recent Discourse upgrade broke these options and I didn’t find a solution with the plugin, so for now I recommand using css to hide buttons.
Develop this post to see the css code to use. You can hide buttons on desktop, mobile or both.
Segui todas as instruções e as opções da barra de ferramentas de adição não estão aparecendo no meu site.
Voltei ao editor nano para verificar se tudo foi inserido corretamente, e parece que foi. “Reconstruí” o aplicativo uma segunda vez… voltei aos meus fóruns e as opções da barra de ferramentas ainda não estão aparecendo.
Verifiquei as configurações para garantir que a barra de ferramentas esteja habilitada, e está.
Neste ponto, não sei o que fazer para solucionar o problema ou descobrir por que não está aparecendo para mim.
Até tentei desinstalar… e depois instalar o “ProCourse Installer”, que permite instalar/remover plugins via interface. Ele mostra que tenho a barra de ferramentas de formatação instalada…
mas ainda não vejo nenhuma atualização no meu editor.
Outra observação… eu tinha um tópico de rascunho no meu editor. Desde então, removi meu rascunho e tentei atualizar… abrindo em navegadores diferentes, etc., e não importa o que eu tente… ainda não consigo fazer com que os recursos desta barra de ferramentas de formatação apareçam. ![]()
Alguma sugestão?
Não sei o que aconteceu, cometi um erro no GitHub e fiz um push de uma atualização!
Desculpe pelo ocorrido e obrigado por reportar!
Obrigado pela sua rápida resposta nisso, @Steven!
Desinstalei o plugin e o reinstalei via o Instalador de Plugin ProCourse. Isso não fez diferença. Ainda não conseguia ver as novas opções de botão. Mas então fui às Ferramentas do Desenvolvedor, no Chrome…
Em seguida, fui para Aplicação > Limpar Armazenamento e cliquei na opção “Limpar Dados do Site”…
Agora minha barra de ferramentas está funcionando e exibindo todas as novas adições!

Obrigado novamente!!
Nota: Não tentei limpar os dados do site antes de desinstalar o plugin, então pode ter funcionado se eu apenas tivesse limpado os dados do site ¯\_(ツ)_/¯
Eu também tive problemas com o plugin sendo desativado após uma reconstrução alguns dias atrás. Fazer uma nova reconstrução agora corrigiu o problema.
Sim, de alguma forma voltei para a versão ruim do plugin. Não sei o que fiz com meus arquivos de locale, mas serei mais cuidadoso no futuro. O estranho é que estava quebrado por 1 mês e meio e ninguém percebeu até então ![]()
Na maioria das vezes, ao usar a propriedade float, estamos flutuando uma imagem para a direita.
Existe uma maneira de alternar entre direita e esquerda usando o botão de flutuação
?
Existe uma maneira de tornar floatr a função padrão ao usar o botão de flutuação, em vez de floatl?
Aqui vai uma sugestão também. Seria legal se você pudesse segurar a tecla Ctrl ou Shift, ou Command, etc., e clicar no botão de flutuação para usar o oposto do padrão.