|
Restrict wp-admin and top admin bar to specific roles
Started by: yoshihikoH
in: Toolset Professional Support
Quick solution available
Problem: I would like to restrict access to wp-admin and the top admin bar using Access and roles.
Solution: You must use custom code to restrict access to the top admin bar and wp-admin.
|
|
2 |
5 |
3 years, 9 months ago
yoshihikoH
|
|
Link to My Account page is not working
Started by: yoshihikoH
in: Toolset Professional Support
Quick solution available
Problem: I have a signup page created with a signup form, and I would also like to display a link to the My Account page so existing Users can log in instead of registering. The link to the My Account page is not working.
Solution: Be sure to link to the My Account page and not the Content Template ID applied to the My Account page.
|
|
2 |
5 |
3 years, 9 months ago
yoshihikoH
|
|
User role, user registration, and reset password feature
Started by: yoshihikoH
in: Toolset Professional Support
|
|
2 |
5 |
3 years, 9 months ago
yoshihikoH
|
|
Front-end Forms User field access controls
Started by: annaA-2
in: Toolset Professional Support
Quick solution available
Problem: I have applied Access Controls to User Field Groups, but the restrictions do not seem to be applied in front-end User Forms.
Solution: Access Control for User fields only applies in wp-admin. If you'd like to restrict access to specific content based on User roles, you can use Access Control shortcodes.
So to display different Forms to different User roles, you could do something like this:
[toolset_access role="role1" operator="allow"][cred_user_form form='edit-user-role1'][/toolset_access]
[toolset_access role="role2" operator="allow"][cred_user_form form='edit-user-role2'][/toolset_access]
You could do something similar directly inside the Form to show or hide input fields if you prefer to use one Form. You must use Expert Mode to edit the Form shortcodes. This example only shows these two fields to users in the role "role1":
[toolset_access role="role1" operator="allow"]
<div class="form-group">
<label>[cred_i18n name='user-birthdate-label']user birthdate[/cred_i18n]</label>
[cred_field field='user-birthdate' force_type='field' class='form-control' output='bootstrap']
</div>
<div class="form-group">
<label>[cred_i18n name='user-image-1-label']user image 1[/cred_i18n]</label>
[cred_field field='user-image-1' force_type='field' class='form-control' output='bootstrap' previewsize='thumbnail']
</div>
[/toolset_access]
|
|
2 |
15 |
3 years, 9 months ago
annaA-2
|
|
Hide a button in view for certain roles
Started by: samuelH
in: Toolset Professional Support
|
|
2 |
5 |
3 years, 9 months ago
Christian Cox
|
|
I need help with registration form
Started by: annaA-2
in: Toolset Professional Support
Quick solution available
Problem: I would like to include the login and email information of the new User created by Forms in an email notification.
Solution: Use the Placeholders feature to insert information about the new User in an email notification:
User login: %%USER_LOGIN_NAME%%<br />
User email: %%USER_EMAIL%%<br />
|
|
2 |
7 |
3 years, 9 months ago
annaA-2
|
|
Toolset Access and roles permissions
Started by: dimitrisb-2
in: Toolset Professional Support
|
|
3 |
8 |
3 years, 9 months ago
dimitrisb-2
|
|
Manually validate user registration FIRST | assign appropriate user role
Started by: matthiasV-2
in: Toolset Professional Support
|
|
2 |
3 |
3 years, 10 months ago
matthiasV-2
|
|
Assign appropriate user role when registering with Forms
Started by: matthiasV-2
in: Toolset Professional Support
|
|
2 |
3 |
3 years, 10 months ago
matthiasV-2
|
|
Toolset Access Control Not Saving
Started by: michaelO-8
in: Toolset Professional Support
|
|
2 |
3 |
3 years, 10 months ago
michaelO-8
|
|
'quick edit' button in itermediart post types for non-admin users has dissapeare
Started by: BrandenT2154
in: Toolset Professional Support
|
|
3 |
15 |
3 years, 11 months ago
Minesh
|
|
users – custom info
Started by: staceyz
in: Toolset Professional Support
|
|
2 |
2 |
3 years, 12 months ago
Jamal
|
|
Split: unnecessary need for the read capability for the posts and page
Started by: tobiasP-5
in: Toolset Professional Support
|
|
2 |
5 |
3 years, 12 months ago
Waqar
|
|
user roles
Started by: yoshihikoH
in: Toolset Professional Support
|
|
2 |
3 |
4 years ago
yoshihikoH
|
|
Adding a payment to when a new post is create
Started by: curtisT-2
in: Toolset Professional Support
|
|
3 |
5 |
4 years ago
curtisT-2
|