note - there is a bug with this importer that is addressed with this script. That will fix the upgrade records after running this importer. -Jake
Here we have it, once again courtesy of www.p8ntballer-forums.com and with the help of Robbo I am happy to provide you with the vBulletin 4 subscription importer.
- - - -
Screenshots



- - - -
Currently Implemented Features
Import subscription types from vBulletin 4
Import user subscriptions from vBulletin 4
Selection of subscription currency type (if multiple are used)
Import expired subscriptions from vBulletin 4
- - - - -
Important Note
This addon is provided as is with no support or warrenties included. Help may be provided at the discression of myself or Robbo, but is not guaranteed. The importer currently works on my test environment and on our live test site, and is therefore considered "working". Premium support for 1 xenforo installation can be purchased by contacting Robbo and will be charged at a rate determined by him.
Installation and Requirements
Requires: Paul M's vBulletin importer here
Before performing a data import please create appropriate backups of both the source database and your current xenForo database. The usage of this addon requires some basic edits to be made.
1) Install Paul M's converter as per the instructions in his thread.
2) Install the subscription importer by extracting the vBulletin4Plus.php file and uploading it to your /library/XenForo/Importer folder
3) Open up your config.php file found in the /library folder of your xenForo installation
4) At the bottom of the file copy the following code underneith the other config options.
5) Save and upload the file.
6) Log into your xenforo admin and select the "Development" tab at the top
7) Select admin templates then Create new admin template
8) The title of the admin template is
and the content
9) Save the template
10) Select tools, and import external data
11) Select the "vbulletin 4 with subscriptions" option in the drop down box and follow the on screen prompts
- - - -
Donate
Please click the button below to donate for the upkeep and development of not only this addon but other new popular addons. All donations will be re-invested into creating new addons which will be released community.
- - - -
Thanks
Robbo
Kier + Mike
Ashley
Brogan
- - - -
Release History
24/08/12 - Initial Release
- - - -
Known bugs
-None
- - - -
Help, im missing a few user subscriptions!
Due to the importer merging users witht he same email address or user name, subscription numbers may drop by a small amount from vBulletin. All subscriptions are imported, but if users are merged then the subscription is also merged.
- - - -
vBulletin 4 Subscription Importer
Here we have it, once again courtesy of www.p8ntballer-forums.com and with the help of Robbo I am happy to provide you with the vBulletin 4 subscription importer.
- - - -
Screenshots




- - - -
Currently Implemented Features
- - - - -
Important Note
This addon is provided as is with no support or warrenties included. Help may be provided at the discression of myself or Robbo, but is not guaranteed. The importer currently works on my test environment and on our live test site, and is therefore considered "working". Premium support for 1 xenforo installation can be purchased by contacting Robbo and will be charged at a rate determined by him.
Installation and Requirements
Requires: Paul M's vBulletin importer here
Before performing a data import please create appropriate backups of both the source database and your current xenForo database. The usage of this addon requires some basic edits to be made.
1) Install Paul M's converter as per the instructions in his thread.
2) Install the subscription importer by extracting the vBulletin4Plus.php file and uploading it to your /library/XenForo/Importer folder
3) Open up your config.php file found in the /library folder of your xenForo installation
4) At the bottom of the file copy the following code underneith the other config options.
Code:
$config['debug'] = '1';
5) Save and upload the file.
6) Log into your xenforo admin and select the "Development" tab at the top
7) Select admin templates then Create new admin template
8) The title of the admin template is
Code:
import_vbull4plus_subscriptions
and the content
PHP:
<xen:title>Configure User Upgrade Prices:</xen:title>
<div class="optionGroupDescription muted" style="margin: 10px 0;">
<i>XenForo only allows one currency to be used per user upgrade. Please select the ones you would like to use from the list below.</i>
</div>
<xen:form action="{xen:adminlink import/start-step}">
<xen:foreach loop="$subs" value="$sub" key="$key">
<xen:radiounit label="{$sub.title}:" name="options[currency-{$sub.subscriptionid}]">
<xen:foreach loop="$sub.cost.0.cost" value="$amount" key="$currency">
<xen:option value="{$currency}">{$amount} {$currency}</xen:option>
</xen:foreach>
</xen:radiounit>
<input type="hidden" name="options[currencies][]" value="{$sub.subscriptionid}" />
</xen:foreach>
<xen:submitunit save="Import remaining subscriptions" />
<input type="hidden" name="options[_dummy]" value="1" /> <!-- ensures there are always options -->
<input type="hidden" name="step" value="subscriptions" />
<input type="hidden" name="options[total]" value="{$total}" />
</xen:form>
9) Save the template
10) Select tools, and import external data
11) Select the "vbulletin 4 with subscriptions" option in the drop down box and follow the on screen prompts
- - - -
Donate
Please click the button below to donate for the upkeep and development of not only this addon but other new popular addons. All donations will be re-invested into creating new addons which will be released community.
- - - -
Thanks
Robbo
Kier + Mike
Ashley
Brogan
- - - -
Release History
24/08/12 - Initial Release
- - - -
Known bugs
-None
- - - -
Help, im missing a few user subscriptions!
Due to the importer merging users witht he same email address or user name, subscription numbers may drop by a small amount from vBulletin. All subscriptions are imported, but if users are merged then the subscription is also merged.
- - - -