+ Reply to Thread
Results 1 to 5 of 5

Thread: Increase characters limit in Job description

  1. #1

    Increase characters limit in Job description

    Hello everyone,

    How to increase the characters limit in job description, as many job posts need more than 3,000 characters.

    Screen Shot 2020-05-27 at 3.16.03 PM.png

    Thanks,
    Munji

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,159
    Hello,

    You should go to Listings > Listing fields > your textarea field > Edit > Max. number of characters > set your number

  3. #3
    Hello Rudi,

    I did that but unfortunately its not working since the max characters allowed is 3000 only.
    Screen Shot 2020-05-27 at 3.53.46 PM.png

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,159
    ok, via ftp go to includes > classes > admin > rlFields.class.php

    under public function createField

    find:
    PHP Code:
    Only registered members can view the code
    replace 3000 with your max number

    then under public function editField

    find:
    PHP Code:
    Only registered members can view the code
    and do the same

    also change this value for default_textarea_value_des phrase via Common > Languages > Search > Search for > Phrase Key

  5. #5
    Junior Member
    Join Date
    Nov 2022
    Posts
    1
    And finally you have to set up in system admin filed a bigger value.

    Thank you Rudi

+ Reply to Thread