fooleap / disqus-php-api

利用 PHP cURL 转发 Disqus API 请求
MIT License
303 stars 54 forks source link

如何关掉上传图片功能,直接改js? #49

Closed monyuan closed 5 years ago

monyuan commented 5 years ago

RT

fooleap commented 5 years ago
  1. 可直接添加 CSS:
    .comment-image-input + .comment-actions-label {
    display: none;
    }
  2. 更新最新代码后,在 Disqus 后台的 settings -> community 的 Enable Media Attachments 设置将生效。