Thumbnail in Bubble on map disapears

This topic contains 19 replies, has 2 voices, and was last updated by  Paolo 9 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #8058

    PSI
    Free User
    Post count: 68

    Hi,

    I am not 100% sure Vikas was supporting me on that. I have looked in my doc and have found this for having the right Adress in European Format:

    example old: 121 Teststreet
    new: Teststreet 121

    Original:

    if(street_number.long_name)
    getAddress += street_number.long_name+’ ‘;//street_number

    Edited:

    if(street_number.long_name)
    getAddress += long_name+’ ‘;//street_number

    #8059

    PSI
    Free User
    Post count: 68

    sorry forgot in map_on_add_listing_page.php

    #8061

    PSI
    Free User
    Post count: 68

    Another thing I remember was that I have changed Country names in the SQL Database…

    #8062

    PSI
    Free User
    Post count: 68

    Finally found it… here is a screenshot :))

    /plugins/location_manager/geodir_location_functions.php

    #8088

    Paolo
    Site Admin
    Post count: 31206

    I wasn’t talking about the number before or after the address, but rather about the Regions and City names with Umlauts…

Viewing 5 posts - 16 through 20 (of 20 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket