timM-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 |
---|---|---|---|---|---|
Fatal error in Toolset Layouts when opening concept post
Started by: timM-9 in: Toolset Professional Support |
2 | 4 | 1 year, 7 months ago | ||
Create related child post by connecting post in Toolset Forms
Started by: timM-9 in: Toolset Professional Support |
3 | 4 | 3 years, 2 months ago | ||
Layouts
Started by: timM-9 in: Toolset Professional Support |
2 | 2 | 4 years, 6 months ago | ||
Relationship meta key for frontend posting
Started by: timM-9 in: Toolset Professional Support |
2 | 3 | 4 years, 7 months ago | ||
Check if child post by current user exists
Started by: timM-9
in: Toolset Professional Support
Problem: I'm trying to make a shortcode that displays the number of child posts of the currently displayed parent post made by the current logged in user. This to hide a Toolset Form after one submission by a user. Solution: It doesn't need custom codes within the latest version of Toolset plugins. You can create a post view with classic editor: https://toolset.com/forums/topic/check-if-child-post-by-current-user-exists/#post-1514133 Relevant Documentation: |
2 | 3 | 4 years, 9 months ago | ||
Problems with archive views since last update
Started by: timM-9 in: Toolset Professional Support |
2 | 5 | 4 years, 11 months ago | ||
Creating a custom RSS XML feed with repeatable field groups
Started by: timM-9 in: Toolset Professional Support |
1 | 2 | 5 years, 2 months ago | ||
Layout doesn't save
Started by: timM-9 in: Toolset Professional Support |
2 | 6 | 5 years, 5 months ago | ||
Can't filter view by date after importing with WP All Import
Started by: timM-9 in: Toolset Professional Support |
2 | 9 | 5 years, 10 months ago | ||
Filter view by date after importing with WP All Import
Started by: timM-9 in: Toolset Professional Support |
2 | 2 | 6 years ago | ||
Backend page editing does not save
Started by: timM-9 in: Toolset Professional Support |
2 | 4 | 6 years ago | ||
Extra in Loop Wizard since views update 2.6.4
Started by: timM-9 in: Toolset Professional Support |
2 | 5 | 6 years, 2 months ago | ||
Multi page form: form type and post type do not match
Started by: timM-9
in: Toolset Professional Support
Problem: I would like to use multiple Forms to produce a multi-step Form on multiple pages, but the steps in another ticket lead to an error that says Form type and post type do not match. @https://toolset.com/forums/topic/multi-page-cred-form-or-save-button-for-long-form/#post-298832 Solution: With Layouts (change 12345 to match your Layout ID): Without layouts (change 67890 to match your Content Template ID): So the code in that ticket should be changed like this with Layouts (change 12345 to match your Layout ID): $arr = array('layout_id'=>12345); Or like this without Layouts (change 67890 to match your Content Template ID): $arr = array('content-template-id'=>67890); Relevant Documentation: |
2 | 3 | 6 years, 2 months ago | ||
List posts by the author of the parent post
Started by: timM-9 in: Toolset Professional Support |
3 | 7 | 6 years, 6 months ago | ||
Showing source code inside a view
Started by: timM-9
in: Toolset Professional Support
Problem: I am trying to show shortcode inside a view. I'm using the SyntaxHighlighter plugin to show some HTML for embedding a linked image from my site. Solution: You can warp the HTML codes into tag, for example:https://pastebin.com/uTVAFh5s See screenshot: Relevant Documentation: https://codex.wordpress.org/Writing_Code_in_Your_Posts |
2 | 5 | 6 years, 8 months ago |