Changeset 521926
- Timestamp:
- 03/21/2012 07:41:47 PM (14 years ago)
- File:
-
- 1 edited
-
quick-count/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quick-count/trunk/readme.txt
r520438 r521926 14 14 <h4>Quick Count feature highlights</h4> 15 15 16 * **New in v1.20**: User count by country display 17 * **New in v1.20**: Graphical way to display user count by country using visitors map for shortcode and admin dashboard subpage display 18 * Add support for [Quick Flag](http://www.techytalk.info/wordpress-plugins/quick-flag/) WordPress plugin to display country flag icons next to visitors IP address 16 * **New in v1.20**: User count by country display (see FAQ for more) 17 * **New in v1.20**: Graphical way to display user count by country using visitors map for shortcode and admin dashboard subpage display (see FAQ for more) 18 * Add support for [Quick Flag](http://www.techytalk.info/wordpress-plugins/quick-flag/) WordPress plugin to display country flag icons next to visitors IP address (see FAQ for more) 19 19 * Translating Quick Count into your language is easy using [Quick Count online translation interface](http://www.techytalk.info/wordpress-plugins/quick-count/#translations) 20 20 * Supports plain PHP placement into template, shortcode, sidebar widget and admin dashboard widget … … 60 60 61 61 = 3. How do I enable or disable country flags display on my visitors list? = 62 Quick Count is using [Quick Flag](http://www.techytalk.info/wordpress-plugins/quick-flag/) WordPress plugin to resolve IP address to country flag so to enable this feature you must install and activate Quick Flag plugin . To hide country flag display you can deactivate Quick Flag plugin or enable "Disable Quick Flag WordPress plugin integration" checkbox in Quick Count admin options.62 Quick Count is using [Quick Flag](http://www.techytalk.info/wordpress-plugins/quick-flag/) WordPress plugin to resolve IP address to country flag so to enable this feature you must install and activate Quick Flag plugin version 1.11 or newer. To hide country flag display you can deactivate Quick Flag plugin or enable "Disable Quick Flag WordPress plugin integration" checkbox in Quick Count admin options. 63 63 64 64 = 4. How do I enable or disable count by country display? = 65 To be able to display user count by country you must have [Quick Flag](http://www.techytalk.info/wordpress-plugins/quick-flag/) WordPress plugin installed and activated. To show/hide count by country for shortcode you can use "by_country" shortcode attribute value with value 0 to hide and 1 (default value) to show count by country. To do the same for widget you can control "Include count by country" checkbox in your sidebar widget options (default is checked).65 To be able to display user count by country you must have [Quick Flag](http://www.techytalk.info/wordpress-plugins/quick-flag/) WordPress plugin version 1.11 installed and activated. To show/hide count by country for shortcode you can use "by_country" shortcode attribute value with value 0 to hide and 1 (default value) to show count by country. To do the same for widget you can control "Include count by country" checkbox in your sidebar widget options (default is checked). 66 66 67 = 4. How do I enable or disable visitors map display? =68 To be able to display visitors map you must have [Quick Flag](http://www.techytalk.info/wordpress-plugins/quick-flag/) WordPress plugin installed and activated. Visitors map can not be used for sidebar widget because world map image has 540x270 pixels dimensons. To show visitors map for your shortcode you can use "visitors_map" shortcode attribute with value 0 to hide and 1 (default value) to show visitors map.67 = 5. How do I enable or disable visitors map display? = 68 To be able to display visitors map you must have [Quick Flag](http://www.techytalk.info/wordpress-plugins/quick-flag/) WordPress plugin version 1.11 or newer installed and activated. Visitors map can not be used for sidebar widget because world map image has 540x270 pixels dimensons. To show visitors map for your shortcode you can use "visitors_map" shortcode attribute with value 0 to hide and 1 (default value) to show visitors map. 69 69 70 70 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.