pascalH
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 |
---|---|---|---|---|---|
Show message when extra user field is not entered
Started by: pascalH in: Toolset Professional Support |
2 | 3 | 6 years, 1 month ago | ||
Start date and expiration date to the front end
1
2
Started by: pascalH
in: Toolset Professional Support
Problem: Solution: You will first want to enable post expiration on Toolset Forms at Toolset > Settings > Forms. (See https://toolset.com/documentation/user-guides/automatic-post-expiration/.) Then on an individual form you can set a default interval such as "posts expire 60 days from now" then that will be applied to all posts submitted with the form. Once such posts are submitted, if you edit the posts in the backend you will see when the post is due to expire, and you can update it from the post edit screen when you save the post. The expiry date is stored as a UNIX timestamp in wp_postmeta for the post, with the key "_cred_post_expiration_time". So you can customise this using the cred_save_data hook (https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data). So you have your end-date field in the form. You can add a code snippet triggered by the cred_save_data hook which updates the _cred_post_expiration_time post meta according to what was chosen in the form. An example of such code is given in the thread. |
3 | 25 | 6 years, 5 months ago | ||
Push notifications
Started by: pascalH
in: Toolset Professional Support
Problem: Solution: you can find proposed solution, in this case, with the following reply: Relevant Documentation: |
3 | 4 | 6 years, 5 months ago | ||
calculation field 1 minus field 2
Started by: pascalH
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
3 | 4 | 6 years, 6 months ago | ||
Form (posttypes) changes are sometimes saved and sometimes not saved
1
2
Started by: pascalH
in: Toolset Professional Support
Problem: The changes of Layout Form cell are sometimes saved and sometimes not saved. Solution: It is a server problem, see the solution provided by client: Relevant Documentation: |
3 | 24 | 6 years, 7 months ago |