+ Reply to Thread
Results 1 to 5 of 5

Thread: A short note or tip in add new listing page under listing field group?

  1. #1

    A short note or tip in add new listing page under listing field group?

    Dear Flynax family,
    Is there anyway if I need to add a short paragraph under a listing field group or listing field?
    For example in add new listing for room for rent category. There is a field group called "contact" with the following listing field
    -------
    Name:
    Phone number:
    Email:
    Website:
    -------

    Is there any way that I can add a short paragraph, none editable by user, only view so it will be like this?
    -------
    "If you have updated your account contact info, you can skip this part, click this link to learn more"
    Name:
    Phone number:
    Email:
    Website:
    -------

    Is there any way I can do so?

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

    you can do so: go to ftp > templates > your template > controllers > add_listing > step_form.tpl

    find and insert under:
    Code:
    Only registered members can view the code.
    a code like:
    Code:
    Only registered members can view the code.
    <your_group_key> - the key of your field group
    <your_lang_key> - the key of your phrase added via Common > Languages
    Last edited by Rudi; May 21, 2018 at 08:08 AM.

  3. #3
    Senior Member
    Join Date
    Jun 2016
    Location
    New York
    Posts
    158

    A short note or tip in add new listing page under listing field group

    Hi Rudi,

    Very good tip, but ...

    I could do this using elseif, for more than one group?

    Thanks!

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Yes, you can use {elseif} for several group keys

  5. #5
    Thanks Rudi, works great

+ Reply to Thread