-
AuthorPosts
-
timmieboy Friend
timmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
July 17, 2014 at 3:09 pm #199765Hello,
When I go to resume search page and fill in anything it does not give any result or no message that there are no resumes to my search term.
Thanks
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
July 21, 2014 at 8:39 am #542981Hello,
Could you please send me URL of that page? I have tested on page below, and it returns “No candidates are found!” message if result returns null.
http://www.seizoenwerk.nl/nieuw/en/view-resumes/favorite-candidates
timmieboy Friendtimmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
August 11, 2014 at 10:09 am #545442Hi,
If you login with the test account I send you, go to search resume in the employer menu and you can search for candidates. If you search on a word (for instance name of cv) No results are shown and no message is shown.
Thanks
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
August 18, 2014 at 8:04 am #546315Hello,
The cause of this issue is that when you submit search result form, it will display resumes list page as result page, but there is no menu item is associated with that page, so system actived home menu item. But on home page, you have configured to use layout with no “Component” content position, and that is why search result was not displayed.
To resolve this issue, I have updated the file
components/com_jajobboard/views/jaresumes/tmpl/jasearchform.phpTo use search page is as result page, and it helped to resolve this issue.
Please have a look.timmieboy Friendtimmieboy
- Join date:
- January 2013
- Posts:
- 344
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 9
- Thanked:
- 5 times in 1 posts
August 18, 2014 at 11:24 am #546358OK, thanks I see it is working.
Question about the menu item. On the left I have the employers menus, is that not the menu items that associate with the result page. Because when I search now it gives me not a url with that menu item but still the component url. Because it gives the component url I can’t show other modules.
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
August 26, 2014 at 9:43 am #547278Hi,
You can try to do as follow:
Open file:componentscom_jajobboardviewsjaresumestmpljasearchform.php
change:
<form name="jobalertForm" action="<?php echo JRoute::_('index.php?option=com_jajobboard&view=jaresumes&layout=jalist&Itemid='.$this->Itemid); ?>" method="post" enctype="multipart/form-data">
to:
<form name="jobalertForm" action="index.php?option=com_jajobboard&view=jaresumes&layout=jalist&Itemid=<?php echo $this->Itemid; ?>" method="post" enctype="multipart/form-data">
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by Luna Garden 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum