Hello Everybody,
This is what i am trying to do:
I want to make a new content type named About Me (I know how to do that)
I have created a "page" content type named About Me
I want to make it that whenever i create a new "about me" content type, it will automatically be published onto the "page" about me.

Is this possible? If anyone knows how to do this with the Views 2 please explain in detail

thank you in advanced

Comments

WorldFallz’s picture

You don't need a page called "about me". Simply create a page view with a "node: type" filter set to the "about me" content type and set the path of the view to be whatever you used for your about me page.

Samisgod’s picture

Thank you for responding.
I did as you told me. Page path = http://samchoksi.com/?q=academics and Node: Type = Story. I saved it, but when i go to http://samchoksi.com/?q=academics it loads up the same. The new view created isn't being displayed.

WorldFallz’s picture

1) Does the view preview work?

2) make sure you don't have anything already at that path.

mcfilms’s picture

Sam, maybe as a test you should make the view go to aboutme

Then visit http://samchoksi.com/aboutme

Also, you may want to look at the admin menu for Site Configuration --> Clean URLs. Once enabled it gets rid of that"q" business. It's what all the cool kids are doing.

A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com

Samisgod’s picture

@ worldfallz Got it working! Thanks for all your help, it was exactly what i was looking for.

@mcfilms Thanks, I'm gonna to change my configs

Sam