La sortie de la version 1.5 est toujours d'actualité, mais malheureusement, cette nouvelle version n'est pas encore prête. Nous faisons notre possible pour la mettre en ligne au plus vite.
The XML import is still in the roadmap of the component, but unfortunately, that's not our priority in the list of the next features to develop. We have first to make the component natively compatible with Joomla 1.5, and we will then develop a forms manager, to make the different forms easily customizable. We planned to optimize the URL rewriting and add a recruiters and companies manager too, as soon as possible (I think this latest point should interest you).
And you're right about the recruiters menu, we would like to modify it too, and add a candidates menu.
Yes, some characters are forbidden in these fields, like the slashes and the backslashes. But we received a lot of feedbacks like yours, and we will modify the list of the forbidden characters.
Ok, I understand you can't change this settings if you are on a shared server. We are working on a new release of the component, and we will try to solve this problem in the same time.
1) The unsolicited applications management could be modified yes. Could you tell us what kind of feature you need please? On our side, we planned to modify the employers accounts, so that each employer would be able to add some more informations in his profile and to select to display these informations in the offers details. And we are waiting the Joomla 1.6 version to be able to use the new ACL feature to manage the privileges of the employers.
2) You are right, we will add the global value near the option : Global parameter (value).
3) The "reference" field can be used to add an internal code, or a public id.
4) Yes, the "version" field can be used to identify the different reveisions of the offer.
The latest version of the component NeoRecruit is compatible with Joomla 1.5.X, but only in legacy mode for the moment. We are actually working on a new version, natively compatible with Joomla 1.5.X, and we will replace all the Joomla 1.0 functions.
Thanks again for your feedbacks. We already did a lot of tests to check this point, I'm really surprised you get this problem, but we will do some more. Did you get it with the offers form in frontend or/and in backend? And did you set the good time zone?
You don't need this file, this feature is now included in the component. So if you didn't already do it, you just need to upgrade your current version of the component, and you will be able then to enable the feature yourself, directly from the backend of the component.
Sous Joomla 1.5, le code natif permet déjà se type de personnalisation. Les balises <li> possèdent un attribut "class", qui a pour valeur "item" concaténé avec l'Itemid du lien. Dans votre cas donc, il vous suffira de définir dans votre CSS un style ".itemX { ... }".
That's not exactly a bug. We use a Joomla native function to display the buttons, and this function only write an "img" tag with 2 attributes : "src" and "alt". But yes, we can maybe replace this code by a custom one, and add a "title" attribute and a label under the image (like the toolbar buttons in backend).