在drupal中通过FCKeditor上传图像
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
“图像/文件浏览器
集成的文件管理需要一些手动配置,有关这方面的更多信息在包含的 readme.txt 文件中。
目前,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.
"
--Taken from the FCKEditor module page
如果您希望用户能够插入图像,您需要允许他们将图像上传到服务器。然后他们可以像平常一样插入图像。
我相信有一个模块可以为用户提供一些类似于主文件夹的东西,他们可以在其中存储图像。它还应该与 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.