By pakora on
Hello,
I want to make a social networking site. I am somewhat lost as how to do this using Drupal.
I want to make a site where users can submit their poems.
The poems should be able to be ranked and also comments allowed on each poem.
I also want each user to have their own profile so they can tell a little bit about themselves.
The front page should be able to show a random poem that was submitted.
Also the most recent poems should appear on the site.
The top rated and most viewed poems should also be displayed.
If anybody can help me create this or is willing to offer their services I am very interested.
You can email me directly at pakoraman@gmail.com
Thank you
Pakora
Comments
This is pretty straightforward with Drupal
This is pretty straightforward with Drupal.
You can use the Story content for Poems (you can even rename it Poems if you want) and with the correct settings and permissions they can be commented on. Add on of the serveral modules that implement a vote mechnism.
The profile is the simple way to add a user profile, node profile while a little more complex allows other possibilities.
The rest can be done with the views module. Depending on how you want to layout the frontpage you may also find the Panels 2 module useful.