test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • cssbox Friend
    #181754

    I added fields (MULTIPLE_SELECT and SINGLE_SELECT). Items in this list are sorting by Idn.
    How can I set Order by Name? Which php file I need to edit?

    And another question. What is field “Notify if the job posting is modified” and “Duration” in profile tables (Subscription section)? What do this fields?

    HeR0 Friend
    #471336

    Hi Cssbox
    1. Open file administrator/components/com_jajobboard/model/jacodes.php and find function _buildQuery() to edit sql statement.
    2. It is option auto send email For Employer when a job of employer is modified by other user ( admin ).

    Regards,

    cssbox Friend
    #471809

    1. Ok but this solution works only in admin panel. In front-site I have unsorting list (A…Z).

    Regards!

    HeR0 Friend
    #471894

    Hi Cssbox,

    It will affect to front end, too.

    Regards,

    cssbox Friend
    #472078

    Could you see attachments? In my site works only on back end.

    [PHP] //$query = “SELECT s.* FROM #__ja_codes AS s WHERE s.field_id='{$field_id}’ ORDER BY s.id”;
    $query = “SELECT s.* FROM #__ja_codes AS s WHERE s.field_id='{$field_id}’ ORDER BY s.text”;[/PHP]


    1. front
    2. beck
    HeR0 Friend
    #472105

    Hi Cssbox,

    Please try find function getFormFieldValues in components/com_jajobboard/helper/jafunction.class.php and change query statement in that.

    Regards,

    cssbox Friend
    #472203

    Ok it’s works. Thank you.

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

This topic contains 7 replies, has 2 voices, and was last updated by  cssbox 12 years, 1 month ago.

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