ninenine / nodebb-plugin-beep

NodeBB Plugin that allows users to censor curse words in their posts.
BSD 2-Clause "Simplified" License
12 stars 18 forks source link

The save button for the plugin is not displayed in nodebb v2 #39

Open ourfeel opened 1 year ago

ourfeel commented 1 year ago

version 0.4.8

barisusakli commented 9 months ago

Looks like I made a mistake in https://github.com/ninenine/nodebb-plugin-beep/pull/38, I sent a pull request to update this plugin to v3.x the save button should work there.

If you can't update you can just change the beep.tpl file yourself.

Remove <!-- IMPORT admin/partials/save_button.tpl --> and add

<button id="save" class="floating-button mdl-button mdl-js-button mdl-button--fab mdl-js-ripple-effect mdl-button--colored">
    <i class="material-icons">save</i>
</button>

To get the save button back on 2.x