Drupal developpement and database migration

Hi all,

I'm proud to make my first post on this forum ^^

You certainly encoutered the same problem than me and maybe you have a solution for me :). I'll have to develop some new functionnalities for a website in Drupal and during the development period the production website is still alive. Once the development is finished I'll have to upgrade the production to the new version, the data structure may change during this update (some fields may be splitted).

Is there any modules or "way to do" that exists for the development process ?

Thanx for your help :)

Drupal 7 Field Api

Hi,

Continuing on this forum topic: http://drupal.org/node/1143260 .

I've created another test module where I have some more success this time.
Now I'm getting my "option" (or whatever this would be called) in the dropdown when managing fields of a content type. I can add and save my custom field but when I go to the manage display I get this error:

Warning: Invalid argument supplied for foreach() in field_ui_formatter_options() (line 1451 of /Users/avrilverhaeghen/Sites/drupal-7/modules/field_ui/field_ui.admin.inc).

This is my entire module file:


function soundcloudtest_field_info(){
return array(
'soundcloudtest_player' => array(
'label' => t('Soundcloud test player'),
'description' => t('Embeds the player of Soundcloud by using the URL'),
'default_widget' => 'soundcloudtest_widget',
'default_formatter' => 'soundcloudtest_formatter',
),
);
}

function soundcloudtest_field_formatter_info(){
return array(
'soundcloudtest_formatter' => array(
'label' => t('Simple url formatter'),
'field types' => 'soundcloudtest_player'
),
);
}

function soundcloudtest_field_formatter_view($entity_type, $entity, $field, $instance, $langcode, $items, $display){
$element = array();

foreach($items as $delta => $item){
$el = $item;
}

$options = array(
'html' => TRUE,
);

$pl = l($el,$options);

Real Estate

How to create a Real Estate website with Drupal 7

i want to create a property (Real Estate) website, by which we can buy/rent/sell all types of property like as Villa's, Apartment, Flats, Plots, Land, etc.
i am beginner in Drupal , so i request you that everyone can help me, how to Design & Developed this Website.

Thank You

How to get read of "Welcome to" - Danland theme

Where is the "Welcome to" placed in the Danland theme code. I cannot locate it. Would like to change it.

Thank You!

problem with elFinder File Field Source module

hi all! I am new to drupal and I have a problem with elFinder File Field Source module that comes with elfinder Module. I'm working with Drupal 7. I've installed the module File Field Sources for d7.
I edit the image or file field properties, the problem comes when I enable the option to get files through elfinder. I get the following error:
Fatal error: Call to undefined function content_fields () in ... \ sites \ all \ modules \ elfinder \ modules \ elfinder_ffsel \ elfinder_ffsel.module on line 148.

Can't upload banner images in theme Marinelli

In Drupal 7, when I try to upload images to Marinelli (vía Marineli options), i get the next answer:

*******************************************************************************
* Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to access temporary://sahead2.jpg en file_save_upload() (línea 1528 de /var/www/vhosts/nameofmysite.com/httpdocs/sitio/includes/file.inc).
* Error: can't move uploaded file.
*******************************************************************************



Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x