Hi all I'm new to the Drupal community and am very excited about learning this CMS tool. With that being said I have some of the same newbie questions I'm sure you've all heard a million times. I've looked around and haven't come up with an answer that suited my needs. My question is how does one take the source code of an existing site (Not a Drupal site) and import it into Drupal?
We have designed a site in FarCry that is 75% finished. It has been a rough ride and we are considering Drupal as better and potentially less expensive option.
The site main elements will be:
1/ Social Networking
2/ Image handling - many images from events. Need to filter images by event names and show using image gallery tool for manual or slideshow viewing.
3/ eCommerce
We are looking for feedback on the feasibility of this approach. Thanks in advance for any help.
Hello Everyone
i have a database that i was working on and it was with sql server 2000. It had lots of tables in it.
The database is about registering programs, and the projects in it where this projects are located and the amount of money allocated to it.
the tables are programs, projects, locations, etc...
now i convert the database to mysql and i want to connect it with my drupal site.
i was looking around with cck and views in order to be able to work on how to enter data into tables, and retrieve data from tables, create reports.
I have the following setup:
I have a lot of customer information. Each customer was contacted by us between 0 and 10 times. All these information where stored in a spreadsheet like this:
FirstName, LastName, PhoneNumber, (...), ContactDate1, ContactMeans1, ContactPurpose1, ContactDate2, ContactMeans2, ContactPurpose2 (....)
I currently have a website with over 100 pages of content that I want to convert/intergrate to drupal pages. If possible I'd prefer to keep the current link I have without any redirect.
For instance: Instead of example.com/node/2
I instead want example.com/the_link_it_is_now.html
If that's somehow impossible or a complete nightmare to do, I'd settle for knowing how to redirect to the new link.
I'd also like to know if anyone can tell me the best/easiest way to convert the pages over to drupal.