sunshine

已創建論壇回覆

正在查看 10 個帖子:1-10 (共 26 個帖子)
  • 作者
    帖子
  • sunshine
    參與者
    • 文章數量: 48
    @sunshine
    樓主

    具體該怎麼選呢

    回覆至: 文件上傳 #38089
    sunshine
    參與者
    • 文章數量: 48
    @sunshine
    樓主

    我把那些插件全部裝了一遍還是沒有用

    function my_custom_upload_mimes($mimes = array()) {
    // 添加 mobileconfig 類型,如果需要添加其他類型,例如 SVG,只需在下面加入一行 $mimes[‘svg’] = “text/svg”; 即可
    $mimes[‘FBX’] = “text/FBX”;
    $mimes[‘fbx’] = “text/fbx”;

    return $mimes;
    }

    add_action(‘upload_mimes’, ‘my_custom_upload_mimes’);

    這個代碼也加到 functions.php 裏了還是沒有用

    回覆至: 文件上傳 #38087
    sunshine
    參與者
    • 文章數量: 48
    @sunshine
    樓主

    其實是上傳成功的,文件夾裏有但是沒有返回鏈接

    回覆至: 禁用自動更新 #36250
    sunshine
    參與者
    • 文章數量: 48
    @sunshine
    樓主

    不是子站無法訪問,子站前台網頁都能訪問就是子站後台進不去,一直跳登錄頁

    回覆至: 禁用自動更新 #36243
    sunshine
    參與者
    • 文章數量: 48
    @sunshine
    樓主

    嗯好的,還有一個問題,我配置好本地環境,主站點子站點都訪問正常,主站點後台可以登錄,但是子站點後台登錄一直跳登錄頁面進不去子站後台

    回覆至: 禁用自動更新 #36241
    sunshine
    參與者
    • 文章數量: 48
    @sunshine
    樓主

    我們要徹底禁用自動更新並不是只要不提示就行

     

    回覆至: 禁用自動更新 #36240
    sunshine
    參與者
    • 文章數量: 48
    @sunshine
    樓主

    Disable REST API 裝了這個有用嗎

    回覆至: 禁用自動更新 #36239
    sunshine
    參與者
    • 文章數量: 48
    @sunshine
    樓主

    所有東西都不要自動更新

    回覆至: 終極會員插件 #35895
    sunshine
    參與者
    • 文章數量: 48
    @sunshine
    樓主

    回覆至: 終極會員插件 #35892
    sunshine
    參與者
    • 文章數量: 48
    @sunshine
    樓主

    都是子站點管理員的賬號,我們每個子站點都有一個管理員賬號,我用管理員賬號等的

正在查看 10 個帖子:1-10 (共 26 個帖子)