I'm migrating a custom PHP site to Drupal 7 and have ran into a problem. I'm using a custom PHP-script to migrate all the data and I have migrated all the old news from the old site to the new and it worked fine.
But the images that is linked with these nodes isn't shown. Have I missed a DB table or something?
I made a PHP script that gets all the nodes from a previous site and inserts them into the new Drupal site's database. It all went great and everything is where it should be - well, so it seems for now.
I am currently planning a migration of a rather large database driven website to Drupal, and I had a quick question as do how best to go about delivering some content. We have several pages which have links to PDF documents, up to 50 or 60 per page. I'd like to find a clean way to show these (perhaps even being able to sort columns), but most importantly, I'd like to be able to have certain authenticated users be able to update the PDF documents as needed. Any direction or suggestions you have would be appreciated.