Hi Greg, the extras and add-ons are features that you can only install in your whole Nabble app. For example, you can't install those features only in a specific sub-forum. This is why that menu option is available only at the root app. Is this an issue for you? Which feature(s) do you think should be partially installable?
GregChapman wrote
your posts always include a thumbnail, but frequently no image appears within the body of the post. How do you achieve that?
(I realise that a thumbnail is generated from the first image within a post, but have not discovered a way to hide the only image included in the post.)
Yes, there is a simple trick you can use for that. Just wrap the image tag with this:
<div style="display:none">
...image tag...
</div>
One approach is to simply add the
style="display:none" property to the image tag directly.