Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119558

ScreenfeedFr on "[Plugin: Post Views Count] Possible improvements and small bug"

$
0
0

Hi Julio.

First time I use this plugin, it looks very nice :)

- First of all, the small bug: the url of the "Settings" link (the one in the plugins listing page) is /wp-admin/admin.php?page=bawpvc_settings but the plugin settings page is located at /wp-admin/options-general.php?page=bawpvc_settings.

- Possible improvement: set a width for the "Post Views Count" column in the posts listing pages. For example, by renaming the column heading with "Views Count" (a bit shorter) and using the following CSS, I can have this: http://cl.ly/image/0J2K1y1K3U3n

.fixed .column-bawpvc {
    width: 6em;
}

- Possible improvement: avoid counting on page refresh. By checking the referer we can avoid such thing: if referer == page url => don't update count (yes, I know the referer is not trustable, but in most cases it will be).

See ya!

http://wordpress.org/extend/plugins/baw-post-views-count/


Viewing all articles
Browse latest Browse all 119558

Trending Articles