(2015-07-13, 03:07 PM)Ad Bakker Wrote:(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.
Got for new thread
"http://****.com/thread-.html
Should be:
http://****.com/thread-227.html
AND
Got for new post
http://****.com/thread--post-506.html#pid506
Should be:
http://****.com/thread-191-post-506.html#pid506