Users have reported that UBB7 lost their saved favorite topics (in UBB6) , why they are not imported to 'watched topics' ?
_________________________ English is not my native language. I try my best to express my thought precisely. I hope you understand what I mean. If any misunderstanding results from culture gaps , I apologize first.
#203837 - 12/25/0712:25 PMRe: Favorite Topics not imported to Watched Topics , why ?
[Re: Ian]
Gizmo
Registered: 06/04/06
Posts: 12007
Loc: Portland, OR; USA
As forum numbers and topic id's are changed; the import map could have easily gotten a lot larger keeping misc data such as favorites; not to mention the importers where well behind by the time 7 got out, so only the highest priority data was imported over (categories, forums, topics, users, etc)
select POST_ID from ubbt_IMPORT_MAP where OLD_TOPIC_ID = old_topic_id; select TOPIC_ID from ubbt_POSTS where POST_ID = postid; insert into ubbt_WATCH_LISTS values(userid , topicid , 0 , 't')
I think it is easy to implement in the importer. Hope ... there will be a importer-patch...
_________________________ English is not my native language. I try my best to express my thought precisely. I hope you understand what I mean. If any misunderstanding results from culture gaps , I apologize first.