I just made a content type 'Articles', where I can post my articles I wrote.

Now i'm searching for a way that my users also can post articles upon my site. Should I use a module or something? Been searching the web but can't seem to find a solution.

Thanks!

Comments

clau_bolson’s picture

Ellen, just check the permission system.
User management -> Permissions

You can grant permission to create articles to everybody, to registered users only, or even you can create a role and only assign writing permissions to users with that role.

Ellen’s picture

Super! this works!

Just one thing i would like to change: My user can only create content by clicking 'Create Content' in his accountbox. Is there a possibility to make a link on my overview of articles where he can click to write his own article?

Thanks for the quick reply!

nevets’s picture

Yes, you just need a link to "/content/add/{type"}" replacing {type} with the machine type for the content type.