test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • timmieboy Friend
    #199765

    Hello,

    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 Friend
    #542981

    Hello,

    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 Friend
    #545442

    Hi,

    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 Friend
    #546315

    Hello,

    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.php

    To use search page is as result page, and it helped to resolve this issue.
    Please have a look.

    timmieboy Friend
    #546358

    OK, 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 Moderator
    #547278

    Hi,

    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">

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

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