I have version 4.7.0 (31/08/2006) of the taxonomy access module running on Drupal 4.7.3. Under "administer->access control->category permissions" I edit the permissions for a custom role and under "uncategorized nodes" I disallow any access (no view, update, or delete.)
Under "administer->access control->permissions" I ensure that the custom role doesn't have any inconsistent permissions, but there isn't anything specifically listed there for uncategorized content.
Hi there. I've cut and pasted some code from drupal into my own home page, for the user login. When they submit a username and password, they are directed to a script which includes the bootstrap and authenticates the user, and all works well.
I want to build a website with a few categories of users :
- 1st category : artists which will display there work
- 2nd category : anonymous, or resistered users. These users will be able to tell what they think about the work of the users of first category
- 3rd category : some website administrator which will be able to do anything they want
I don't know of to define this category of users and how to assign users to one category.
I also want to make users of 1st category pay a fee for the usage of the website. How to do it (a module, ...) ?
I want to build a website with a few categories of users :
- 1st category : artists which will display there work
- 2nd category : anonymous, or resistered users. These users will be able to tell what they think about the work of the users of first category
- 3rd category : some website administrator which will be able to do anything they want
I don't know of to define this category of users and how to assign users to one category.
A have a few clients for which I am in charge of some marketing aspects (send email to some potential clients to make them discover the products, send periodic emails, ...).
I would like, to set a webserver on which my clients could edit the newsletters and send them to lists of users.
I want to be able to charge my clients a fee per email sent.
I want to able to track the emails which are not working, the rate of opening, ... (important coz that's one of the information I provide to my clients compare to the situation where they would use Ms Outlook).