There seems to be quite a few dates coming over as 1970? Any ideas?
Announcement
Collapse
No announcement yet.
ASPPlayground Date Error
Collapse
X
-
Did you update all the counters?Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
Update :
Here are some MS SQL queries to double check the imports.
select forumtitle, pgd_Forums.forumid, subject, body from dbo.pgd_Messages, dbo.pgd_Forums where
pgd_Forums.forumid=pgd_Messages.forumid and
parent = 0 and (subject like '%just wonder%' or subject like '%Martinsville%')
This allows you to search for post titles.
select forumtitle, count(distinct(threadid)) AS Threads, count(distinct(messageid)) AS Posts from pgd_Messages, pgd_Forums where
pgd_Forums.forumid=pgd_Messages.forumid
group by forumtitle
This gives you the counts from the database for threads and posts.
Comment
-
All custom groups that appear after and import will be from the source board, you can either manage the users in thoese groups or move them to the default groups the delete them, its up to you.
I'd suggest moveing the users to the default groups then deleting them as if you ever do another import, the groups will be created again for the next source board, and again for the next and so on.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment