Links, Im looking for a solution any idea's
Hello all,
Im looking for a way to create links. I'll explain in more detail in a minute . If you know of anyway to do this please reply id seriously appreciate it. Its probly so simple im just missing something?
Whats happening is when a user creates content (page, story, blog) their page goes somewhere and I dont know where and the user has a hard time finding it later. I edited the content types so that no posts go to the front page because im using the front page.
Is there a way to have content go to another page?
The real thing im looking for but cant find yet:
is there a way or a module that would automatically put a link on the users page if they create content wheather a page, story, blog?
example:
Im user number 5 and create a story about apples. One the story is posted a link will automatically appear on my user profile page.
Is this at all possible?
What are some other solutions or modules I can look into?
Thank You,
Sincerely,
Michael
mcarr.1973@yahoo.com
P.S. if there is better place to post my questions please dont hesitate to tell me where (im just not sure)

This post should be in
This post should be in post-installation, not module development.
Having said that, you need to create a taxonomy for your site. Apply the taxonomy to content types. When the content type is created, you will assign a taxonomy term to it.
At that point, you can use views or php code snippets to place your content in various blocks on your site or in related areas so that it can be organized, found, reviewed, etc.
Without taxonomy you will not have an organized site.
----------------------------------------------------------------------
http://classicvinyl.biz
http://music.bwv810.com
http://davidhertzberg.com
http://association.drupal.org/user/1207
I am a writer, researcher and solo drupal freelancer
You do not really need
You do not really need taxonomy for this. Simple approach is to use the tracker module. Pretty approaches require theming the use page.
Have you looked usercontent module ?
Try http://drupal.org/project/usercontent usercontent module, I think it will solve your problem.
Or
You can also look at http://drupal.org/project/xtracker extended tracker module.
Thanks
The Solution
Hello all and thank you for your help I seriously appreciate it!
I did however figure it out, so simple and it was right under my nose.
BOOKS.module
Books comes with drupal 6.6 core modules and give my users the ability to have a folder system of links to posts that they created. It's great for them and user friendly because we all already know how to use it :)
Again thank you for your suggestions
Sincerely,
Michael
P.S. I think I finally figured out where to post questions as well so I won't be taking up any more of this forums time (my apologies)