Open all sections of the disposable discuz [audio] [video] [flash] multimedia Code

   Open all forums sql statement is:

   

update cdb_forums set allowmediacode =1

  Turn on a given section of the sql statement is:

  

update cdb_forums set allowmediacode =1 where fid in(fid1,fid2)

  Cancel all multimedia code sql statement:

  

update cdb_forums set allowmediacode =0

  Cancel designated sections of multimedia code sql statement:

  

update cdb_forums set allowmediacode =0 where fid in(fid1,fid2)

   Demo site: http://bbs.yuanzhumuban.cc/

Guess you like

Origin www.cnblogs.com/68xi/p/11596112.html