Zoren_LeoL6293
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 |
---|---|---|---|---|---|
Option to remove the ID in the post reference field from the CRED form.
Started by: Zoren_LeoL6293 in: Toolset Professional Support |
3 | 8 | 6 years, 5 months ago | ||
Error warning on CRED form with post reference field.
Started by: Zoren_LeoL6293 in: Toolset Professional Support |
3 | 7 | 6 years, 5 months ago | ||
Cred editing form does not update the permalink based on post title
Started by: Zoren_LeoL6293
in: Toolset Professional Support
Problem: Solution: To do so you would use the CRED API, namely the cred_save_data hook, to trigger a code snippet that would modify the post_name field. |
2 | 3 | 6 years, 5 months ago | ||
Loop through the repeatable field groups using PHP code
Started by: Zoren_LeoL6293
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 3 | 6 years, 5 months ago | ||
Using CRED form to create page becomes Child of the existing Parent page
Started by: Zoren_LeoL6293 in: Toolset Professional Support |
2 | 3 | 6 years, 5 months ago | ||
Custom query for post reference field
Started by: Zoren_LeoL6293
in: Toolset Professional Support
Problem: How to customize SQL query for post reference field to be able to display what specific post title that is connected to the custom post type? Solution: We don't provide the customize SQL query support, you can try the solution here: Relevant Documentation: https://toolset.com/documentation/post-relationships/how-to-display-related-posts-with-toolset/ |
2 | 3 | 6 years, 5 months ago | ||
Extend the admin search through post reference custom field
Started by: Zoren_LeoL6293
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 3 | 6 years, 6 months ago | ||
Control View’s output with Access that belongs to specific users.
Started by: Zoren_LeoL6293
in: Toolset Professional Support
Problem: How to display posts in views with Access that only belongs to specific users in the post group. Solution: Unfortunatel this is not possible, however there has been a feature request filed for this so this feature could appear in the future. |
2 | 3 | 6 years, 9 months ago | ||
Loop and display all parent post then sort order by the date of the child.
Started by: Zoren_LeoL6293
in: Toolset Professional Support
ProblemHow to loop and display all parent post, then sort order that list by the date of the child post? SolutionIn a View, you can order by 2 arguments, a primary and secondary, but there is no orderby "the parent post". As a possible solution, you can create a View, and query the Child Post Type. Those you can order by their date in the orderby setting. Then, in the Loop, you will have to call the related parent Posts. What you can also do is create 2 Views, in one you query the parent post and order it by what you need, in the second View you query the Child posts (that are a child to the post in the loop). Then you insert the second View into the first's View Loop. Then, the first View is inserted in a page, and will produce this sort of result: - parent post (ordered by what you chose) -- child post (ordered by what you chose) -- child post (ordered by what you chose) -- child post (ordered by what you chose) - another parent post (ordered by what you chose) -- another child post (ordered by what you chose) -- another child post (ordered by what you chose) -- another child post (ordered by what you chose) |
2 | 2 | 6 years, 9 months ago |