Tubeddog-
There's still a bug in the that script to update the date problem. I downloaded the new script you posted and still got a parse error on line 15. I had to change this line towards the bottom:
if ($i = $50) {
echo("Updated another 50 threads...continuing<br>");
$i = 0;
I changed the :
if ($i = $50) {
to be
if ($i = 50) {
NOTE: I took out the $ sign before the 50, then the script ran without problems.
Quote:
Originally posted by tubedogg
Blocks allow you to present different sets of threads, sorted in different manners. For example, you could set the first block to "no replies" and the second to "most replies" and you would get two different sets of threads.
The date is a problem with the UBB5 -> vB import script.
Look here for a script to fix the dates. (Backup your database FIRST!) Upload it your admin directory and run it.
|