-
AuthorPosts
-
October 20, 2014 at 7:27 pm #202271
Hello,
I have these problems + more features to be added:– When new Employer / Job Seeker is created, the admin didn’t receive notification >> I want e-mail notification to admin;
– When new Employer / Job Seeker is created, is automatically approved >> I want the admin choose approvation;
– When user create/edit/update/delete a Resume (CV), no e-mail is sent (to admin or user) >> I want e-mail;
– When user update/edit the Resume (CV), the “Creation date” field didn’t update >> I want “Creation date” field update automatically with the date of update/edit (or, alternatively, a new field named “Edit date”);
– When I update/edit the Resume with a new file, error “Field must be filled” appears, only if the field is “required” (if it’s not required, no error!) > That’s a bug;
If you need website information, contact me by private message.
Thank you for help,
StefanoOctober 30, 2014 at 2:30 pm #553718Hello,
I read about data lost…
Anyway, the modification date works, thank you Luna!Andrea
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 30, 2014 at 2:41 pm #553719HI there,
Actually most of it can apply without core modify. We can use plugin to do 🙂Thank you,
Viet VuOctober 30, 2014 at 7:15 pm #553730Hello,
your colleague Luna opened a request to dev team for add the features I need in the next version of Job Board. Here it is: http://pm.joomlart.com/browse/JAJBJ25-361
Anyway, if can be done now with plugin, please apply it. I really need.I’ll re-open the topic about the Resume List layout.
Thank you,
AndreaLuna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
November 3, 2014 at 3:41 am #553875Hello,
<blockquote>- When I update/edit the Resume with a new file, error “Field must be filled” appears, only if the field is “required” (if it’s not required, no error!) > That’s a bug;</blockquote>
I have checked your site and see that you have turned on ‘required’ function on Form Customizations for field Uploaded CV. It’s our bug in this case, I have reported to the developer.
At this moment, you can try with temporary solution as below:
1. Turn off ‘Required’ function for field Uploaded CV.
2. Go to file componentscom_jajobboardviewsjaresumestmpljaform.php
find for:
if(pressbutton == 'apply' || pressbutton == 'save'){
}
change to:
if(pressbutton == 'apply' || pressbutton == 'save'){
if ((document.resumeForm.elements["text_file_attachment"].value == "")&& (document.resumeForm.elements["file_attachment"].value == ""))
{
alert("You forgot to attach file!");
document.resumeForm.elements["text_file_attachment"].focus();
return false;
}
}1 user says Thank You to Luna Garden for this useful post
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by fismpn 10 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum