how change post quick reply component become editor?
ed5bfe2d-fb9a-41f3-8b77-b33ae0c7d0c8-image.png
2c12236d-3bbf-4d3c-8f26-4ffc3490277d-image.png
Hello,
I tried to change the Site Logo via the Admin Dashboard of NodeBB:
Although the image is uploaded to /var/www/nodebb/public/upload/system, the image that shows up on the NodeBB forum is the initial .png image that I first used.
How can I change it?
The user that I am using is the account that was first made for me when setting up NodeBB, which I'm assuming has these privileges.
I don't know what I'm doing, thank you.
@teh_g @julian Yes, I have reloaded via the Dashboard's reload button and I have made sure to hit the save icon at the bottom right after selecting an image file.
It still displays the very first png image that I have uploaded, can someone tell me where it is located? (Unless it is indeed in /var/www/nodebb/public/upload/system, because if it is, the new icon is definitely in there.)
I have tried stopping, building, and starting via UNIX as well.
Have you tried clearing your cache?
That should work. Do you have cloudflare or anything else?
As for your prior question,
public/upload/system/
is served through /assets/uploads/system
Have you tried restarting nginx if you have that proxying?
@PitaJ It should be related to cache.
My boss showed me the website and on her browser and it used the most recent upload.
I tried Firefox instead of Chrome and it showed up on my Firefox as well.
So it must have been because of the cache, I'll see what I can do to make it appear on Chrome, but everything should be fine.
Thanks so much everyone.
EDIT:
Yeah, just cleared the cache via Tools > More Tools > Clear browsing data; everything's good.
I feel so dumb, thanks again everyone.