Ah you running this on top of News Plugin? I’m afraid the results of that are not predictable and it might be causing the issue. The News Plugin is not explicitly supported as it has its own templates.
If you remove the News Plugin, does the issue go away?
You may notice the meta is now wrapped by default. This was done with a heavy heart and is because we are trying to maximise the number of posters that can be depicted. I will revisit this if/when we get container queries in browsers so we can base the width of the meta on the number of posters.
This was happening because the way we set up the staging site for jrgongs forum, storing images on S3 buckets on the original forum where the staging site is pointing to. The staging site has a different current_db name so Post::each_upload_url fails to find the uploads.
The it failed was not because posts were made before the sidecar plugin was installed, it failed on posts that were made before the production site was copied to staging.
After a round of updating my discourse instance I noticed that featured topics (those set with the featured tag) were no longer showing on the initial page load and wouldn’t appear until manually selecting one of the categories, latest, etc topic lists. In this case I have the user interface setting default home page set to categories, which had previously worked as expected. If latest, new or unread are set as the default home page, the featured topics will display on the page as anticipated without having to manually select a topic list. If categories or top are selected, they will not appear until the user manually changes the topic list. I’m not sure if I have missed something or if perhaps a change to the core discourse has changed this behavior.
You should now be able to access thumbnails as moderator.
This also fixes a glaring logic error here where there was an assignment not an equivalence check!
Really the UI & security logic needs a bit of further improvement here. The button should really be hidden if you don’t meet the criteria. I’ll follow up with that in the TC at some point … Also the API isn’t properly secure with regards to this logic as all it is currently doing is preventing you seeing the buttons. It needs further changes to fully secure it. But given this is such a low risk action I don’t think this is a massive priority.
Thx for the fix! We will test it once we deploy it on live
Do you see any chance to display the “Choose thumbnail” button only for topics which are in a category or have a tag with thumbnails enabled in TLP tc? Or would this be a bigger effort to implement?