In a localized installation break the translated string "register" from the signup module the event manager modul function "register for event".
Example:
I translate the string "register" from the signup module to "Registrieren".
In the event manager module exist the function event_manager_registration_form_submit().
In this function exist
$is_registration = ($op == 'registration');
That is the point.
With translated string "register" from the signup module the $_POST['registration'] not exist! Now i have $_POST['Registrieren'].
Comments
Comment #1
RAD-X commentedO.K. so what i need? Signup module?
Where i can find a change string
$_POST['registration']?Sorry but i am stupid beginner and my english is passive... :)
Situation:
Related installed modules:
Event 5x 1.0 (after Event module localization works registraion)
Event Manager 5x 1.0 (after Event Manager module localization don't work registration)
Event Manager Block 5x 1.0