开启全部版块的sql语句是:update cdb_forums set allowmediacode =1开启指定版块的sql语句是:update cdb_forums set allowmediac
update cdb_forums set allowmediacode =1
开启指定版块的sql语句是:
update cdb_forums set allowmediacode =1 where fid in(fid1,fid2)
取消所有的多媒体代码的sql语句:
update cdb_forums set allowmediacode =0
取消指定板块的多媒体代码的sql语句:
update cdb_forums set allowmediacode =0 where fid in(fid1,fid2)
粉丝
0
关注
0
收藏
0