Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
in my "author-pane.tpl.php" template i view my field previously created in the form of the user.
It works well but I have the following notice:
Notice : Undefined index: und in mytheme_hook_preprocess_author_pane() (ligne 21 dans /home/vhosts/mywebsite/www/sites/mywebsite/modules/custom/mytheme_hook/mytheme_hook.module).
I have just build this travel website. the website is build intereily in Drupal 7. I used display suite heavily.
I have build 3 different content types
second question for today :-) Does anybody know how to use the Migrate Module for importing Relations (by the Relation Module)? Is there any other possibility how to import a mass of relations into a drupal database?
Does anybody have some sample code for implementing the MigrateDestinationOGMembership Class? I can't make it work. The Class is part of the Migrate Extras Module which brings some extensions to the Migrate Module. The Extras Module is a amazing piece of software but not well documented.