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).
If I switch composer to a separate route, i don't see upload file icon and thumbnail icon
Any respond?
Please file a bug against the composer-default repository. Thanks!
Fixed in https://github.com/NodeBB/NodeBB/commit/1d72a8f0ee57b6d3c5a4503e7d1cab0d5f1a3c1b
Thanks for reporting.
@TiaZzz said:
net::ERR_BLOCKED:BY_CLIENT
Ah, I get those too, but that's a result of uBlock or such 😄
It only really breaks if you use libreJS, but that's a different problem altogether
@PitaJ said in Removing Buttons from Composer:
@crazycells add this to the custom javascript: window.addEventListener('load', function () { document.documentElement.classList.toggle('is-not-admin', !app.user.isAdmin); }); Then just put .is-not-admin .composer .... instead
@crazycells add this to the custom javascript:
Then just put .is-not-admin .composer .... instead
Thanks a lot.
@baris said in Tracking composer not opening:
This is likely caused by https://github.com/NodeBB/NodeBB/issues/4978 I sent a PR to the ns-spoiler plugin that should fix the issue for now.
This is likely caused by https://github.com/NodeBB/NodeBB/issues/4978
I sent a PR to the ns-spoiler plugin that should fix the issue for now.
all right , check this please https://github.com/NodeBB/NodeBB/issues/4964#issuecomment-242585842
M
My report isn't 100% correct.
When resizing the browser smaller, the top bar does become 2x taller, but the title and breadcrumb are rendered beneath properly.
So it's only a normal (not full screen) kind of browser window with a long site title that exhibits the problem.