julieP
Support threads created in the last 30 days: 2
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
How to specify Post status to get posts with toolset_get_related_post question
Started by: julieP
in: Toolset Professional Support
Problem: Solution: You should pass an array of post status values or a string with one or more statuses separated by commas. Example: $role_name_to_return = '';//parent or child $args = array();// see args array - Additional query arguments. $post_status = 'publish,draft';//you can only use those from https://developer.wordpress.org/reference/functions/get_post_statuses/ or passed to toolset_accepted_post_statuses_for_api $writer = toolset_get_related_post( $post_id, array( 'one-side', 'other-side' ), $role_name_to_return, $args, $post_status ); Relevant Documentation: https://developer.wordpress.org/reference/functions/get_post_statuses/ |
3 | 6 | 4 years, 9 months ago | ||
Toolset Maps database table name can cause an issue related to a bug in mysqldump
Started by: julieP
in: Toolset Professional Support
Problem: This alone is not an issue because MySQL is context-sensitive in this case and understands when we are referencing the column. However, due to a bug in mysqldump, it can happen that invalid data is used even though the table format is pretty strict, and later it can lead to issues when exporting and importing database tables to other databases. |
2 | 14 | 4 years, 9 months ago | ||
Multiple Submit Buttons on CRED Form
Started by: julieP in: Toolset Professional Support |
2 | 5 | 4 years, 9 months ago | ||
Repeating Fields Question
Started by: julieP
in: Toolset Professional Support
Problem: Is it possible to get all the values of a repeating custom field (for a specific post) and add them "as one" to a different custom field? Solution: There isn't such kind of built-in feature, it needs custom codes, for example: https://toolset.com/forums/topic/repeating-fields-question/#post-1489695 Relevant Documentation: |
2 | 5 | 4 years, 9 months ago | ||
cred_success_redirect question
Started by: julieP in: Toolset Professional Support |
1 | 2 | 4 years, 9 months ago | ||
Maps 2.0.1 – Clarification please
Started by: julieP in: Toolset Professional Support |
2 | 3 | 4 years, 10 months ago | ||
Manual Log In Form (previous ticket)
Started by: julieP in: Toolset Professional Support |
2 | 3 | 4 years, 10 months ago | ||
Question About 'Limit & Offset' in Views
Started by: julieP in: Toolset Professional Support |
2 | 3 | 4 years, 10 months ago | ||
Question about Forms 2.5.4 Changelog
Started by: julieP in: Toolset Professional Support |
2 | 3 | 4 years, 10 months ago | ||
Single Checkbox CRED Field
Started by: julieP in: Toolset Professional Support |
2 | 10 | 4 years, 11 months ago | ||
Obtain Count of Repeating Fields with Condition
Started by: julieP in: Toolset Professional Support |
2 | 3 | 4 years, 12 months ago | ||
%%POST_TITLE%% in CRED Notifications
Started by: julieP in: Toolset Professional Support |
2 | 3 | 5 years ago | ||
General Question About Escaping & Sanitization
Started by: julieP in: Toolset Professional Support |
2 | 4 | 5 years ago | ||
CSS Missing for Pagination in wp-admin?
Started by: julieP
in: Toolset Professional Support
Problem: Solution: |
2 | 6 | 5 years ago | ||
Empty Search Criteria
Started by: julieP in: Toolset Professional Support |
2 | 8 | 5 years ago |