Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

What i did:-

So , i am create one content type like "login_page", so in that i want to display title , description and file download & display. This content type display on when user logged in instead of user page . And i have 2 types of user i.e Customer user & guest user.

What i want:- So now i want to display or download text file such as pdf or doc files facility to customer user & display facility to guest user . This files are uploaded by the admin.

So for that any module is available or any solution nearly same to such situation. Please help me i am stuck on that..

Thanks you..

share|improve this question

1 Answer

Create two roles namely "customer" and "guest" (if you had not created yet). Now you can use field_permissions to give each role the permission you want. Add permission to customer role to download it and guest to view it.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.