I have the task to migrate a website built with Joomla 1.5.9 to Drupal 7. It's an old website on a server with MySQL 4.1 and PHP 4.2.
The joomla module can do this but I can't use it. I can't connect to the live joomla DB because MySQL is blocked from the outside, only internal. I can't install drupal 7 on the same server than joomla since it requires PHP5 and MySQL 5.
How feasible is it to use Drupal to import a database from another CMS or framework? Is it possible to import the database and have Drupal Add/Edit it's content?
What kind of database restructuring might be involved?
I'm interested in chatting with anyone who may have converted or are considering converting from SharePoint to Drupal. If so, what were your motivations? What issues did you encountered? Did you migrate the old content and if so, how? What types of sites did you migrate (external .com, intranet, ...)?
Modules Used: Content Profile, User Import for Drupal 6
I am working on porting over a website built in PHP to Drupal. The new website has Content Profile fields for the user and requires data to be imported from the old site. We have different CCK Content Profile feilds: text fields, text areas, radio buttons, check boxes, drop downs, and multiple select boxes. When it comes to importing single values (text fieds, text areas, radio buttons) - the csv works great.
Hi, I already have a Drupal website up and running. I'm going to integrate the forms below to a drupal page. I'm going to modify the form to fit XHTML standard. But my question is were do I include "fdgg-util_sha2.php" file and how do I include the java script code you see in the code below in Drupal? Do I create a seperate "tpl.php" file for that node page and include "fdgg-util_sha2.php" in it?
Thank You
Benjamin Betancourt
include("fdgg-util_sha2.php");
FDGG Connect Sample for PHP
function forward(){
var identifier = ' echo $_REQUEST["identifier"]; ';
if(identifier){
/* For Merchant Test Environment (CTE) */
//document.redirectForm.action="https://connect.merchanttest.firstdata
globalgateway.com/IPGConnect/gateway/processing";
/* For Production Environment (PROD) */
document.redirectForm.action="https://connect.firstdataglobalgateway.c
om/IPGConnect/gateway/processing";
document.redirectForm.submit();
}
}