Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Please help?
You can customize the CSS in the Admin Panel for .forum-logo or .navbar-header with @media CSS rules (not sure, you should try).
.forum-logo
.navbar-header
@media
@media (max-width: 767px) { .header .forum-logo { float: none !important; margin-left: 50% !important; transform: translateX(-50%); } }
@PitaJ Thank you.
I wanted to know if there was any known breaks at the moment 🙂 Backup is always needed! I will update my devs first.
@ChaosYamYT This plugin is incompatible with current versions of NodeBB. You could try opening an issue at the Github repo for the plugin, and asking the developer to fix it.
I feel bad that my forum isn't popular enough to be targeted by spam bots 😞
Does this work with the nodebb hosted option?
I'm using the Git implementation in PhpStorm, one of the best IDE Git integrations I've seen. Visual Studio can learn a thing or 2000 from that.