(2015-07-13, 02:52 PM)sarisisop Wrote: New thread link in the Email is:
"http://****.com/thread-.html"
Should be:
"http://****.com/thread-225.html"
AND
New post link in Email is
"http://****.com/thread-191.html&pid=502#502"
Should be:
"http://****.com/thread-191-post-502.html#pid502"
OK, then the lines given before can also be:
Line 40:
$post_link = $mybb->settings['bburl']."/thread-".$tid."-post-".$pid.".html#pid".$pid;
Line 71:
$post_link = $mybb->settings['bburl']."/thread-".$tid.".html";
But I think that the ones given in my previous mail should also work, and these are SEO independent.
Regards, Ad Bakker (NL)