Hi all,
I've serached a lot on google and this forum but as now I have not realized how to create a simple relation between nodes. I would like to have a node with its title and body and on the same page a list of its parents (title and teaser). With WordPress it is quite simple but again I have no idea on get this in Drupal 7. Is it not possible to create relationships with the menu system?
I have a slight problem with my migration to Drupal 7. I've been writing my own PHP-scripts to migrate all the data from the old site to the new, this includes a taxonomy term, which I successfully migrated to Drupals database. I changed the hierarchy inside taxonomy_vocabulary table to "2", which I thought was for the best - it wasn't...
Anyone in the Phoenix, AZ area that could lend some basic help to getting a site up and running with Drupal? I am getting some of the basics down and learning as I go, but would be nice to have someone run through some of the drupal capabilities and give my learning curve a big kick start.
I've installed Drupal and have it working but can't change themes. I click on make default and I get, "access denied error saying "You are not authorized to access this page. ".
I am logged in as admin and there are no other users. It is fresh install so admin has all privileges.
I tried setting permissions to 777 on the sites folder and subfolders. My web host has had a go at fixing this but says to get specific Drupal help.
Have checked permissions page anyway, but all privileges set for admin.
I'm working on my first module, a simple Q&A system. I have a content type for the answers, mo_knowbase_answer. I'm trying to override the standard node template with a template file in the module's directory.