一次性开启discuz所有版块的 [audio] [video] [flash] 等多媒体代码
开启全部版块的sql语句是:开启指定版块的sql语句是:取消所有的多媒体代码的sql语句:取消指定板块的多媒体代码的sql语句:
- update cdb_forums set allowmediacode =1
- update cdb_forums set allowmediacode =1 where fid in(fid1,fid2)
- update cdb_forums set allowmediacode =0
- update cdb_forums set allowmediacode =0 where fid in(fid1,fid2)