klausB
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
---|---|---|---|---|---|
call the Form validation function without Submit event
Gestartet von: klausB in: Toolset Professional Support |
|
1 | 6 | vor 1 Monat, 2 Wochen | |
i want to hide Uploaded Files in the media Library
Gestartet von: klausB in: Toolset Professional Support |
|
1 | 2 | vor 5 Monaten, 2 Wochen | |
Assistance Needed with Custom File Uploads in Toolset Forms
1
2
Gestartet von: klausB
in: Toolset Professional Support
Problem: The customer wanted to enable users to upload files (resumes and certificates) via a Toolset form and store these files in a custom directory (/wp-content/bewerbungsunterlagen) rather than the default uploads folder. The initial code attempts failed, saving files in the standard uploads directory. Solution: We suggested refining the upload_dir filter to ensure it only applies when necessary and removed afterward to avoid conflicts. Additionally, the permissions for the custom post type 'Bewerbungen' were adjusted in Toolset > Access Control to allow guest users to upload files without needing to log in. To prevent WordPress from generating thumbnails for PDF files, a code snippet was added to the functions.php file to disable PDF previews: function wp_disable_pdf_previews() { $fallbacksizes = array(); return $fallbacksizes; } add_filter('fallback_intermediate_image_sizes', 'wp_disable_pdf_previews'); |
|
2 | 17 | vor 8 Monaten, 2 Wochen | |
Baskets don't work
Gestartet von: klausB in: Toolset Professional Support |
2 | 3 | vor 2 Jahren, 8 Monaten | ||
Conditional viewing based on a minimum age of 18 / CRED form
Gestartet von: klausB in: Toolset Professional Support |
|
2 | 5 | vor 2 Jahren, 9 Monaten | |
How can i sort custom field group insde custom post type?
Gestartet von: klausB in: Toolset Professional Support |
|
2 | 4 | vor 5 Jahren, 7 Monaten |