User posts
Permalink
Hey guys,
So I want to add a feature/addon to my page which allows registered and logged-in users to post a post. For example, the user can post an item to sell, include pictures etc. And others can respond to it or be able to obtain the poster's email.
I don't know how to to do this. Any help would be appreciated (ps I'm really a beginner at concrete 5.7)
So I want to add a feature/addon to my page which allows registered and logged-in users to post a post. For example, the user can post an item to sell, include pictures etc. And others can respond to it or be able to obtain the poster's email.
I don't know how to to do this. Any help would be appreciated (ps I'm really a beginner at concrete 5.7)
As a new user of concrete5, I would read through the Editors documentation.
When users register on your site, they could be added to a specific group. This group would have assigned permissions for what users of the group can do (like posting and where they can post).
Handling responses from other users could be handled by the Conversation block. Each user post page would include this block and it could be made visible only for registered users. There is also a private message system available.
Login & Registration
http://documentation.concrete5.org/editors/dashboard/system-and-mai...
Members
http://documentation.concrete5.org/editors/dashboard/users-and-grou...
Permissions & Access
http://documentation.concrete5.org/editors/dashboard/system-and-mai...