Publish form content

Permalink
Hi, I'm trying to figure out the best way to set this up, hope you have useful tips.

1. I want people to publish little stories on my website as well as some required extra info that goes with that story (these should be separate fields). These stories should show up as new separate pages in my site map.

2. They will need to be registered users before being able to publish a story. Once published I want to display the story and the extra fields, as well as registration info such as username and the required fields they submitted on registration

Hope this was clear enough, otherwise let me know.

What is the best way to set this up?

Let me know,
Luca

ZillionProductions
 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
You can create a simple package for that. If you are not sure how to build, just have a look at the FAQ add-on in marketplace. It will be a good starting point.

If you need any professional help, then let me know. I can build this with a very reasonable price.

Rony
zuna replied on at Permalink Reply
Hi, maybe you can put all the info that you need like user attributes. You can control if they can publish or not depends that you want, then i think you can override the save data part of the edit profile controller , here insert an event that call a model function tthat take the user id and all the attributes data that you need, with this you can add a new page for each specific user. See the how to section.
Ciao
RadiantWeb replied on at Permalink Reply
RadiantWeb
ProForms can do this using the "publish" question type from an internal form. See this article for how to:

http://goradiantweb.com/blog/technology/user-submitted-blog-posts-p...

ChadStrat