是否有媒体库可查看所有已上传图片及其 URL?

Hi,
I have two questions:

  1. How can I upload a new logo or replace existing one on the already active discourse forum?
    Currently, i see this in settings:
    image

    There is no button to upload a new image?

  2. Is there a way to see ALL uploaded images on our Discourse forum? I mean something like ‘Media library’ in wordpress?
    I am not sure how do i upload a new image and get the image URL to paste it logo settings?

Can somebody help?

To upload and replace just use the wizard again, https://your.domain/wizard
The other question with media galery is a good one, I also would like to know :slight_smile:

Thanks. I will change the logo while waiting for somebody to answer the media library question.

It is important to get the image URL if we want to share it at other platforms.

For the logo it will be easy anyway, after re-upload you see it in admin.
And other images you should get the url with right click on it. Actually they should be available for share on other servers too - crossdomain.

There is no media library UX. You could use the data explorer plugin to select all of the uploads.

It would be nice to see a list of uploads, sorted by file size, with link to the post uploaded to. That way we can identify large files that might need removal or handling.

I think this topic has been covered before and I don’t recall where those conversations ended up… except that there is no functionality in the ui for managing uploads.

Given there are hard (and fairly low) upload limits out of the box, I am not sure this would be as useful as you think?

是的,如果能有一个类似 WordPress 媒体库的界面来管理上传内容,那就太好了。这个功能正在开发中吗?

看起来你可以通过数据浏览器插件获取所有文件上传(报告也会列出文件上传),而且界面相当不错。所以我想他们确实已经拥有一个功能相当完善的媒体库了。程序员应该能够编写一个插件来对这些文件进行更多操作。

大多数情况下,它们是自行管理的。您正试图解决什么问题?

我们目前正在尝试将大型 WordPress 社区迁移到 Discourse,因此我们需要实现许多与图片上传(及其他功能)相关的功能,因为我们的社区对图片依赖度很高。

例如,Topic List Previews 插件非常棒,但它只允许你从已关联到某个主题或其帖子的图片中选择主题列表预览。但如果你想要使用已上传到另一个主题的图片作为预览呢?这并不容易实现。如果管理员想从已上传到另一个主题的图片中插入图片到当前主题,同样不容易实现,除非通过数据浏览器获取 URL 再粘贴回编辑器(因为编辑器不允许从已上传图片中选择)。此外,管理员偶尔需要编辑已上传的图片,但目前也没有简便的方法。这些问题只是其中一部分。目前我们可以用变通方法解决,但随着时间的推移,我们可能会编写一些程序来简化管理并提供更多功能。

明白了。如果您需要帮助迁移 WordPress 论坛,我或许可以提供协助。Redirecting…

之所以没有人专门制作这样的媒体库,是因为这些内容通常会自动管理。例如,如果您上传同一张图片两次,系统不会创建另一个副本,因为它会检查校验和。

在该主题中右键点击并复制图片的 URL。您也可以查看原始帖子,复制插入图片的代码。

下载图片,编辑后重新上传,然后删除旧图片。唯一会造成较大麻烦的情况是,如果该图片被用于多个主题,而您希望同时更新所有这些主题中的图片。目前我还不太确定如何实现这一点。

非常感谢。我们之前没注意到校验和,这很有趣。我们会再联系您。目前我们仍处于开发阶段,学习曲线较陡峭,但进展顺利。

至于您的建议,是的,这正是我们现在正在做的。但通过右键点击进行复制、下载或编辑,用户体验并不友好,也难以扩展。如果能点击上传图标,查看现有图片并插入(仅限管理员),会方便得多。“主题列表预览”插件在主题本身方面做得很好,但在需要使用其他图片时却不行。

也许 @bartv 有一些建议。https://blenderartists.org/ 上有一些图片。

我们从未需要过此类功能。我们只使用 TLP。