acts-1224C
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 |
---|---|---|---|---|---|
Logic and conditions
Started by: acts-1224C
in: Toolset Professional Support
Problem: I just want to know where to start so I can understand the concept and make my own rules or logical conditions to small detail that I may need in my website. Solution: There is a built-in feature within Views plugin: Conditional HTML Output in Views, I suggest you start with below document: Relevant Documentation: https://toolset.com/documentation/user-guides/conditional-html-output-in-views/ |
2 | 5 | 5 years, 10 months ago | ||
membership site
Started by: acts-1224C in: Toolset Professional Support |
2 | 3 | 5 years, 10 months ago | ||
Registration form
Started by: acts-1224C
in: Toolset Professional Support
Problem: I would like to know if users can login using Gmail or their Facebook ID instead of making them use a password to create an account. I would also like to know how to set up a membership site with approval workflow. Solution: Gmail and Facebook authentication are not built-in to Toolset and would require additional 3rd-party systems. We have documentation for building a membership site at the link below. Relevant Documentation: |
2 | 7 | 5 years, 11 months ago | ||
date stamp
Started by: acts-1224C
in: Toolset Professional Support
Problem: 1) Is there a way to have a auto date stamped when a custom type is filed out? 2) the account is being created or a special notation is being logged onto a customer. The person who checks it forgets the to input the date. is there a way to have it added the time and date of change? 3) if I have multiple managers accessing the information is there a way to track who made the change along with the date and time? Solution: A1) You can use the post's created date, for example: A2) You can setup another custom date field, for example "my-date", create a Toolset form for editing the post, in form content display that custom date field, then users will be able to change the custom date field value. Then in front-end, use wpv-conditional shortcode to check date field "my-date" value, if it is empty, display the post's created date A3) There isn't such kind of built-in feature, you might consider custom codes, for example: 1) Create a new custom post type "my-post-modified", setup one-to-many between your custom post type and "my-post-modified" 2) Create a Toolset form for editing post of your your custom post type, when the managers submit the edit form, use action hook cred_save_data to trigger a PHP function 3) In this PHP function, create a new "my-post-revisions" post, and related it with current post Relevant Documentation: https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data https://developer.wordpress.org/reference/functions/wp_insert_post/ |
2 | 3 | 5 years, 11 months ago | ||
relational website additional questions
Started by: acts-1224C in: Toolset Professional Support |
2 | 2 | 6 years ago | ||
relational website
Started by: acts-1224C in: Toolset Professional Support |
2 | 4 | 6 years ago | ||
multi step form
Started by: acts-1224C in: Toolset Professional Support |
2 | 6 | 6 years ago | ||
plugins intergration
Started by: acts-1224C in: Toolset Professional Support |
3 | 4 | 6 years, 2 months ago |