Hi folks,
I am still trying to create a site using drupal, but find it really hard, seems to me that more documentation should be available.
I am building a providers yellow pages site, I have a table of all the countries(including the ISO names and codes) and a list of providers, each provider has various info such as address, contacts, offered services and so on. Each provider may be present in a number of countries.
As I understand I should use the taxonomy categories system. So I have countries vocabulary that has "countries" as a parent term, and each specific country is a child term ("USA", "Germany", "Argentina").
The second vocabulary is the providers vocabulary where "providers" is the parent, and specific providers are the children "ERT ", "Easynet","Shiny" and so on. Now I need specific pages(nodes) for every country that lists all the present providers under this country, and specific provider pages.
At first I need to create a node for every country, how do I do it? It should be a sort of a script that runs ones and creates a page for every country I have in the countries pages, tried to look at the node.module but this node_add, node_confirm, node_submit are kind of confusing. Later when I or any user add providers to the system a new node/page should be added to the system, with taxonomy tags to attach it to specific countries.
I am kind of lost with this implementation, anyone could help? I really need it done... I can pay some money if someone is willing to develop parts of this system.