Re: [請益] XOOPS Anonymous Users 看不到區塊

看板PHP作者 (Rolling Star)時間19年前 (2007/01/14 22:51), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串2/2 (看更多)
※ 引述《tomorrowcome (I'm free,free fallin')》之銘言: : 請問不管是我新增的模組或自建的模組. : 要如何讓 anonymous user 看的建呢. : 我在 blocks 的 group 選 Anonymous Users : 都看不到新增的模組或自建的模組可以用. : @@ 系統 -> 群組 -> 匿名使用者 除了「區塊使用權」勾選外,「模組使用權」也必須勾選! : 另外, 請問 uninstall module 一定要自己把目錄移除 : 再把相關 tables 殺掉嗎? : 有較方便的uninstall 方式嗎? thanks : 謝謝 不需要把 module 的目錄也移除... 移除 module 必須先到後台:系統 -> 模組 先「停用」欲移除 module 再進行「移除」… 另外,進行「移除」步驟的時候, 系統就會根據 xoops_version.php 的設定來移除修關的資料表 // xoops_version.php $modversion['sqlfile']['mysql'] = "sql/mysql.sql"; $modversion['tables'][0] = "case"; $modversion['tables'][1] = "case_log"; 在上面例子中, 就會移除 xoopsPrefix_case 與 xoopsPrefix_case_log 兩個資料表 ( xoopsPrefix 為自訂字串 ) 如果 mysql.sql 檔案中,除了建立 case、case_log 還有其他資料表 caseX 則系統管理者移除該模組,caseX 仍不受影響,繼續保留在系統中。 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 61.62.84.89

01/15 21:26, , 1F
thanks. problem solved.
01/15 21:26, 1F
文章代碼(AID): #15gaDRqp (PHP)
文章代碼(AID): #15gaDRqp (PHP)