Hi,
I've not found the way to set-up e-mail invitations in function of the language.
Is that supported?
Regards
Is not supported yet as far I know from experience with this module. But you can solve this by adding these lines at the end in your file settings.php
/** * Multilingual settings * */ $conf['i18n_variables'] = array( 'invite_subject', 'invite_default_mail_template', );
and then you should be able to do multi-lingual translation (any of your choosen languages from i18n) to the Invite e-mail subject and Invite message text fields. Supposing you know how to handle multi-lingual feature..
I'm helping the Invite module maintainers by cleaning up old issues.
Drupal 6 is no longer supported so I'm setting the issue status to Closed (outdated). Information on what that means is here: Issue Status field.
If you have a question about one of the current versions of the module please do submit a new issue.
Comments
Comment #1
miccelito commentedIs not supported yet as far I know from experience with this module. But you can solve this by adding these lines at the end in your file settings.php
and then you should be able to do multi-lingual translation (any of your choosen languages from i18n) to the Invite e-mail subject and Invite message text fields. Supposing you know how to handle multi-lingual feature..
Comment #2
dale42I'm helping the Invite module maintainers by cleaning up old issues.
Drupal 6 is no longer supported so I'm setting the issue status to Closed (outdated). Information on what that means is here: Issue Status field.
If you have a question about one of the current versions of the module please do submit a new issue.