請問如何在某幾頁node中限制只有註冊過的user才能存取到filefield欄位的檔案呢?
目前在權限控制中,把匿名的使用者取消的話,所有的filefield都會變成不能存取><
試試這個:CCK Field Permissions http://drupal.org/project/cck_field_perms
謝謝您的解答^^
我嘗試過後發現在node中這個欄位的確發生效果 但是在view中這個欄位就不會依照使用者角色顯示或不顯示,請問這是本來就這樣的嗎? 有沒有辦法可以解決呢?
感激不盡!
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.
謝謝,礙於event還沒有推出6的版本,所以遲遲不敢換第6版~^^
Re: filefield權限問題
試試這個:CCK Field Permissions
http://drupal.org/project/cck_field_perms
Re: filefield權限問題
謝謝您的解答^^
Re: filefield權限問題
我嘗試過後發現在node中這個欄位的確發生效果
但是在view中這個欄位就不會依照使用者角色顯示或不顯示,請問這是本來就這樣的嗎?
有沒有辦法可以解決呢?
感激不盡!
Re: filefield權限問題
5.x 版不知道,但若照其說明所述,內建在 6.x 版的 CCK 模組裡的 content_permissions,是可以與 views 共用的:
Re: filefield權限問題
謝謝,礙於event還沒有推出6的版本,所以遲遲不敢換第6版~^^