Akhil
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
Status | Debate | Supporter | Voces | Mensajes | Caducidad |
---|---|---|---|---|---|
user Registration form for multiple role
Iniciado por: Akhil
en: Toolset Professional Support
Problem: Solution: An example is given in this linked thread: https://toolset.com/forums/topic/radio-buttons-selection-triggers-assigning-to-one-of-2-user-roles/ Relevant Documentation: |
2 | 5 | hace 6 años, 2 meses | ||
upload, date field not working for non admins
Iniciado por: Akhil en: Toolset Professional Support |
1 | 4 | hace 6 años, 2 meses | ||
Online, offline status
Iniciado por: Akhil
en: Toolset Professional Support
Problem: Solution: You can find the proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 3 | hace 6 años, 2 meses | ||
Delete and rename custom roles name
Iniciado por: Akhil
en: Toolset Professional Support
Problem: The issue here is that the user wanted to know if it was possible to rename a role after it was created in Access. Solution: Unfortunately no this is not possible to do in access. What you would need to do is to look for it in the wp_options table in your database under the row wp_user_roles . |
2 | 5 | hace 6 años, 2 meses | ||
You Recently Visited view
Iniciado por: Akhil
en: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
3 | 5 | hace 6 años, 2 meses | ||
Review Plugin issue
Iniciado por: Akhil en: Toolset Professional Support |
2 | 15 | hace 6 años, 3 meses | ||
Alternative to maps
Iniciado por: Akhil
en: Toolset Professional Support
Problem: Solution: |
2 | 3 | hace 6 años, 3 meses | ||
Modal window issue
Iniciado por: Akhil
en: Toolset Professional Support
Problem: In user's website, the modal window is not centered when opening. Solution: It is fixed by custom CSS codes Relevant Documentation: |
1 | 2 | hace 6 años, 3 meses | ||
add_action( 'wpv_wp_login_success ??
Iniciado por: Akhil en: Toolset Professional Support |
4 | 15 | hace 6 años, 3 meses | ||
email and password field validation always prompt.
1
2
Iniciado por: Akhil en: Toolset Professional Support |
2 | 20 | hace 6 años, 3 meses | ||
email and password field validation always prompt.
Iniciado por: Akhil en: Toolset Professional Support |
2 | 3 | hace 6 años, 3 meses | ||
Hide wp core login url in custom login form page ?
Iniciado por: Akhil en: Toolset Professional Support |
3 | 6 | hace 6 años, 3 meses | ||
Passwords do not match function
Iniciado por: Akhil en: Toolset Professional Support |
2 | 13 | hace 6 años, 3 meses | ||
Blacklist username
Iniciado por: Akhil
en: Toolset Professional Support
Problem: Solution: add_filter( 'cred_form_validate', 'tssupp_validation', 10, 2 ); function tssupp_validation( $error_fields, $form_data ) { // split error_fields into fields and errors list( $fields,$errors ) = $error_fields; // apply to specific form if ( $form_data['id'] == 6590 ) { // disallow restricted names $restricted = array( 'admin', 'administrator', 'author' ); if ( isset( $fields['user_login']['value'] ) && in_array( $fields['user_login']['value'], $restricted ) ) { //set error message for my_field $errors['user_login'] = 'That username is restricted, please try another'; } } return array( $fields, $errors ); } Relevant Documentation: |
2 | 7 | hace 6 años, 3 meses | ||
Warning message missing , its hidden
Iniciado por: Akhil en: Toolset Professional Support |
2 | 10 | hace 6 años, 3 meses |