修复emlog pro应用商店下载后跳转bug - 技术分享 - 五行资源分享网

修复emlog pro应用商店下载后跳转bug

特别声明:文章多为网络转载,资源使用一般不提供任何帮助,如有侵权请联系!

emlog pro 1.6.0 调整商店展示,区分免费和付费专区,默认显示免费区,不过有个bug,就是下载免费模板或免费插件后,会显示全部内容(收费和免费)

修复方法:
打开文件 admin/store.php

switch ($ret) {
                case 0:
                        emDirect($store_path . 'active=1');
                case 1:
                case 2:
                        emDirect($store_path . 'error_dir=1');
                case 3:
                        emDirect($store_path . 'error_zip=1');
                default:
                        emDirect($store_path . 'error_source=1');
        }
// 改成
        switch ($ret) {
                case 0:
                        emDirect($store_path . 'active=1&tag=free');
                case 1:
                case 2:
                        emDirect($store_path . 'error_dir=1&tag=free');
                case 3:
                        emDirect($store_path . 'error_zip=1&tag=free');
                default:
                        emDirect($store_path . 'error_source=1&tag=free');
        }

 

 

修复emlog pro应用商店下载后跳转bug-五行资源分享网-第1张图片

本文最后更新于2022-8-27,已超过 1 年没有更新,如果文章内容或图片资源失效,请留言反馈,我们会及时处理,谢谢!
分享到:
打赏

 

觉得文章有用就打赏一下文章作者

微信扫一扫打赏

打赏图片