Viewing 2 replies - 1 through 2 (of 2 total)
  • same problem here..

    the “?” is important, if you don’t use pretty links in your permalink section.

    but you do use pretty links, so open statpress.php and have a look at line 571 and get rid of the .”/?”. so change the line from
    […] href='”.get_bloginfo(‘url’).”/?”.$rk->urlrequested.” […]

    to

    […] href='”.get_bloginfo(‘url’).$rk->urlrequested.” […]

    do it the same way in line 580, 715.

    notice, i’m using version: 1.2.9.2 of the plugin.

    best, mike

    okay, just discovered that the plugin statpress is not under development anymore..
    instead someone else is keeping it alive and called it statpress-reloaded:

    http://ww.wp.xz.cn/extend/plugins/statpress-reloaded/

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: StatPress] URLs incorrect in “Spy” section’ is closed to new replies.