jiriK-2
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 |
---|---|---|---|---|---|
How to translate “Searching…” and “No results found” in Forms post relationship field
Started by: jiriK-2
in: Toolset Professional Support
Problem: I would like to translate the strings "Searching..." and "No results found" in Forms post relationship fields. Solution: Update to the latest versions of Toolset plugins and you will be able to translate these strings using WPML String Translation. |
2 | 6 | 5 years, 9 months ago | ||
List author's content only (in the selection field)
Started by: jiriK-2 in: Toolset Professional Support |
2 | 16 | 5 years, 9 months ago | ||
Missing some Post Contents in Views – (the same) others are visible
Started by: jiriK-2
in: Toolset Professional Support
Problem: The issue here is that on the user's view one of their post is not showing. Solution: Upon checking this users site, they had used the pagination settings to limit the number of items displayed on their view but didn't add a the pagination to switch to the next page. What I would recommend is that if the pagination isn't needed then don't set a page limit as this will cause some items not to show up. |
2 | 10 | 5 years, 11 months ago | ||
Assign/change Post Content to some other author/user
Started by: jiriK-2
in: Toolset Professional Support
Problem: I would like to change the author of a single post in wp-admin. The User is a Subscriber. Solution: Activate the author field in the post editor by going to Toolset > Post Types. Then use the Screen Options tab in the post editor screen to activate the Author field in the post editor. To select a Subscriber, add this custom code to your child theme's functions.php file, or create a new snippet in Toolset > Settings > Custom code: add_filter( 'wp_dropdown_users_args', 'add_subscribers_to_dropdown', 10, 2 ); function add_subscribers_to_dropdown( $query_args, $r ) { $query_args['who'] = ''; return $query_args; } After you select the subscriber, remove this custom code if you don't want to include Subscribers in the author field selections in the future. |
2 | 5 | 6 years ago | ||
Pre-registration Form that does not create content
Started by: jiriK-2
in: Toolset Professional Support
Problem: I would like to create a Form that sends an automatic email notification, but I do not want to create content with the Form. Solution: A Form must create or edit content, whether that is a post of some kind or a User. You can use automatic post expiration to trash these new posts, and clear out the trash periodically to keep the database cleaner. |
2 | 3 | 6 years, 2 months ago | ||
Can’t display link for editing Post Form
Started by: jiriK-2
in: Toolset Professional Support
Problem: Solution: |
2 | 13 | 6 years, 2 months ago | ||
Checkbox Custom Field inside User Registration Form
Started by: jiriK-2 in: Toolset Professional Support |
2 | 12 | 6 years, 2 months ago | ||
Displaying contents of related forms in one post after the submission?
Started by: jiriK-2 in: Toolset Professional Support |
2 | 2 | 6 years, 3 months ago | ||
Split: Multiple account’s registration with one e-mail address?
1
2
Started by: jiriK-2
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
3 | 19 | 6 years, 3 months ago | ||
Multiple account's registration with one e-mail address?
Started by: jiriK-2 in: Toolset Professional Support |
2 | 5 | 6 years, 3 months ago | ||
Post Form and Post Content at the same page/link?
Started by: jiriK-2
in: Toolset Professional Support
Problem: On one page of my site, I would like to display a Form that allows Users to create a post. If the User has already created a post, the Form should not be displayed. Instead, the post should be displayed. Solution: Use conditional HTML to show or hide the Form. Relevant Documentation: |
3 | 9 | 6 years, 3 months ago | ||
Possibility of “Save” and also “Send and Close” button in Content form
Started by: jiriK-2
in: Toolset Professional Support
Problem: Add a "Close and Send" button in Toolset post form. Solution: If it is, there isn't such a built-in feature within Toolset form, but it is possible within some custom PHP codes, for example: Relevant Documentation: https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data |
2 | 11 | 6 years, 3 months ago | ||
Notification to specific e-mail address with custom field value in Message Body
Started by: jiriK-2
in: Toolset Professional Support
Problem: I would like to use the value of a User Form custom field as the email destination for a Forms notification. Solution: Access the custom field value using the User ID placeholder: [types usermeta='mesto-obec' user_id='%%USER_USERID%%'][/types] Relevant Documentation: |
2 | 5 | 6 years, 3 months ago | ||
Widget area only for logged in users
Started by: jiriK-2 in: Toolset Professional Support |
2 | 2 | 6 years, 3 months ago |