I’m wondering how I can display the recently created nodes by a user on their profile page. I’ve created a new page for a user at /user/%user and I want to be able to display the latest nodes created by that user.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ok, the answer involves creating a drupal view, so you will need the views module and although simple, the answer is lengthy. please bear with me through this… 🙂 (i am actually doing this on a test site as i write the instructions, to make sure i dont miss anything…)
i assume that you know how to download and install the views module. make sure you also enable the views-ui module.
default view is done. YAY! lets add the block
view is created now lets make sure it shows up on the right pages.
DONE! Not rocket-science, but lengthy process… drupal 6 views is so much better than drupal 5! 🙂
now go visit a user page http://site/users/username and see the table show up there!
hit me up if you still have questions about views.
enjoy