Hi guys,
Can someone help me please?

The user has to post only one node for one content type.

For example:
Page, story are content types.
I should post only one page and one story. How to make the privilege?

Can someone give me the suggestion please?

Comments

Kuldip Gohil’s picture

raghulikedrupal’s picture

hi kuldip - Gloscon,

Thanks for Your response.

After installed the user_quota module. i found the link in
user management > user quota > manage a quota

here i have given username(admin), content type to limit(page), Amount to alter quota(1) and modification message(some text).
then gave save button.

now admin can post only one "page". not more than one.

My question is:
Except admin, I want to give this restriction (post only one page) for remaining user.
admin can post many "pages" but other users have to post only one "page".

for example:
200 users are there.
admin can post many "pages".
that remaining 200 users can post only one "pages".

this is what i want.

is there any possibility?

Thanks.

Kuldip Gohil’s picture

http://drupal.org/project/node_limit create two roles in site one role for admin and another role for other users and assign different limits of node for both the role see here
several other node limiting modules which can be used instead.

raghulikedrupal’s picture

Hi kuldip - Gloscon,

Thanks for your reply

I tried the node limit module.

I assigned:
Content type: page
Node limit: 1
Role: Authenticated user

I thought and expected:
I thought each and every Authenticated users can post only one page.

Actual result I got:
One user have posted page. Another user can’t post the page.

I think:
For whole authenticated users can post only one page.
For example: one user post the page. That’s it. another user can’t post the page.

Kuldip Gohil’s picture