+ Reply to Thread
Results 1 to 3 of 3

Thread: Streetview image or map image in listing?

  1. #1

    Streetview image or map image in listing?

    Dear Flynax,

    If user doesn't include picture. Can we make it show streetview or map image as thumbnail instead?

    Thanks
    Last edited by Wei Hong; July 7, 2020 at 05:06 AM.

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

    Go to templates > your_template > tpl > controllers > listing_details.tpl

    1. under
    Code:
    Only registered members can view the code.
    remove condition {if $photos} and {/if}


    2. then find below:
    Code:
    Only registered members can view the code.
    and replace with:
    Code:
    Only registered members can view the code.


    3. then replace:
    Code:
    Only registered members can view the code.
    with:
    Code:
    Only registered members can view the code.


    4. and add at the bottom the following script:
    Code:
    Only registered members can view the code.
    Last edited by Rudi; July 7, 2020 at 08:14 PM.

  3. #3
    Amazing,

    Thank you so much Rudi.


+ Reply to Thread