·设为首页收藏本站📧邮箱修改🎁免费下载专区📒收藏夹📱AI全功能
返回列表 发布新帖

discuzx3.5的后台SEO设置没有效果,无法保存 New

97 5
发表于 2025-12-11 09:54:19 | 查看全部 阅读模式

马上注册,免费下载更多dz插件网资源。

您需要 登录 才可以下载或查看,没有账号?立即注册

×
php.ini 中的 max_input_vars 的值,调到10000,重启PHP还是没有动静,具体情况见图,打开文章列表详细设置不成,社区还没设置,不知道是不是也是这样



discuzx3.5的后台SEO设置没有效果,无法保存
New
 重启,罗汉果,16,10000
第一排是用动态规则调用,后面都是具体频道写了保存不了



1 贡献最佳答案

      
罗汉果 发表于 2025-12-10 16:06
前边的 ";" 分号 要删掉      

    <img data-uid="1804" data-size="small" class="_avt user_avatar" />天外飘仙发表于昨天 16:56
  • 详细答案 >
我要说一句 收起回复

评论5

拾光Lv.8 发表于 2025-12-11 09:54:53 | 查看全部
你的版块数量是不是超级多?  怀疑你 max_input_vars 没设置好
我要说一句 收起回复
回复 支持 反对

使用道具 举报

IT618发布Lv.8 发表于 2025-12-11 09:55:41 | 查看全部
环境没有设置好,正常是可以的
我要说一句 收起回复
回复 支持 反对

使用道具 举报

拾光Lv.8 发表于 2025-12-11 09:55:56 | 查看全部
discuzx3.5的后台SEO设置没有效果,无法保存
New
 重启,罗汉果,16,10000             
            是这里修改配置么,重启了服务器
        
   

.ce-block {    margin-bottom: 20px;}.ce-block__content,.ce-toolbar__content {        /* max-width:calc(100% - 50px) */        margin-left: auto;    margin-right: auto;}.image-tool {  --bg-color: #cdd1e0;  --front-color: #388ae5;  --border-color: #e8e8eb;}  .image-tool__image {    border-radius: 3px;    overflow: hidden;    margin-bottom: 10px;  }  .image-tool__image-picture {      max-width: 100%;      vertical-align: bottom;      display: block;      margin-left: auto;      margin-right: auto;    }  .image-tool__image-preloader {      width: 50px;      height: 50px;      border-radius: 50%;      background-size: cover;      margin: auto;      position: relative;      background-color: #cdd1e0;      background-position: center center;    }  .image-tool__image-preloader::after {        content: "";        position: absolute;        z-index: 3;        width: 60px;        height: 60px;        border-radius: 50%;        border: 2px solid #cdd1e0;        border-top-color: #388ae5;        left: 50%;        top: 50%;        margin-top: -30px;        margin-left: -30px;        animation: image-preloader-spin 2s infinite linear;        box-sizing: border-box;      }  .image-tool__caption[contentEditable="true"][data-placeholder]::before {      position: absolute !important;      content: attr(data-placeholder);      color: #707684;      font-weight: normal;      display: none;    }  .image-tool__caption[contentEditable="true"][data-placeholder]:empty::before {        display: block;      }  .image-tool__caption[contentEditable="true"][data-placeholder]:empty:focus::before {        display: none;      }  .image-tool--empty .image-tool__image {      display: none;    }  .image-tool--empty .image-tool__caption, .image-tool--loading .image-tool__caption {      display: none;    }  .image-tool .cdx-button {    display: flex;    align-items: center;    justify-content: center;  }  .image-tool .cdx-button svg {      height: auto;      margin: 0 6px 0 0;    }  .image-tool--filled .cdx-button {      display: none;    }  .image-tool--filled .image-tool__image-preloader {        display: none;      }  .image-tool--loading .image-tool__image {      min-height: 200px;      display: flex;      border: 1px solid #e8e8eb;      background-color: #fff;    }  .image-tool--loading .image-tool__image-picture {        display: none;      }  .image-tool--loading .cdx-button {      display: none;    }  /**   * Tunes   * ----------------   */  .image-tool--withBorder .image-tool__image {      border: 1px solid #e8e8eb;    }  .image-tool--withBackground .image-tool__image {      padding: 15px;      background: #cdd1e0;    }  .image-tool--withBackground .image-tool__image-picture {        max-width: 60%;        margin: 0 auto;      }  .image-tool--stretched .image-tool__image-picture {        width: 100%;      }  .image-tool__caption {                text-align: center;                font-size: 14px;                color: #a3a3a3;        }@keyframes image-preloader-spin {  0% {    transform: rotate(0deg);  }  100% {    transform: rotate(360deg);  }}.inline-code {  background: rgba(250, 239, 240, 0.78);  color: #b44437;  padding: 3px 4px;  border-radius: 5px;  margin: 0 1px;  font-family: inherit;  font-size: 0.86em;  font-weight: 500;  letter-spacing: 0.3px;}
我要说一句 收起回复
回复 支持 反对

使用道具 举报

拾光Lv.8 发表于 2025-12-11 09:56:17 | 查看全部
版块是有点多,这个10000还可以加大么,加大了如果有效果可以修改,保存成功后,回头可以再改回1000么,以前我遇到这种情况,就是用改10000可以,但是主要局限在统一修改门户频道里面,不是打开详细设置,这次是是打开详细设置,主要针对具体频道和版块好像不行,试了很多次无法保存
我要说一句 收起回复
回复 支持 反对

使用道具 举报

婷姐Lv.8 发表于 2025-12-11 09:57:16 | 查看全部
discuzx3.5的后台SEO设置没有效果,无法保存
New
 重启,罗汉果,16,10000
罗汉果 发表于 2025-12-10 16:06
前边的 ";" 分号 要删掉
我要说一句 收起回复
回复 支持 反对

使用道具 举报

回复

 懒得打字嘛,点击右侧快捷回复【查看最新发布】   【应用商城享更多资源】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

图文热点
关闭

站长推荐上一条 /1 下一条

最新热评 加载中...
AI智能体
投诉/建议联系

discuzaddons@vip.qq.com

未经授权禁止转载,复制和建立镜像,
如有违反,按照公告处理!!!
  • 联系QQ客服
  • 添加微信客服

联系DZ插件网微信客服|最近更新|Archiver|手机版|小黑屋|DZ插件网! ( 鄂ICP备20010621号-1 )|网站地图 知道创宇云防御

您的IP:216.73.216.84,GMT+8, 2026-1-28 03:03 , Processed in 2.726634 second(s), 105 queries , Gzip On, Redis On.

Powered by Discuz! X5.1 Licensed

© 2001-2026 Discuz! Team.

关灯 在本版发帖
扫一扫添加微信客服
QQ客服返回顶部
快速回复 返回顶部 返回列表