Edytuj wtyczkę: VSa - Advanced Forum Statistics - FH (hook: misc_start).
Znajdź w kodzie:
Kod php:
case 3: $vsatopstats_arrowlink = '<a href="showthread.php?'.$session['sessionurl'].$get_new_posts['threadid'].'&goto=newpost#post'.$get_new_posts['lastpostid'].'" style="text-decoration:none;font-family:Arial;font-size:8px" title="'.construct_phrase($vbphrase['vsa_jump_to_unread_post_in_x'], $get_new_posts['title']).'">►</a>'; break;
default: $vsatopstats_arrowlink = '<a href="showthread.php?'.$session['sessionurl'].$get_new_posts['threadid'].'&goto=newpost#post'.$get_new_posts['lastpostid'].'" style="text-decoration:none;font-family:Arial;font-size:8px" title="'.construct_phrase($vbphrase['vsa_jump_to_unread_post_in_x'], $get_new_posts['title']).'">►</a>'; break;
Zamień na:
Kod php:
case 3: $vsatopstats_arrowlink = '<a href="showthread.php?'.$session['sessionurl'].'t='.$get_new_posts['threadid'].'&goto=newpost#post'.$get_new_posts['lastpostid'].'" style="text-decoration:none;font-family:Arial;font-size:8px" title="'.construct_phrase($vbphrase['vsa_jump_to_unread_post_in_x'], $get_new_posts['title']).'">►</a>'; break;
default: $vsatopstats_arrowlink = '<a href="showthread.php?'.$session['sessionurl'].'t='.$get_new_posts['threadid'].'&goto=newpost#post'.$get_new_posts['lastpostid'].'" style="text-decoration:none;font-family:Arial;font-size:8px" title="'.construct_phrase($vbphrase['vsa_jump_to_unread_post_in_x'], $get_new_posts['title']).'">►</a>'; break;