Hey all~
1st post here, 1st time using Drupal also. I know HTML ... total noobie with php and css though.
So I read up and choose Drupal for my CMS, browsed and decided to build a "sub-theme" from Zen. So I could "convert/migrate" my current site to Drupal and keep the layout. for that I followed this guide: https://www.drupal.org/node/313510#comment-9675701 [which I commented on but the previous comment was 7 months ago so I'm not holding my breath for an answer there lol]
Do you think that make sense to migrate to drupal for a site that have 10 pages ? I want to switch because I want to had stuff on my site from any computer.
Q for Drupal 7.34, migrate 7.x-2.7 as of 9-Feb-2015.
In MigrateDestinationNode, one can write/map the nid and set is_new=TRUE:
this creates a new node with the given nid.
In MigrateDestinationComment, writing/mapping the cid creates the comment body field,
but not the comment itself (and there is no is_new destination field).
I'm attempting to migrate 10 flat hmtl webpages to Drupal. The ten pages are all from a table of contents and each contains around 80-100 pdf files. I'm wondering if anyone knows the most efficient way to migrate these while maintaining the same alignment from the previous web page, and testing each pdf link to make sure they're not broken.
I have an existing E-Commerce site on a Linux host server that is comprised of .HTML files containing JavaScript, HTML5 code, etc.
Is it possible to install Drupal 7 on the same domain along with the Drupal Commerce module and "redo" my site pages in Drupal 7. I also found a mobile responsive theme that looks like my existing site which I will use.
Then when I'm done recreating my existing site in Drupal, modify the .htaccess file and do a 301 redirecting from the pages of my existing old site to the new Drupal site so that I don't loose any SEO rankings in big 'G'.
I have a website which is built on wordpress CMS and now i want to migrate that website to Drupal. is it possible to migrate without losing my Posts and backlinks?