Hello everybody,
i am running my website with Wordpress (an old version WP 2.2) and would like to move to Drupal now.
I installed Drupal 7 on a test server and am running into some problems now:
- i would like to get Colorbox working (or something similar that can show content like jpgs andhtml/iframes)
- import my old content from Wordpress
- install jQuery in Drupal
- i do not understand image handling in Drupal 7 articles???
All these modules are released for Drupal 6 but not Drupal 7.
I'm fairly new at Drupal and my situation is as follows:
- I currently have a Wordpress site with blogs
- In my Drupal site, I created a custom content type for blogs with specific fields .
- I would like to take all the blogs from my Wordpress site and port it over to my Drupal site.
I was wondering what would be the easiest/best method to export the blog data from my Wordpress site and import it to my Drupal site ensuring that the Wordpress data properly populates the custom content type fields?
I have a fairly complex form in the archives of my "old" website, which was developed using MS FrontPage and MS Expression Web. I need to re-crete it for my current Drupal-driven site www.thePRguy.com. The form requires FP server extension in order to submit it to a file, database or email address. Is there a simple way (that a relative coding amateur like me can handle) to change the form code so that I can simply cut and past the html into a new Drupal page?
I am trying to convert an old ASP-site to Drupal.
The old site has some huge databasetables (They are normalized so the structure is OK). As an example, one of them has more than 350.000 records and maybe 10 fields.
Because of CCKs way of storing data i would get more than 3.500.000 records in the node_revision table. Thats not the worse part. If i (And i must do that) let my users search the data, MySql must make a huge amount of joins to combine the data again.