matthewS-9
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 |
---|---|---|---|---|---|
Does Toolset update existing files in CRED form if the files are not changed?
1
2
Started by: matthewS-9 in: Toolset Professional Support |
3 | 16 | 3 years, 8 months ago | ||
AJAX does not work when uploading additional files to a file upload field.
Started by: matthewS-9 in: Toolset Professional Support |
2 | 14 | 4 years, 1 month ago | ||
How can we update a custom file upload file value?
Started by: matthewS-9 in: Toolset Professional Support |
2 | 9 | 4 years, 4 months ago | ||
Toolset Distance filter does not work
Started by: matthewS-9
in: Toolset Professional Support
Problem: Solution:
|
2 | 7 | 4 years, 5 months ago | ||
How can we modify custom field values before records are loaded using View?
Started by: matthewS-9 in: Toolset Professional Support |
2 | 2 | 4 years, 7 months ago | ||
File upload field does not update URL
Started by: matthewS-9 in: Toolset Professional Support |
2 | 8 | 4 years, 7 months ago | ||
How can we prevent files uploaded using Toolset form from direct access
Started by: matthewS-9 in: Toolset Professional Support |
2 | 10 | 4 years, 7 months ago | ||
How to identify form id in cred_filter_field_before_add_to_form filter
Started by: matthewS-9
in: Toolset Professional Support
Problem: Solution: function my_test_cred_hook ( $field ) { $form_html_id = $field['form_html_id']; $form_id = 0; if ( isset($form_html_id) ) { $parts = explode( '_', $form_html_id); $form_id = (int) $parts[2]; } if ( $form_id > 0 ) { error_log( 'form_id ' . $form_id ); } } add_filter('cred_filter_field_before_add_to_form', 'my_test_cred_hook', 10, 1); Relevant Documentation: |
2 | 3 | 4 years, 7 months ago | ||
Display a map based on custom field
Started by: matthewS-9 in: Toolset Professional Support |
2 | 14 | 5 years, 3 months ago | ||
How to show toolset-edit-post-link for only Admin and Post Owner
Started by: matthewS-9
in: Toolset Professional Support
Problem: I have created a Form to edit a post, and I would like to display the Edit Post Form link to only site admins and to the post author. Other site visitors should not see this link. Solution: Use a combination of Access Control shortcodes and conditional HTML to handle the conditional display of this link. [wpv-conditional if="( [wpv-post-author format='meta' meta='id'] eq [wpv-current-user format='meta' info='id'] )"] Current User is post author. [toolset-edit-post-link layout_slug='program-edit-layout' target='self']Edit %%POST_TITLE%%[/toolset-edit-post-link] [/wpv-conditional] [toolset_access role="Administrator" operator="allow"] [wpv-conditional if="( [wpv-post-author format='meta' meta='id'] ne [wpv-current-user format='meta' info='id'] )"] Current User is admin but not author: [toolset-edit-post-link layout_slug='program-edit-layout' target='self']Edit %%POST_TITLE%%[/toolset-edit-post-link] [/wpv-conditional] [/toolset_access] Relevant Documentation: https://toolset.com/documentation/user-guides/access-control-texts-inside-page-content/ https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-author https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-current-user |
2 | 3 | 5 years, 3 months ago | ||
toolset-edit-post-link does not work for post owner
Started by: matthewS-9 in: Toolset Professional Support |
1 | 2 | 5 years, 3 months ago | ||
No text box for entering Google Map API Key in Toolset Settings >> Maps
Started by: matthewS-9
in: Toolset Professional Support
Problem: I don't see a way to add a Google Maps API Key in Toolset Settings. Solution: Make sure Toolset Maps plugin is active. |
2 | 4 | 5 years, 3 months ago |