Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[修改] 远程附件,图片保存本地,非图片附件保存在远程的转换方法

[复制链接]
折中扇 发表于 2015-1-6 12:57:45 | 显示全部楼层 |阅读模式
本帖最后由 折中扇 于 2015-1-10 01:01 编辑
  1. update pre_forum_attachment_0 set remote = '1' WHERE isimage="0";
  2. update pre_forum_attachment_1 set remote = '1' WHERE isimage="0";
  3. update pre_forum_attachment_2 set remote = '1' WHERE isimage="0";
  4. update pre_forum_attachment_3 set remote = '1' WHERE isimage="0";
  5. update pre_forum_attachment_4 set remote = '1' WHERE isimage="0";
  6. update pre_forum_attachment_5 set remote = '1' WHERE isimage="0";
  7. update pre_forum_attachment_6 set remote = '1' WHERE isimage="0";
  8. update pre_forum_attachment_7 set remote = '1' WHERE isimage="0";
  9. update pre_forum_attachment_8 set remote = '1' WHERE isimage="0";
  10. update pre_forum_attachment_9 set remote = '1' WHERE isimage="0";
复制代码




此为论坛附件,门户附件修改表名即可。词方法可解决分类信息图片和diy图片开启远程无法显示的问题。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-6-18 06:19 , Processed in 0.321102 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表