klausB
Admite hilos creados en los últimos 30 días: 0
Debates favoritos del foro
Este usuario no tiene debates favoritos.
Temas del foro creados
| Status | Debate | Supporter | Voces | Mensajes | Caducidad |
|---|---|---|---|---|---|
|
call the Form validation function without Submit event
Iniciado por: klausB en: Toolset Professional Support |
|
1 | 6 | 8 months, 2 weeks ago | |
|
i want to hide Uploaded Files in the media Library
Iniciado por: klausB en: Toolset Professional Support |
|
1 | 2 | 1 year ago | |
|
Assistance Needed with Custom File Uploads in Toolset Forms
1
2
Iniciado por: klausB
en: 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 | 1 year, 3 months ago | |
|
Baskets don't work
Iniciado por: klausB en: Toolset Professional Support |
2 | 3 | 3 years, 3 months ago | ||
|
Conditional viewing based on a minimum age of 18 / CRED form
Iniciado por: klausB en: Toolset Professional Support |
|
2 | 5 | 3 years, 4 months ago |