There is a problem with VBSEO.
When using this to link to last post:
$vsatopstats_titlelink = 'showthread.php?'.$session['sessionurl'].'p='.$get_new_posts['lastpostid'].$get_new_posts_pagenr.'#post'.$get_new_posts['lastpostid']; break;
it's change http://forum.xxxxxxxxxxxx.com/showthread.php?<threadid>#post<lastpostID>
to the a url to : http://forum.xxxxxxxxxx.com/<forum_title>/<threadID><thread_title>-<new post page number>.html#post<last post number>
Which is great and everything is working.
BUT when using this to link to last newpost:
$vsatopstats_titlelink = 'showthread.php?'.$session['sessionurl'].$get_new_posts['threadid'].'&goto=newpost#post'.$get_new_posts['lastpostid']; break;
it'S change the same url to: http://forum.xxxxxxxxxxxx.com/showthread.php?<thread ID>=&goto=newpost#post<newpostID>
This last one ain't working as there is a stupid '=' sign added.
Anyone have an idea WHY this stupid '=' appears?!?
Heeeeeelllp!!!!
|