Forum - jschmidt-systemberatung.de

× jsvisit Counter package for Joomla

No countries listed

  • Adrian von Grueningen
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
More
1 year 3 months ago #1437 by Adrian von Grueningen
Replied by Adrian von Grueningen on topic No countries listed
Wait a sec, the link points to "Version 2.1.3 (Build Level 2.1.3.2 -December, 21, 2022)".

Where can I download v2.1.3.5 you want me to try?
The Joomla Updater doesn't pick up v2.1.3.5 for me.
 

Please Log in or Create an account to join the conversation.

More
1 year 3 months ago #1438 by jochen
Replied by jochen on topic No countries listed
hi,
Version 2.1.3.5 relates to jsvisit system plugin - you may check your installed version via admin backend -> "system" -> "manage" -> extensions -> look for "System - jsvisit Visitor Counter".
The following user(s) said Thank You: Adrian von Grueningen

Please Log in or Create an account to join the conversation.

  • Adrian von Grueningen
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
More
1 year 3 months ago - 1 year 3 months ago #1439 by Adrian von Grueningen
Replied by Adrian von Grueningen on topic No countries listed
Ah, thanks. Thought it was the entire plugin that was v2.1.3.5.

In any case, it seems to be working! See attached screenshot!


Now, is there a way to remove the 95,7% of the unknown countries, that are likely to be the proxy itself?

//AvG
Last edit: 1 year 3 months ago by Adrian von Grueningen.

Please Log in or Create an account to join the conversation.

More
1 year 3 months ago - 1 year 3 months ago #1440 by jochen
Replied by jochen on topic No countries listed
hi,
OK, code seems to work To get rid if the"unkown" you will  have to access database. Use phpMyAdmin or similar tool and delete row (change prefix "#__" to your table prefix):.
DELETE FROM #__visitors_country WHERE name = 'unknown';
or set count to '0':
UPDATE #__visitors_country SET count = 0 WHERE name = 'unknown'
Last edit: 1 year 3 months ago by jochen.

Please Log in or Create an account to join the conversation.

  • Adrian von Grueningen
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
More
1 year 3 months ago - 1 year 3 months ago #1441 by Adrian von Grueningen
Replied by Adrian von Grueningen on topic No countries listed
Cool, thanks!
Will have to install phpmyadmin on this new server.
Looking into it.
Thanks again, you and your software rock!

//AvG
Last edit: 1 year 3 months ago by Adrian von Grueningen.

Please Log in or Create an account to join the conversation.

  • Adrian von Grueningen
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
More
1 year 3 months ago - 1 year 3 months ago #1442 by Adrian von Grueningen
Replied by Adrian von Grueningen on topic No countries listed

hi,
OK, code seems to work To get rid if the"unkown" you will  have to access database. Use phpMyAdmin or similar tool and delete row (change prefix "#__" to your table prefix):.
DELETE FROM #__visitors_country WHERE name = 'unknown';
or set count to '0':
UPDATE #__visitors_country SET count = 0 WHERE name = 'unknown'
Chose to skip phpmyadmin and did it on the CLI instead.
Worked like a charm, thanks again!




The Isle of Man flag seems to be missing though. Minor cosmetic annoyance, but yhought you might want to know.

//AvG
Last edit: 1 year 3 months ago by Adrian von Grueningen.

Please Log in or Create an account to join the conversation.

Time to create page: 0.220 seconds
Powered by Kunena Forum
We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.