INSERT INTO `qb_qun_field` (`id`, `name`, `title`, `type`, `field_type`, `value`, `options`, `about`, `show`, `mid`, `ajax_url`, `next_items`, `param`, `format`, `table`, `level`, `key`, `option`, `pid`, `list`, `listshow`, `ifsearch`, `ifmust`, `nav`) VALUES(0, 'viewlimit', '访问权限', 'radio', 'tinyint(1) NOT NULL DEFAULT ''0''', '', '0|不限制\r\n1|只有正式会员才能访问', '', 1, 1, '', '', '', '', '', 2, '', '', '', 0, 0, 0, 0, ''); ALTER TABLE `qb_qun_content1` ADD `viewlimit` TINYINT( 1 ) NOT NULL COMMENT '访问权限'; INSERT INTO `qb_hook_plugin` (`id`, `hook_key`, `plugin_key`, `hook_class`, `about`, `ifopen`, `list`, `author`, `author_url`, `version`, `version_id`) VALUES(0, 'cms_content_show', '', 'app\\qun\\hook\\Content', '圈子内容相关权限钩子', 1, 0, '', '', '', 0); INSERT INTO `qb_hook_plugin` (`id`, `hook_key`, `plugin_key`, `hook_class`, `about`, `ifopen`, `list`, `author`, `author_url`, `version`, `version_id`) VALUES(0, 'cms_add_end', '', 'app\\qun\\hook\\Content', '圈子处理频道发布的内容', 1, 0, '', '', '', 0);
进后台数据库工具那里,运行这些代码 .
然后再清空缓存
这个风格大家喜欢的话.注意保留,下次更新会被换掉.这种风格太不入流了.很老土,上个世纪的产物,不能要了
今天在本地电脑上安装了圈子模块,后台升级后,然后按以上方法做了数据库操作,结果发现:
另外咨询下:
微圈有以下功能吗
1、非管理员圈内发布的内容,要这个圈主审核才可;
2、只有圈内成员才可浏览圈内容,非成员可浏览标题;
3、能收费加入圈【非成员可在线自己支付完成】
私密的内容还是会被搜到的,只是打不开
https://www.wxunk.com/search/index/lists.html?keyword=%E6%94%AF%E4%BB%98%E5%AE%9D
// 调试结束 $this->debug(false); $this->numRows = $this->PDOStatement->rowCount(); return $this->numRows; } catch (\PDOException $e) { if ($this->isBreak($e)) { return $this->close()->execute($sql, $bind); } throw new PDOException($e, $this->config, $this->getLastsql()); } catch (\Throwable $e) { if ($this->isBreak($e)) { return $this->close()->execute($sql, $bind); } throw $e; } catch (\Exception $e) { if ($this->isBreak($e)) { return $this->close()->execute($sql, $bind); }
数据库工具>>
每一条sql语句必须用;号分隔开(注意,此框今后升级数据库会经常用到,把代码粘贴进去,点击提交就行了) 请粘贴要执行的SQL语句代码 (提醒:这里也可以输入select语句进行资料查看) |
出错
#1054 - Unknown column 'input_width' in 'field list'
运营代码出错 这个怎么解决呢