阅读更多关于乾坤堂修改记录 IC5/IPS5 乾坤堂修改记录 自定义钩子(增加游客模糊效果) {{if !member.member_id}} <style> .content-blur { filter: blur(3px); pointer-events: none; user-select: none; } .blur-overlay { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 9999; background: rgba(255,255,255,0.8); padding: 20px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); text-align: center; font-size: 20px; color: #333; } .blur-overlay a { color: #00 2 篇意见 23 次查看 剑弗在 IC5/IPS5 4月29日4月29日
阅读更多关于IPS5/IC5修改游客提示登录查看内容 IC5/IPS5 IPS5/IC5修改游客提示登录查看内容 {{if !member.member_id}} <style> .content-blur { filter: blur(3px); pointer-events: none; user-select: none; } .blur-overlay { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 9999; background: rgba(255,255,255,0.8); padding: 20px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); text-align: center; font-size: 20px; color: #333; } .blur-overlay a { color: #0066cc; text-d 0 篇意见 12 次查看 剑弗在 IC5/IPS5 5月24日5月24日
阅读更多关于IPS5自定义CSS IC5/IPS5 IPS5自定义CSS /* 自定义内容字体 */ .ipsRichText{ font-family: "Georgia", "Times New Roman", serif; }/*自定义背景图像*/ .ipsLayout__main { background-image: url({resource="custom/yourimage.png" app="core" location="front"}); /*background-image: url(https://yoursite/images/pic.png);*/ width: 100%; background-position: center bottom; background-size: cover; background-repeat: no-repeat; }/* 作者在线状态 */ .ipsEntry__author-online { display: block; }/* 作者在线状态 */ .ipsEntry__author-online { border: 1.1em solid hsl(113deg 0 篇意见 32 次查看 剑弗在 IC5/IPS5 1月21日1月21日
阅读更多关于乾坤堂带网校版的伪静态规则 IC5/IPS5 乾坤堂带网校版的伪静态规则 #乾坤堂主站 location / { include enable-php-72.conf; index app.php; try_files $uri @rewriteapp; } location @rewriteapp { rewrite ^(.*)$ /app.php/$1 last; } #乾坤堂论坛 location /bbs { include enable-php-82.conf; try_files $uri $uri/ /bbs/index.php; } location ~^(/bbs/page/).*(.php)$ { include enable-php-82.conf; try_files $uri $uri/ /bbs/index.php; } # location /bbs/api/ { # include enable-php-82.conf; # if (!-e $request_filename){ # rewrite ^/bbs/api/ 0 篇意见 5 次查看 剑弗在 IC5/IPS5 1月14日1月14日
阅读更多关于IPS5/IC5/简化发帖代码修改 IC5/IPS5 IPS5/IC5/简化发帖代码修改 修改根目录/static/templates/forums_front_index.php 的2624行和6236行 修改根目录/applications/forums/modules/front/forums/forums.php 的626-632行 //new $fixed_id = 41; if ( !isset( Request::i()->id ) ) { Request::i()->id = $fixed_id; } 0 篇意见 18 次查看 剑弗在 IC5/IPS5 2024年12月8日12月8日
阅读更多关于IPS5修改未登录显示下载按钮 IC5/IPS5 IPS5修改未登录显示下载按钮 修改applications/downloads/sources/File/File.php文件中的第1171行把FALSE改成TRUE 0 篇意见 16 次查看 剑弗在 IC5/IPS5 2024年11月27日11月27日