-
AuthorPosts
-
timmieboy Friend
timmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
September 4, 2013 at 10:14 am #190282Hello,
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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
September 6, 2013 at 2:18 am #504787Hi,
– The Jobseeker can change the duration in the Job alert form.
– You also can change to “None” in the language file with text key: NONEtimmieboy Friendtimmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
September 7, 2013 at 10:18 am #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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
September 9, 2013 at 4:18 am #504987Yes, it is duration for Jobseeker who wants to receive email if there is any new job matching with his job alert.
timmieboy Friendtimmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
September 9, 2013 at 7:54 am #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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
September 11, 2013 at 7:04 am #505304Hi,
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 Friendtimmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
September 12, 2013 at 8:02 am #505505OK, 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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
September 13, 2013 at 2:42 am #505666Did you clear the cache?
timmieboy Friendtimmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
September 16, 2013 at 7:09 am #505896I 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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
September 16, 2013 at 8:22 am #505904Hello,
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
-
AuthorPosts
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