-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: General JEM setting>User Control>Registration>Allow event Registration #1879
Comments
When event is saving in frontend, if the 'registra' field does not exist or is null, set it to the value from jem settings
Test it. Now you can register for the event if the JEM setting is set to 'yes'. |
When event is saving in frontend, if the 'registra' field does not exist or is null, set it to the value from jem settings
it works, thanks |
I tested more and I am not yet satisfied, sorry. In Frontend edit, there is no dropdown field, there is only YES. and I can't choose or NO or LIMITED. When the general JEM setting is USE EVENT SETTINGS, then frontend and backend is ok. |
OK, this was set up in the previous design, but it can be modified (coming soon). |
Now the registration option displays YES, NO, and LIMITED in the event edit view (Frontend), for both responsive and legacy layouts.
Here you are. Now the registration option displays YES, NO, and LIMITED in the event edit view (Frontend), for both responsive and legacy layouts. Check it. |
|
Now the registration option displays YES, NO, and LIMITED in the event edit view (Frontend), for both responsive and legacy layouts.
Now I think I understand everything. Please check it, and I hope to resolve everything. |
Excellent! Sorry, sometimes my trials to explain are very complicated. Thank you for understanding! The only thing, you forgot to adapt is the legacy view: the views/event/tmpl/default.php EDIT: After that this can be closed. |
Now the registration option displays YES, NO, and LIMITED in the event edit view (Frontend), for both responsive and legacy layouts.
Here you are the update in the legacy view. |
thanks, This will be closed! Ready for 4.3.2 |
Perhaps the following error is just older and only detected now! Sorry from my part.
The event registration in general JEM settings in Backend has 3 options: No, Yes and Allow Event Registration.
If I choose there "Yes", then the frontend edit shows only a yes which can't be changed "Yes".
When I create an event in frontend, there is (in the view) only the title "Registration" and a subtitle "Description". This is wrong!
If I create an event in backend, I have a box with the 3 possibilities and "Yes" is chosen.
In the view the "Registration"-part is full there, as it should be!
I see, the settings in backend and frontend are not congruent (=synchronised), this means on backend it can be "No" and on frontend it can be "Yes"
The text was updated successfully, but these errors were encountered: