2012-06-04 134 views

回答

0

即使設置: plugin.tx_indexedsearch.show.forbiddenRecords = 1個 config.typolinkLinkAccessRestrictedPages = UID-的登錄頁

索引搜索不查找被禁止的記錄。

我發現如果我在第1119行從函數execFinalQuery設置: $ id_list [] = $ this-> cObj-> getTreeList($ rootId,9999,0,0,'','')。$ rootId ;

$ ID_LIST [] = $這個 - > cObj-> getTreeList($ rootId,9999,0,1, '', '')$ rootId。

該索引搜索開始搜索並顯示被禁止的記錄。我還張貼了這個對錯誤的TYPO3希望有人會檢查這個作爲即時通訊沒有核心用戶...

http://naprej.net

0

你嘗試config.typolinkLinkAccessRestrictedPages = <id of login page>在TYPO3屬性,但它不工作show.forbiddenRecords ...

林?

檢查Typoscript參考。

+0

不,這是行不通的兩種。 – Peter

相關問題