Community & Support

Existing Site -- Drupal HELP!

Hi everyone,

I want to use Drupal to manage all of the content on my existing site (www.adamstorr.com) which is completely dynamic and written in PHP.

Do I have to recreate my pages or can I just connect Drupal to my existing MySQL database and have all of my current posts show up in the Admin panel?

Thanks for all of the help!

Comments

You will need to recreate the

You will need to recreate the content.
Nice site BTW!

-----------------------------------------
Joep
CompuBase, Dutch Drupal full service agency

Bummer.... thanks though!

Bummer.... thanks though!

There might be ways to import

There might be ways to import your content; have a look at the Migrate module (http://drupal.org/project/migrate, imports data from mysql tables - very promising, but still under development) or at Node Import (http://drupal.org/project/node_import, imports data from a csv file).

> Do I have to recreate my

> Do I have to recreate my pages or can I just connect Drupal to my existing MySQL database and have all of my current posts show up in the Admin panel?

You could actually connect to your existing database via custom code and get the posts from there, but I certainly wouldn't recommend that.

Another option is to output your site as HTML pages (there are tools which will "download" your site as HTML files such as the first two results in Google when you search on "download website") and then import those pages using http://drupal.org/project/import_html

--
CiviHosting - Drupal Hosting Specialists -- 100% Satisfaction Guaranteed

_

And another option, if you can present your content as a feed, would be to use the http://drupal.org/project/feedapi and http://www.drupal.org/project/feedapi_mapper modules to import your content as nodes via a feed.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

Very nice looking site! After

Very nice looking site!

After browsing through it I didn't see that much content that would warrant spending a lot of time trying to figure out how to import it. Once you setup your new drupal site, it may be just as fast to copy/paste your content instead of importing it.