Hello,
I have to translate EventOn’s backend manually with Loco-Translate, as far as I’ve seen. So far I have not been able to find a “ready” German language file anywhere.
How about ActionUser? Do I have to manually translate the interface that the users see or is it displayed in German like the calendar interface?
Thomas
Oct 11,2022 AT 1:12PM - 5 months ago -Hello,
Please go to EventON > Language > EXPORT USING TEXT. Translate the downloaded file with, for example, Google Translate. Now you can fix mistakes and then import the file with EventON > Language > Import.
Hello, is it possible to test action user somewhere live in admin mode? I think 80 bucks for “testing” and taking out a year’s subscription is quite a lot.
Especially since it costs more than three times as much as the calendar license as an “extension” for an existing plugin anyway.
Hello,
Please go to https://dev.myeventon.com/wp-admin/
Use tester/pass login info.
Docs on how to use the add-on:
https://docs.myeventon.com/documentation/addons/action-user/
The backend and the possibility of translation looks good.
Can someone insert a frontend shortcode to see how it works and how changes affect it?
Do event creators need to be registered? If so, do they see the backend? Or will they get a new role? Because I don’t want users to come into the backend or see that.
Please take a look at
https://dev.myeventon.com/wp-admin/post.php?post=181508&action=edit
You can add a shortcode by yourself and test everything. dev allows you to do so.
It depends if “Assign logged-in user to event after successful event submission” is enabled. WP handles the user registration process. You can assign any role you like to newly registered people. You can allow them to see the back-end if you like.
Ah, now I found out too. Are additional fields offered? In my calendar I have a field for external ticket service providers (buy tickets ONLINE) and a price. Can they also be taken over there, so that the creators can then specify it?
I found and tried most of them. The only thing I don’t understand is the registration of the creators. Somehow I can’t find anything where they can log in/register.
The registration has been hidden on my site so far because I don’t want to allow any comments either.
You can use Custom Meta fields:
https://docs.myeventon.com/documentations/setup-use-custom-meta-fields-events/
Make sure to enable them in EventON > Action User > Form Fields.
Somehow I can’t find anything where they can log in/register.
WordPress handles this: https://www.wpbeginner.com/beginners-guide/how-to-allow-user-registration-on-your-wordpress-site/
EventON only checks if the current user logged-in or not and also their role. But all the registration functionality is on WordPress.