-
AuthorPosts
-
environc Friend
environc
- Join date:
- December 2012
- Posts:
- 173
- Downloads:
- 0
- Uploads:
- 33
- Thanks:
- 30
- Thanked:
- 2 times in 1 posts
January 10, 2013 at 5:10 pm #183840Hi,
I would like to space my filter results text as the words on the right of the “,” are stuck together with the “,” as in from this:
Your Search in Australian Capital Territory,New South Wales,Northern Territory,Queensland,South Australia,Tasmania,Victoria,Western Australia returned 3 job(s)to
Your Search in Australian Capital Territory, New South Wales, Northern Territory, Queensland, South Australia, Tasmania, Victoria, Western Australia returned 3 job(s)
Please check attachment
Regards
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
January 14, 2013 at 9:30 am #479607Hi Environc,
Please open file componentscom_jajobboardviewsjajobstmpljalist_search_result_msg.php and go to line 27:
[PHP]if (isset($jobsearch_location)&&$jobsearch_location!=”) {
$text .= ” “.JText::_(“in”).” <strong class=’highlight’>”.$jobsearch_location.”</strong>”;
$is_filter = true;
}[/PHP] change it to
[PHP]if (isset($jobsearch_location)&&$jobsearch_location!=”) {
$text .= ” “.JText::_(“in”).” <strong class=’highlight’>”.str_replace(‘,’, ‘, ‘, $jobsearch_location).”</strong>”;
$is_filter = true;
}[/PHP]
Hope it helps.Regards
1 user says Thank You to HeR0 for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by HeR0 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Need to space filter results text
Viewing 2 posts - 1 through 2 (of 2 total)