michaelO-8
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
toolset_get_parent_post_by_type API not finding posts
Started by: michaelO-8 in: Toolset Professional Support |
2 | 8 | 3 years, 9 months ago | ||
Toolset Access Control Not Saving
Started by: michaelO-8 in: Toolset Professional Support |
2 | 3 | 3 years, 10 months ago | ||
Forms Display Twice in "Post Forms Front End Access Group"
Started by: michaelO-8 in: Toolset Professional Support |
1 | 2 | 3 years, 10 months ago | ||
New Posts Created With Toolset Forms Not Connecting To Parent
Started by: michaelO-8 in: Toolset Professional Support |
2 | 11 | 3 years, 10 months ago | ||
Restrict Media Library Access
1
2
Started by: michaelO-8
in: Toolset Professional Support
Problem: The button "Add media" of Toolset post form does not respect the setting of "Use any Media Library file when adding files to front-end Post Forms". Solution: It is a known issue of Toolset Forms plugin, currently, you can try to add below codes into your theme file functions.php: add_filter( 'ajax_query_attachments_args', 'wpb_show_current_user_attachments' ); function wpb_show_current_user_attachments( $query ) { $user_id = get_current_user_id(); if ( $user_id && !current_user_can('activate_plugins') && !current_user_can('edit_others_posts ') ) { $query['author'] = $user_id; } return $query; } Relevant Documentation: |
3 | 27 | 4 years, 2 months ago | ||
Views not loading properly
Started by: michaelO-8
in: Toolset Professional Support
Problem: A View that should show one result is showing no results, but the "no results found" message is not shown. Solution: Be sure no custom code is impacting the results. In this case a wpv_filter_query_post_process filter was causing unexpected problems because of typos in the code. |
2 | 15 | 4 years, 2 months ago | ||
Allowing users to choose how search results are displayed
Started by: michaelO-8
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 3 | 4 years, 4 months ago | ||
Updating A Form Field with 'cred_filter_field_before_add_to_form'
Started by: michaelO-8 in: Toolset Professional Support |
2 | 2 | 4 years, 5 months ago | ||
Using Toolset Form to Send Data to Custom Table
Started by: michaelO-8 in: Toolset Professional Support |
2 | 3 | 4 years, 5 months ago | ||
Using Toolset Hooks
Started by: michaelO-8 in: Toolset Professional Support |
2 | 11 | 4 years, 5 months ago | ||
Hiding some custom fields on admin side when editing a post
Started by: michaelO-8 in: Toolset Professional Support |
2 | 4 | 4 years, 5 months ago | ||
Conditional display based on parent custom fields
Started by: michaelO-8 in: Toolset Professional Support |
2 | 2 | 4 years, 5 months ago | ||
Getting the ID for an child post
Started by: michaelO-8 in: Toolset Professional Support |
2 | 4 | 4 years, 5 months ago | ||
Altering Custom Fields Slightly Without Creating A Whole New Custom Field
Started by: michaelO-8 in: Toolset Professional Support |
2 | 7 | 4 years, 6 months ago | ||
Unable to post replies in BBPress despite Access Control settings
Started by: michaelO-8 in: Toolset Professional Support |
2 | 3 | 4 years, 8 months ago |