• Resolved wegerl

    (@wegerl)


    The plug-in is top!

    By setting anonymization is the tables that obsolete with city. My question is only how to hide the display of city/unknown with such CSS. It would be just nicer that way.

    Thanks and compliments to the plug-in!

    Greetings + health
    Ditmar

Viewing 3 replies - 1 through 3 (of 3 total)
  • Reza

    (@reventon94)

    Hi Ditmar,

    Thanks for your compliment.

    If you disable the GeoIP setting from the following path, the Country and City columns will be removed from the tables. As you are using IP anonymization, so the GeoIP settings are not practical anymore for you.

    Dashboard > Statistics > Settings > Externals > GeoIP Settings

    Anyway, you can use the below CSS codes to achieve the requested feature:

    table.table-stats tr:first-child td:nth-child(2), table.table-stats tr:first-child td:nth-child(3) {
    	display: none;
    }

    Best Regards

    Thread Starter wegerl

    (@wegerl)

    Hi, thank you

    … and yes ?? So alone the setting Dashboard / Statistics / Settings / External / GeoIP settings and there the GeoIP city not checked, then the table is yes correct.

    I may wish you, walk good day!

    Reza

    (@reventon94)

    Have a nice day.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide city / unknown’ is closed to new replies.