drupal 11 module 图片上传管理模块 Imce File Manager 的安装

记录 drupal 11 module 图片上传管理模块 Imce File Manager 的安装
重要 安装完后要运行/update.php这个来更新数据库

通过  composer 自动安装
$ composer require 'drupal/imce'

或者手动安装,这里是手动安装 git 版
imce
https://www.drupal.org/project/imce
https://git.drupalcode.org/project/imce
git clone --branch=3.x --depth=1 https://git.drupalcode.org/project/imce.git

/admin/config/content/formats/manage/full_html?destination=/admin/config/content/formats

首页> 管理> 配置> 内容写作> 文本格式和编辑器 

找到 完整的 HTML full_html
 默认是 启用图像上传 ,这是不能使用 Imce 上传图片的。
 

把 启用图像上传 的钩 去掉, 才能 启用 IMCE 文件浏览器。

/admin/structure/types/manage/article/form-display
首页> 管理> 结构> 内容类型> 文章 
选择 字段里的 图像 ,设置 勾上  Allow users to select files from Imce File Manager for this field.

  • Edit widget settings of a file/image field.
  • Check the box saying "Allow users to select files from Imce File Manager for this field." and save.
  • You should now see the "Open File Browser" link above the upload widget in the content form.

/admin/structure/types/manage/article/display
选择 字段里的 图像 ,如果已经安装了  彩盒colorbox 模块的话,下拉菜单里选择 彩盒colorbox
 

标签

添加新评论

受限制的 HTML

  • 允许的HTML标签:<a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • 自动断行和分段。
  • 网页和电子邮件地址自动转换为链接。
请输入以上问题的答案,换一个问题请刷新,不区分大小写