multilingual

Posted by: 
Dominique De Cooman

This post presents the drupal multilingual variables list so far:

Only core and core module module multilingual variables are included.

<?php
$conf
['i18n_variables'] = array(   
  
'site_name',
  
'site_footer',
  
'site_slogan',
  
'site_mission',
  
'anonymous',
  
'theme_settings',
  
'theme_garland_settings',
  
'site_frontpage',
  
'menu_primary_links_source',?>

Multilingual views in Drupal when using i18n module

Building multilingual sites in Drupal can give issues with the views.
By using the excellent insert view module you can embed a view directly into a node.

http://www.computerminds.co.uk/multilingual-views-drupal-when-using-i18n...

Posted by: 
Dominique De Cooman

I discovered this flaw in the mimemail module when working with send module in a multilingual site.
In the mimemail.module the function mimemail_html_body() gets called which you ll find in the mimemail.inc file.
Here in the preg_replace _mimemail_url() gets called which will format all your urls in the mail.

Subscribe to multilingual