Quote:
Originally Posted by MissKalunji
Thanks for this i tested it in a test format it works perfectly. But i'de like to change the userid from 1 to 6 (since 6 is me and i'm the one who added all those tags)
Thanks
Code:
$db->query_write("INSERT INTO `" . TABLE_PREFIX . "tagthread` (`tagid`, `threadid`, `userid`, `dateline` ) VALUES ('$tagid','$threadid','1','$dateline')");
I suppose i just change the "1" in there for 6 right?
|
Yeah. Also don't forget to change it twice. The query is mentioned in the script twice.
Quote:
Originally Posted by yakusasc
Hi,
What about urls like forums/tags/mytag/ ? Does your script redirect them to the VB tag system ?
Tks and good job !
|
Nope, all it does is convert the database entries to the new system.
Quote:
Originally Posted by Basit
Tried but didn't worked for some reasons, get error just before the end (total tags are 25,000), but get error around 23,000 :>
|
I assume you got the same error like the ones posted before?
I'll try to fix it, but I haven't had time to look at it yet and don't know when I will.
Quote:
Originally Posted by skiseiju
i have some error like
"
Converting...
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /converttags.php on line 14
Updating threads...
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /converttags.php on line 44
"
what should i do?
|
Are you sure everything is right with your zoints tags table?