Unable to preview a draft using WPML Groups
Started by: maartenH
in: Toolset Professional Support
2
6
2 years, 6 months ago
Waqar
When using toolset access, it is not possible to change the autor of a cpt
Started by: corineV
in: Toolset Professional Support
Quick solution available
2
3
2 years, 6 months ago
corineV
Only allow users to see their own posts on wordpress admin
Started by: sofiaM
in: Toolset Professional Support
2
3
2 years, 7 months ago
sofiaM
Managing access to different website language not working
Started by: yoniT
in: Toolset Professional Support
2
2
2 years, 10 months ago
Waqar
In toolset access in the advanced mode – rights cannot be saved.
Started by: tomaszS-3
in: Toolset Professional Support
2
2
2 years, 11 months ago
Waqar
Unable to preview when using WPML Groups in Toolse Access
Started by: idigon
in: Toolset Professional Support
3
12
3 years, 2 months ago
Luo Yang
Custom user role access issue
Started by: MattI4840
in: Toolset Professional Support
2
8
3 years, 3 months ago
MattI4840
Two possible bugs in Access
Started by: smileBeda
in: Toolset Professional Support
2
5
3 years, 3 months ago
Minesh
Categories missing from my blog posts and wordpress admin due to Toolset access
Started by: katerinaH
in: Toolset Professional Support
2
3
3 years, 4 months ago
katerinaH
I want user to be able to edit custom fields within CPT using Access
Started by: lauraH-2
in: Toolset Professional Support
2
15
3 years, 5 months ago
lauraH-2
Access and WPML issues after the update
Started by: Alan
in: Toolset Professional Support
2
14
3 years, 5 months ago
Jamal
Fatal error: Uncaught Error: Argument 1 passed
Started by: himanshuS
in: Toolset Professional Support
2
6
3 years, 5 months ago
Waqar
Hiding Toolset WYSIWYG field editor buttons from my editors in wp-admin
Started by: l.f.A
in: Toolset Professional Support
Quick solution available
Problem: I would like to hide the Toolset toolbar buttons above WYSIWYG editor panels in wp-admin for certain User roles.
Solution: You can use the following code snippet to manage the visibility of these buttons in wp-admin:
function tssupp_remove_admin_toolset_buttons(){
$user = wp_get_current_user();
if ( is_admin() && !in_array( 'administrator', (array) $user->roles ) ) {
add_filter( 'toolset_editor_add_form_buttons', '__return_false' );
}
}
add_action( 'admin_init','tssupp_remove_admin_toolset_buttons', 9 );
Only administrators will see these buttons, but you can adjust the code to support other roles as well.
2
4
3 years, 7 months ago
Christian Cox
media library not displaying properly when trying to replace image on Post Form
Started by: Richard Nicholls
in: Toolset Professional Support
2
9
3 years, 7 months ago
Richard Nicholls
Possible usecase: User Profile – is it possible?
Started by: PatrickL9162
in: Toolset Professional Support
2
5
3 years, 7 months ago
PatrickL9162