Topic: Additional Attachment
I have been testing 1.8. Nice improvements from 1.7, great job!
Question:
How can I have additional attachments for file type? Like docx and txt file format. Many people seem to use those two file type….. Thanks
Welcome to jobberBase Developer Community!
You are not logged in. Please login or register.
We've just added a new category for forums dedicated to local communities.
If you're interested in starting a community in your country or even city, please write us at hello@jobberbase.com and we'll make it happen.
We're also looking for moderators on each local community -- so email us :).
Pages: 1
I have been testing 1.8. Nice improvements from 1.7, great job!
Question:
How can I have additional attachments for file type? Like docx and txt file format. Many people seem to use those two file type….. Thanks
Open templates/_default/job-details.tpl and find this line:
apply_cv: { accept: "pdf|rtf|doc|odt" }and change it to:
apply_cv: { accept: "pdf|rtf|doc|odt|txt|docx" }This will allow txt and docx attachments too for applying.
One more thing, Open your _includes/translations.ini and find this line:
cv_info = "Max. 3 MB. Recommended formats: PDF, RTF, DOC, ODT. "Change text of this too
cv_info = "Max. 3 MB. Recommended formats: PDF, RTF, DOC, ODT, TXT, DOCX. "Excellent! Thank you very much. Cheers
how can i do this in jb 1.7?
my users must upload only jpg & png and the size of files must be 600 KB max
For 1.7, use this tutorial: http://www.jobberbase.com/forum/post6150.html#p6150
For File Size, you can change it via editing the config.php in root folder. Find the code:
define('MAX_CV_SIZE', 3000000); // approx. 3 mband change it to
define('MAX_CV_SIZE', 614400); // 600 KBPosts [ 7 ]
Pages: 1
Powered by FluxBB
[ Generated in 0.042 seconds, 6 queries executed ]