在drupal中通过FCKeditor上传图像

发布于 2024-08-15 19:42:00 字数 138 浏览 4 评论 0原文

我正在使用 WYSIWYG 模块在 drupal 中实现 FCKeditor。如果我想在内容中添加图像(从用户系统上传而不是网址),我该怎么做? 我已经安装了 Image、ImageCache 模块。 或者我需要另一个模块才能完成此操作?

谢谢。

i'm using WYSIWYG module to implement FCKeditor in drupal. If i want to add an image(upload from the user's system and not an url) in the content, how'd i do?
i've Image, ImageCache modules installed.
or do i need another module for this to be done?

thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

GRAY°灰色天空 2024-08-22 19:42:00

“图像/文件浏览器

集成的文件管理需要一些手动配置,有关这方面的更多信息在包含的 readme.txt 文件中。

目前,FCKeditor 中有多个使用图像的选项。

  1. 内置的文件管理器,需要一些 图像
  2. 几乎不需要配置的 IMCE 模块
  3. 浏览器模块
  4. Web 文件管理器模块(仅在 FCKeditor 开发版本中可用)
  5. 图像辅助模块
  6. 上传模块 - 允许将文件和图像附件添加到节点。复制附件的 URL,您可以在 FCKeditor 对话框中使用它。
    "

--取自 FCKEditor 模块页面

"Image/File browser

The integrated file management needs a bit of manual configuration, more information about this is in the included readme.txt file.

At the moment there are several options for using images in FCKeditor.

  1. The built in filemanager, which needs some manual configuration.
  2. The IMCE module which needs almost no configuration.
  3. The Image Browser module
  4. The Web File Manager module (available in FCKeditor dev release only at this moment)
  5. The Image Assist module
  6. The upload module - which allows file and image attachments to nodes. By copying the URL of the attachment you can use it in the FCKeditor dialog.
    "

--Taken from the FCKEditor module page

筱果果 2024-08-22 19:42:00

如果您希望用户能够插入图像,您需要允许他们将图像上传到服务器。然后他们可以像平常一样插入图像。

我相信有一个模块可以为用户提供一些类似于主文件夹的东西,他们可以在其中存储图像。它还应该与 WYSIWYG 集成,这样他们就能够在不知道 url 等的情况下选择插入图像。自从我看到它并且从未使用它以来已经有一段时间了,所以你需要做一些调查。但我认为这正是您所寻找的。

这可能是我记得看过的那两个之一的演示。无论如何,您应该能够通过其中之一获得您想要的东西。

If you want users to be able to insert images, you need to allow them to upload the image to the server. Then they can insert the image like normal.

I believe there is a module that gives users something a bit like a home folder where they can store images. It should also integrate with WYSIWYG so they would be able to select the image am insert it without knowing about urls etc. It's been quite a while since I saw it and never used it, so you need to do some investigating. But I think it would just what you are looking for.

It might have been a demo of one of those two I remember having seen. In any regard you should be able to get what you want with one of them.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文