jukasi
Forum Replies Created
-
Thanks cause i didntβt know how unmark them this happens I was so focused und the new user role, that something with that must be wrong so i missed this π
Thanks Aswin
Thanks cause i didnt’t know how unmark them this happens I was so focused und the new user role, that something with that must be wrong so i missed this π
Thanks Aswin
I Solved it I use in oxygen normal shortcode 2 Times instaed of the shortcode wrapper π
Thanks again for offering your help !Have the same problem with the cutom users but don’t get it where to put the “approved” in the users.php
It works now got confused with user_login name and user name sorry
Startet a new Topic therefore can be deletete if it makes no sense here :
https://wordpress.org/support/topic/registration-without-user/Even with no entry its possible to register? I get than a mail like this
Eingangsdatum: 28 Feb 2022 13:18 Formular: Default Registration β Formular-ID#: 110 GDPR Applied: 28 Feb 2022 12:18 Sicherheitscode: abc Username: user621cbdb089dd5 First Name: (leer) Last Name: (leer) E-mail Address: nobody621cbdb089dd5@vielfalter.de Spitzname: user621cbdb089dd5i put user name requiert here are my settings:
https://ibb.co/kyDnyWF
[url=https://ibb.co/kyDnyWF][img]https://i.ibb.co/kyDnyWF/Screenshot-2022-02-28-132544.jpg[/img][/url]
dont get what i done wrong- This reply was modified 4 years, 2 months ago by jukasi.
Its because i use Oxygen so if someone else use oxygen and looking for the function.php
here is the solution:
https://oxygenbuilder.com/documentation/code/alternatives-to-functions-php/Thanks again Aswin for your great help!
Yeah thanks Alot!!!
the i searched with VS code in the ultimate plugin directory for function.php but could’t find them.
thanks for you great help !!So in my case i must do somethin like:
/** * Validate field Security Code * @param string $key * @param attay $array * @param array $args */ function um_custom_validate_code ( $key, $array, $args ) { if ( isset( $args[$key] ) && !"code-123" ) { UM()->form()->add_error( $key, __( 'Please enter valid sec code.', 'ultimate-member' ) ); } } add_action( 'um_custom_field_validation_code', 'um_custom_validate_code', 30, 3 );Thanks a lot that was exectly what i ment, i wrote the documentation but i dont get for what the numbers are standing for for example
add_action( 'um_custom_field_validation_username_nickname', 'um_custom_validate_username_nickname', 30, 3 );what das the 30, 3); refer to?