Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

The names of cities in the admin panel are not displayed properly

7 years 10 months ago
  • Pawel's Avatar
    Topic Author
  • Pawel
  • Offline
  • Fresh Boarder
  • Posts: 32
  • Thank you received: 0
Licenses:
JomSocial Active

The names of cities in the admin panel are not displayed correctly ...
It only shows the text "{" name ":" Krak \ u00f3w "," desc ":" "," years ":" "," lng ":"

7 years 10 months ago
  • Pawel's Avatar
    Topic Author
  • Pawel
  • Offline
  • Fresh Boarder
  • Posts: 32
  • Thank you received: 0
Licenses:
JomSocial Active

In the profile you can not select FIELD_CITY to show you only FIELD_LOCATION

7 years 10 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Pawel,

I am sorry for delay answer, to inspect this issue further you need provide us backend and FTP access, and if possible I need the screenshot of your issue as well.

thank you!

7 years 10 months ago
  • Pawel's Avatar
    Topic Author
  • Pawel
  • Offline
  • Fresh Boarder
  • Posts: 32
  • Thank you received: 0
Licenses:
JomSocial Active

Google map not working as seen on screenshot ...
Screenshots from the admin panel show an error in the city name and I find it error in the Location Field Code configuration ...
This JonSocial installation was re-made and here comes the error it seems instead of the city field is the location.
On my innes side driven for several years after the update the city box is correct ...

Attachments:
7 years 10 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi Pawel,

what is your site URL, backend and FTP access? if its credentials info please you edit your first post and put it on private info.

thank you!

7 years 10 months ago
  • Pawel's Avatar
    Topic Author
  • Pawel
  • Offline
  • Fresh Boarder
  • Posts: 32
  • Thank you received: 0
Licenses:
JomSocial Active

I sent data to admin in corrected first post ...

7 years 10 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

Thank you for the backend access, I also need FTP access as well, would you mind provide it please?

thank you!

7 years 10 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

well, the JSON issue on jomsocial dashboard is valid bug from us, know I will focus on map is not showing, but I need FTP to inspect it :)

7 years 10 months ago
  • Pawel's Avatar
    Topic Author
  • Pawel
  • Offline
  • Fresh Boarder
  • Posts: 32
  • Thank you received: 0
Licenses:
JomSocial Active

I am submitting an ftp account in the afternoon now i have to go to work ...

7 years 10 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

sure, please let me know once its here

7 years 10 months ago
  • Pawel's Avatar
    Topic Author
  • Pawel
  • Offline
  • Fresh Boarder
  • Posts: 32
  • Thank you received: 0
Licenses:
JomSocial Active

oki

7 years 10 months ago
  • Pawel's Avatar
    Topic Author
  • Pawel
  • Offline
  • Fresh Boarder
  • Posts: 32
  • Thank you received: 0
Licenses:
JomSocial Active

Does this problem exist only on my site?

7 years 10 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

The map issue can be happen on some several hosting configuration, but can be fixed manually from the code.. so I am still waiting teh FTP access ;)

well, here is the patch for fixing JSON issue
- open this file dministrator/components/com_community/views/community/tmpl/default.php
- add this code after line 597

<?php
                             $location = json_decode(html_entity_decode($city->city), TRUE);
                             if (json_last_error() === 0) {
                               $city->city = $location['name'] . (!empty($location['desc']) ? ' ('.$location['desc'].')' : '');
                             }
                           ?>

thank you!

7 years 10 months ago
  • Pawel's Avatar
    Topic Author
  • Pawel
  • Offline
  • Fresh Boarder
  • Posts: 32
  • Thank you received: 0
Licenses:
JomSocial Active

Hello
I am sending data to FTP here ...

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW