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).
@a_5mith has already pointed that out here. Yeah I noticed this too.
@xen Please make an issue for that on https://github.com/NodeBB/NodeBB/issues
@bogus This has been fixed in latest master, thanks!
L
If there is a . (dot) on the file name, it doesnt display the image on the post ( it cold parse and remove the dots 🙂 )

Fixed as of https://github.com/NodeBB/NodeBB/commit/5ec289eee2c44f4dd49e7b2884d27dd1acb20d5c.
The problem was I was deleting tags that no longer had topics but was doing it in the wrong place. If a user couldn't see any topics the code was deleting the tag. I moved it up to actually check the tids and not the topics the user can see.
@a_5mith
Thanks brah all good now 🙂