Version 2.1.8 released. (see patches/version_2.1.8 folder) Modifications made to the Job Application process. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Version 2.1.9 released. (see patches/version_2.1.9 folder) Some adjustments made to the layout of Job View Page. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
An update has been made to the Points integration for using Points to Feature Listings. Re-do the instructions in the readme_points_integration.txt and also re-upload the modules/modzzz/jobs/classes folder. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Hi Please add repost button in actions. So that people repst on their timeline. There is only share button. In dolphin modules like events, store etc, I noticed repost button. But missing here in jobs, may be in some other modules of yours. |
Version 2.2.0 released. (see patches/version_2.2.0 folder) Added reposting functionality. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
how to remove company name in form field in job add form? |
In modules/modzzz/jobs/classes/BxJobsEmbedForm.php, remove this block of code : 'display_business' => array( 'type' => 'custom', 'name' => 'display_business', 'caption' => _t('_modzzz_jobs_form_caption_listed_by'), 'content' => $sListingName, ),
how to remove company name in form field in job add form?
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
The code was not in that file. It was in modules/modzzz/jobs/classes/BxJobsFormAdd.php After removing, there is no change. I cleared cache in admin and browser,still this is showing up. -- select company ---Add New Company
In modules/modzzz/jobs/classes/BxJobsEmbedForm.php, remove this block of code : 'display_business' => array( 'type' => 'custom', 'name' => 'display_business', 'caption' => _t('_modzzz_jobs_form_caption_listed_by'), 'content' => $sListingName, ),
how to remove company name in form field in job add form?
|
@sureandhraindia Ok, remove the block of code starting with : 'header_select_company' => array( and ending with the line just above : 'header_location' => array( Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
Thank u, its working. @sureandhraindia Ok, remove the block of code starting with : 'header_select_company' => array( and ending with the line just above : 'header_location' => array(
|
Hey modzzz, Let's say we don´t want to display the experience attribute but the career_level. How can we do that?
I already tried to replace one attribute but it does not interpret the the expression.
Best regards Stefan |
@whatsupnext - I am assuming you know some PHP and HTML, otherwise you will have a hard time making modifications yourself. Fields to be displayed must be added to the ownFields array in BxJobsSearchResult.php (approx line 30). Also, modifications must be made to the unit function in BxJobsTemplate.php Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
The Jobs module has been updated. These files are modified : modules/modzzz/jobs/classes/BxJobsFormApply.php modules/modzzz/jobs/classes/ BxJobsModule.php Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
The Jobs module has been updated. These files are modified : modules/modzzz/jobs/classes/BxJobsTemplate.php modules/modzzz/jobs/classes/ BxJobsModule.php Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
I have uninstalled this mod. still it is showing in installed modules. I am unable to install it again. |
It seems as if you updated Dolphin and attempted to uninstall the module before you updated it. FTP and Admin access will be needed to fix it now. I have uninstalled this mod. still it is showing in installed modules. I am unable to install it again.
Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |
It seems as if you updated Dolphin and attempted to uninstall the module before you updated it. FTP and Admin access will be needed to fix it now. I have uninstalled this mod. still it is showing in installed modules. I am unable to install it again.
Please see ur mail for access. Thank you |
@sureandhraindia - The issue should be resolved now. Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz |