Hi,
Sorry for asking what is probably a very basic question, but after three days struggling with this, I have still not figured out how to do create a regular main section page corresponding to a given menu node.
In the main menu of my site, I have created several menu items to what I plan to be main sections of the site. Currently, when one of these links is pressed, a page is displayed with a message saying that the page does not exist. Instead, what I want to happen is that the user gets to a full-fledged and beautiful index type of page for the section filled with lots of PHP interactive content with an overview of related resources, links, news items, articles, forums, etc.
How would I go about to create such a page and its content in Drupal´s overall architecture?
For instance, suppose I have one menu item with the title "Mexico" and the node path "regions/mexico"; this arrangement should then bring the user to a Mexico section page. In what directory would I put the php file for the corresponding page and what would its file name need to be? Or if the page content is to be stored in database, where and how do I create that page content?
I have tried to use the Create content>Page but I cannot figure out how to get the created page published at the node in question, and anyway what I want to have is a robust main site section page, not just a mere user created page look.