migrate data from flexinode(4.7) to CCK(5.x or 6.x)

I need to move a working site from 4.7.1 to 5.x and need to move data accordingly.

I have two content types(6 fields in total) including two image fields that i'd like someone to move to the new site.

Payment by paypal.

Perplexed about flexinode/event in 4.7 becoming CCK/Date/Event in 5.x

I'm in the process of upgrading a 4.7 installation to 5.x (so I can upgrade to 6.x). My 4.7 installation used the flexinode module, and the event module on top of flexinode, to maintain a calendar of events. I would like to maintain a calendar in the upgraded system, and migrate all the old event content into it. But I am perplexed about the relative roles of CCK (in particular CCK date) and the 5.x event module (which appears to be backward compatible with 4.7) and calendar modules as replacements for flexinode and 4.7 events. 5.x has no flexinode module.

Drupal Business and Product Requirements Analyst

Looking to define your product and using drupal for the final product or just for rapid prototyping?

I am an experienced business analyst with years of experience in both the business and development side of web sites and applications.

I believe drupal is a great tool both to test proof of concept, and as a production platform. If you're looking for insights, knowledge and technical know how for a project, drop me a line. I work very efficiently and produce accurate and actionable requirements and specifications.

Help please! Broke my login.

I actually do not know what version of drupal I have. The site is www.pianoroad.com if that helps. I wanted to fix the problem that when a visitor clicks on "create content" the message returned makes no sense, it says "No content types available". I read in these forums how I could go to the node.module file and find that string and change it to "Please login to create content", so I did. I used Notepad to edit it and I saved it using the UTF-8 encoding. I saved it as the same name as it was before. I uploaded it and yes, it works.

How to bold an admin nickname

I would like to have ability to bold certain role nickname, but I have no Idea how to do this. This is problem for me because at this moment authenticated users and admin nicks look exactly the same which is bad.

How to preselect an item of a select-list (forms.api)

Using the forms.api I wonder how I can preselect an Item.

I tried it like, the following, but failed unfortunately.


$salutation =  'Mr.';

$form['contactperson']['company_salutation'] = array(
	  '#type' => 'select',
	  '#title' => t('Salutation'),
	  '#options' => array('Ms.' => t('Ms.'), 'Mr.' => t('Mr.')),
	  '#default_value' => $salutation
);

How can I manage to preselect the desired value of an select-list?

Thanks in advance :)
Soezkan

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x