Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • timmieboy Friend
    #190282

    Hello,

    Questions about the jobalerts:

    1. Where can I change the duration of the emails
    2. How and where can I change the word “None” I can’t find it in the language file
    3. I was getting the feeling that a new job is send everyday again when a jobalert is set on daily. Can you tell how I can change this in sending a job just ones even if a jobalert is daily.

    Thanks

    HeR0 Friend
    #504787

    Hi,

    – The Jobseeker can change the duration in the Job alert form.
    – You also can change to “None” in the language file with text key: NONE

    timmieboy Friend
    #504911

    <em>@HeR0 388195 wrote:</em><blockquote>Hi,

    – The Jobseeker can change the duration in the Job alert form.
    – You also can change to “None” in the language file with text key: NONE</blockquote>

    – That is not what I mean, I was asking if I can change the duration, in this way I can set it up with daily, 3three days, etc.
    – There is no string in the language file but I will add it.

    HeR0 Friend
    #504987

    Yes, it is duration for Jobseeker who wants to receive email if there is any new job matching with his job alert.

    timmieboy Friend
    #505044

    <em>@HeR0 388495 wrote:</em><blockquote>Yes, it is duration for Jobseeker who wants to receive email if there is any new job matching with his job alert.</blockquote>

    Yes I understand but I want to change the duration or delete one, how can I do that.

    HeR0 Friend
    #505304

    Hi,

    You could remove it from this file componentscom_jajobboardviewsjajobalertstmplform.php

    <td>
    <?php echo $this->objSendMailDuration; ?>
    </td>

    Or you could edit it in this file componentscom_jajobboardviewsjajobalertsview.html.php

    [PHP]$htmlOptions[] = JHTML::_(‘select.option’, ‘0’, JText::_(‘NONE’));
    $htmlOptions[] = JHTML::_(‘select.option’, ‘1’, JText::_(‘DAILY’));
    $htmlOptions[] = JHTML::_(‘select.option’, ‘7’, JText::_(‘WEEKLY’));
    $htmlOptions[] = JHTML::_(‘select.option’, ’14’, JText::_(‘BIWEEKLY’));
    $htmlOptions[] = JHTML::_(‘select.option’, ’30’, JText::_(‘MONTHLY’));[/PHP]
    Hope this helps.

    timmieboy Friend
    #505505

    OK, thank you.

    For your information, there is no text string for NONE in the languages files and if I add one the language does not work anymore, no idea why.

    HeR0 Friend
    #505666

    Did you clear the cache?

    timmieboy Friend
    #505896

    I have no cache enabled and when I added the word, all the translation text was gone. It seems that the string: NONE=”NONE” is nowhere.

    HeR0 Friend
    #505904

    Hello,

    Pls try to edit the followings:

    [PHP]$htmlOptions[] = JHTML::_(‘select.option’, ‘0’, JText::_(‘NONE’));[/PHP]

    to

    [PHP]$htmlOptions[] = JHTML::_(‘select.option’, ‘0’, JText::_(‘JAJBNONE’));[/PHP]

    Then you can translate JAJBNONE in jobboard language component.

    Pls try and let me know if it helps.

    Regards

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 2 voices, and was last updated by  HeR0 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum