花晨月夕
专注web开发,可开发网站、小程序、app、oa、erp等各种系统
问答插件一点插件配置就跳到403错误页面?
2022-06-01 15:48:31
在网站根目录新建一个php文件,文件名任意
填写代码:
[code:php]<?php
require 'zb_system/function/c_system_base.php';
$zbp->Config('qanda')->networkActionType = 'filegetcontents';
$zbp->SaveConfig('qanda');[/code]
保存后浏览器打开 域名/文件名
2022-05-13 08:28:19
只能隐藏充值入口
用户中心配置,其它配置,用户中心自定义css
[lay-href="User/Invest/to=Price"]{display:none!important}
[lay-href="User/Invest/to=VIP"]{display:none!important}
2022-04-25 08:46:40
主题配置 - 其它配置 - 自定义css
.register-login-modal .nav-tabs li:not(:first-child){display:none}
2022-04-10 08:43:34
主题配置 - 其它配置 - 自定义css
.filter--content .filter-item:not(:last-child):not(:nth-last-child(2)){display:none}
2022-04-10 08:40:12
主题配置 - 其它配置 - 自定义css
.post-list .entry-media,.entry-header .entry-meta,.entry-footer{display:none}