1. 首页
  2. 编程语言
  3. PHP
  4. 解决 discuz 静态化后登陆状态不显示问题

解决 discuz 静态化后登陆状态不显示问题

上传者: 2022-06-21 00:24:54上传 .ZIP文件 3.97 KB 热度 5次

userstatus.php 解决全站静态化后 顶部登陆状态不显示问题

在footer.html 中 加入如下脚本即可

//loadjQuery(function () {jQuery.ajax({ url:'/userstatus.php', type:'GET', cache:false, success:function(msg) {msg=msg.replace("returnUrl","returnUrl=" encodeURIComponent(location.href) "&xxreturnurl=");if(jQuery("span[class='fright f14']"))jQuery("span[class='fright f14']").parent().html(msg); }});});

下载地址
用户评论