+ Reply to Thread
Results 1 to 4 of 4

Thread: move Google street view after Map

  1. #1

    move Google street view after Map

    how can i change the order in listing page details from
    Code:
    Only registered members can view the code.
    into
    Code:
    Only registered members can view the code.
    . in other words move Google street view after Map. thanks

  2. #2
    Hello Petrache Nicolae,

    It's a little difficult. If you want you can create a new ticket and we will move it for you.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    You have to change order in the php array.. i suggest it to do next way.

    Open includes/controller/listing_details.inc.php file find code

    PHP Code:
    Only registered members can view the code
    change to

    PHP Code:
    Only registered members can view the code
    if it will not work after the change adiitionally run sql query through the Database Manager in admin panel:

    Code:
    Only registered members can view the code.

  4. #4
    Quote Originally Posted by Mike F. View Post
    You have to change order in the php array.. i suggest it to do next way.

    Open includes/controller/listing_details.inc.php file find code

    PHP Code:
    Only registered members can view the code
    change to

    PHP Code:
    Only registered members can view the code
    if it will not work after the change adiitionally run sql query through the Database Manager in admin panel:

    Code:
    Only registered members can view the code.
    hello. thanks for the help. it worked but now i would like to show in the same page the content from all tabs in listing details page. can it be done? thanks

+ Reply to Thread