In external.php,
echo "\t\t<link>$vboptions[bburl]/showthread.php?t=$thread[threadid]&goto=newpost</link>\r\n";
would need to be replaced with
echo "\t\t<link>$vboptions[bburl]/newpostinthread$thread[threadid].html</link>\r\n";
and
echo "\t\t<guid isPermaLink=\"false\">$vboptions[bburl]/showthread.php?t=$thread[threadid]</guid>\r\n";
would need to be replaced with
echo "\t\t<guid isPermaLink=\"false\">$vboptions[bburl]/thread$thread[threadid].html</guid>\r\n";
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
In the multiple pages of replies to the original thread, many amendments / other ideas were discussed. This thread simply implements some of those other ideas, so one doesn't have to read through so many posts.
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229