What do other people do with their vb paid subscriptions? Re-create them manually?
I'd also like to know how you go as I intend on importing from vbulletin 3.8 as well and would really like to carry over my subscriptions.ok, thanks for making it available. If I end up using it, Ill post my results.
insert into xf_user_upgrade_active (user_upgrade_record_id, user_id, user_upgrade_id, extra, start_date, end_date)
select null, userid, 1, 'a:4:{s:11:"cost_amount";s:4:"1.00";s:13:"cost_currency";s:3:"usd";s:13:"length_amount";i:1;s:11:"length_unit";s:4:"year";}', regdate, expirydate
from archive_subscriptionlog
update xf_user_upgrade_active x, archived_import_log v set x.user_id = v.new_id where x.user_id = v.old_id and v.content_type = 'user'
insert into xf_user_upgrade_expired (user_upgrade_record_id, user_id, user_upgrade_id, extra, start_date, end_date, original_end_date) select *, end_date from xf_user_upgrade_active where end_date < (select max(expirydate) from archive_subscriptionlog where status = 0)
delete from xf_user_upgrade_active where end_date < (select max(expirydate) from archive_subscriptionlog where status = 0)
@Mike Could you explain what is imported and what is not?
I currently have various recurring and non recurring subscriptions which all add the same secondary usergroup for a different time span.
I'm currently using AWC subscription system, but can hopefully import that into stock vbulletin subscriptions and go from there. Subscriptions are essential for the existence of my big board. I cant afford to have a hiccup in these, as they pay for my hosting bills.
Is there any chance that XF will add import for more subscription software? (considering that this is a weakness in competing software)
But not recurring subscriptions, which means taking a significant financial hit.As of XF 1.2, subscriptions are imported.
In talks with big board owners about their exit strategy from vbulletin, several webmasters have mentioned to me that loosing half of their income (i.e. tens of thousands) is a very serious showstopper in regards to migrating to xenforo. I think this is something to consider, because as it currently stands some webmasters will opt for IPS / IP.Nexus which will import recurring subscriptions from vbulletin.Recurring subscriptions will always be a problem. Strictly speaking, you would need to cancel these and have people start them back up (or you'd need to manually maintain them).
We use essential cookies to make this site work, and optional cookies to enhance your experience.