Quote:
Originally Posted by BirdOPrey5
I would suggest changing the line to:
Code:
$sk_repnotif_postlink = $vbulletin->options['bburl'] . "/showthread.php?$session[sessionurl]p=$postid#post$postid";
That works fine in VB4 although it doesn't produce the SEO friendly URL in the browser- but as this URL will never be seen by search engines it isn't a problem.
Whatever the bug it seems to be with the fetch_seo_url() function, not the code from this mod.
|
I will try the line you suggest and report back, thanks for the help!