filefield權限問題

請問如何在某幾頁node中限制只有註冊過的user才能存取到filefield欄位的檔案呢?

目前在權限控制中,把匿名的使用者取消的話,所有的filefield都會變成不能存取><

charlesc 的照片

Re: filefield權限問題

試試這個:CCK Field Permissions
http://drupal.org/project/cck_field_perms

weiluen 的照片

Re: filefield權限問題

謝謝您的解答^^

weiluen 的照片

Re: filefield權限問題

我嘗試過後發現在node中這個欄位的確發生效果
但是在view中這個欄位就不會依照使用者角色顯示或不顯示,請問這是本來就這樣的嗎?
有沒有辦法可以解決呢?

感激不盡!

charlesc 的照片

Re: filefield權限問題

5.x 版不知道,但若照其說明所述,內建在 6.x 版的 CCK 模組裡的 content_permissions,是可以與 views 共用的:

This module has been rewritten from scratch and is now distributed with the Drupal6 version of CCK as content_permissions module. I extended the functionality so that Views respects the specified permissions.

weiluen 的照片

Re: filefield權限問題

謝謝,礙於event還沒有推出6的版本,所以遲遲不敢換第6版~^^