Localized string "register" break modul function "register for event"
quiptime - August 31, 2008 - 14:34
| Project: | Event Manager |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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'].

#1
O.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