[Convertor] vBulletin 3.x to phpBB3

Converting from other board software? Good decision! Need help? Have a question about a convertor? Wish to offer a convertor package? Post here.

[Convertor] vBulletin 3.x to phpBB3

Postby D¡cky » Mon Aug 03, 2009 3:32 am

The previous topic for the vBulletin3 to phpBB3 convertor has been closed. Thanks to wlx for starting the convertor and thanks to all the others who have contributed to the development of the convertor.

Instructions on using the convertor are in Convert How To.

This convertor is hardcoded for languages with iso-8859-1 encoding. If your vBulletin is using a language that is not iso-8859-1:

OPEN functions_vb30.php

FIND
Code: Select all
   $encoding = 'ISO-8859-1';

REPLACE ISO-8859-1 with the encoding that your board is using.

The font type and align Custom BBCodes are automatically added when the convertor is run. There may be other bbcodes that may need to be added BEFORE running the convertor if you have added bbcodes to vBulletin. See the following post, viewtopic.php?p=10392015#p10392015
Attachments
vb3x_to_phpbb3.zip
vBulletin 3.x.x to phpBB3
version 1.0.3
(24.74 KiB) Downloaded 1266 times
Have you hugged someone today?
The phpBB.com Unofficial Support Team Forum
phpBB Installers Installations | Custom MODs | Conversions
User avatar
D¡cky
Support Team Member
Support Team Member
 
Posts: 7948
Joined: Tue Jan 25, 2005 8:38 pm
Location: New Hampshire, USA

Re: [Convertor] vBulletin 3.x to phpBB3

Postby D¡cky » Mon Aug 03, 2009 3:55 am

The following BBCodes may be added to phpBB3 before running the vB3.x convertor. If you have added these codes to vBulletin, they will display correctly on phpBB3 after the conversion.

Optional BBCodes
Glow
BBCode usage
Code: Select all
[glow={COLOR}]{TEXT}[/glow]

HTML Replacement
Code: Select all
<span style="filter: glow(color={COLOR}); height:20">{TEXT}</span>

Help Line
Code: Select all
[glow=red]Message[/glow] or [glow=#000000]Message[/glow]


Shadow
BBCode usage
Code: Select all
[shadow={COLOR}]{TEXT}[/shadow]

HTML Replacement
Code: Select all
<span style="filter: shadow(color={COLOR}); height:20">{TEXT}</span>

Help Line
Code: Select all
[shadow=red]Message[/shadow] or [shadow=#000000]Message[/shadow]


Horizontal Rule
BBCode usage
Code: Select all
[hr][/hr]

HTML Replacement
Code: Select all
<hr />

Help Line
Code: Select all
[hr][/hr]  *Note: no in-between text is necessary.


Strikeout
BBCode usage
Code: Select all
[s]{TEXT}[/s]

HTML Replacement
Code: Select all
<span style="text-decoration: line-through;">{TEXT}</span>

Help Line
Code: Select all
[s]strikethrough text[/s]


Subscript
BBCode usage
Code: Select all
[sub]{TEXT}[/sub]

HTML Replacement
Code: Select all
<span style="vertical-align: sub;">{TEXT}</span>

Help Line
Code: Select all
H[sub]2[/sub]O


Superscript
BBCode usage
Code: Select all
[super]{TEXT}[/super]

HTML Replacement
Code: Select all
<span style="vertical-align: super;">{TEXT}</span>

Help Line
Code: Select all
x[super]3[/super]
Have you hugged someone today?
The phpBB.com Unofficial Support Team Forum
phpBB Installers Installations | Custom MODs | Conversions
User avatar
D¡cky
Support Team Member
Support Team Member
 
Posts: 7948
Joined: Tue Jan 25, 2005 8:38 pm
Location: New Hampshire, USA

Re: [Convertor] vBulletin 3.x to phpBB3

Postby Juanporro » Thu Aug 13, 2009 2:18 pm

This convertor is missing something. I think the index file is not there or I am doind something wrong. Please help me here.

Thanks
Joomla and phpBB frameless integration with prosilver template made easy here:
Joomla & phpBB visual integration help
Juanporro
Registered User
 
Posts: 51
Joined: Thu Aug 13, 2009 4:30 am

Re: [Convertor] vBulletin 3.x to phpBB3

Postby Juanporro » Sat Aug 15, 2009 7:25 am

No one has an answer for this?

The file is missing the index file and does not work.

Can someone tell me where to get the convertor that works?
Joomla and phpBB frameless integration with prosilver template made easy here:
Joomla & phpBB visual integration help
Juanporro
Registered User
 
Posts: 51
Joined: Thu Aug 13, 2009 4:30 am

Re: [Convertor] vBulletin 3.x to phpBB3

Postby wwalla » Tue Sep 01, 2009 3:36 am

I followed the instructions two times. I got 404 errors both times when I went to the phpbb root directory with the:

install/index.php at the end.


Anyone had better luck getting Vbulletin to transfer. this is no good.
wwalla
Registered User
 
Posts: 74
Joined: Fri Feb 20, 2009 2:59 pm

Re: [Convertor] vBulletin 3.x to phpBB3

Postby D¡cky » Tue Sep 01, 2009 3:49 am

wwalla and Juanporro

When doing a conversion, you need to have the install directory in place from the initial install of phpBB3. If you have renamed or deleted this directory then you need to put it back in place.

Once the install directory is in place, then you upload the convertor files to the install directory. Then you are able to go to {phpBB3_root}/install/index.php, click the Convert tab and select the vBulletin convertor.
Have you hugged someone today?
The phpBB.com Unofficial Support Team Forum
phpBB Installers Installations | Custom MODs | Conversions
User avatar
D¡cky
Support Team Member
Support Team Member
 
Posts: 7948
Joined: Tue Jan 25, 2005 8:38 pm
Location: New Hampshire, USA

Re: [Convertor] vBulletin 3.x to phpBB3

Postby wwalla » Tue Sep 01, 2009 4:18 am

Wow, thanks for the quick response. I have gone in and uninstalled the phpbb. And now reinstalled it. Now I copy the 3 files in that folder the (root) that I created on the scripted install. then I go to it and I get the 404 error.
I logged in to the brand new install with the credentials. It was running fine.

this is the version below.

Installing phpBB 3.0.5
wwalla
Registered User
 
Posts: 74
Joined: Fri Feb 20, 2009 2:59 pm

Re: [Convertor] vBulletin 3.x to phpBB3

Postby wwalla » Tue Sep 01, 2009 4:30 am

There is no
install/index.php

in the install folder just the converter folder
wwalla
Registered User
 
Posts: 74
Joined: Fri Feb 20, 2009 2:59 pm

Re: [Convertor] vBulletin 3.x to phpBB3

Postby D¡cky » Tue Sep 01, 2009 4:38 am

Did you install phpBB3 with the package available here at the Downloads page or did you install with a one-click install provided by your host?

The one-click install provided by your host automatically deletes the install directory after installation. This is only one of many reasons why we recommend that you download phpBB3 from here and install it yourself.
If you used the one-click install, instructions should be provided by your host as to what to do when you need to convert.

If you did use the one-click install, I recommend that you uninstall phpBB once again and install using the package available here. An alternative is to download phpBB3 from here, unzip to your computer and upload the install directory to your phpBB3 root directory.
Have you hugged someone today?
The phpBB.com Unofficial Support Team Forum
phpBB Installers Installations | Custom MODs | Conversions
User avatar
D¡cky
Support Team Member
Support Team Member
 
Posts: 7948
Joined: Tue Jan 25, 2005 8:38 pm
Location: New Hampshire, USA

Re: [Convertor] vBulletin 3.x to phpBB3

Postby wwalla » Tue Sep 01, 2009 4:40 am

Great! I will do that right now and get back with you on this, many thanks.
wwalla
Registered User
 
Posts: 74
Joined: Fri Feb 20, 2009 2:59 pm

Re: [Convertor] vBulletin 3.x to phpBB3

Postby wwalla » Tue Sep 01, 2009 5:27 am

Yes, that was it now I am getting an erro here which seems common. I am converting FROM Vbulletin.

Could not find path to your former board. Please check your settings and try again.
» ./forums was specified as the source path.

please help
wwalla
Registered User
 
Posts: 74
Joined: Fri Feb 20, 2009 2:59 pm

Re: [Convertor] vBulletin 3.x to phpBB3

Postby wwalla » Tue Sep 01, 2009 11:19 am

Anyone else please lend a hand. I believe I have followed all instructions and now am at this error that many have had on the settings page of the conversion. I have tried many many "paths" every variation that I could think of and have read about. Also, after that I read i might need to disable my Vbulletin board and so I did that. Then did all the path variation again and had no success. Any more ideas please help b/c my board is in limbo!
Just one EXample below of the error I get every time:
Verifying conversion options:
Could not find path to your former board. Please check your settings and try again.
» ../forum was specified as the source path.

TIA
wwalla
Registered User
 
Posts: 74
Joined: Fri Feb 20, 2009 2:59 pm

Re: [Convertor] vBulletin 3.x to phpBB3

Postby D¡cky » Tue Sep 01, 2009 12:29 pm

From Convert How To:
The vBulletin files and vBulletin database need to be on the same server as the phpBB3 installation and the files need to be in the same domain. If you are using subdomains, the files need to be in the same subdomain.

If the old board is located at http://www.yourdomain.com/forum and the phpBB3 installation is located at http://www.yourdomain.com/phpBB3, then the correct value would be ../forum

If you are still having trouble determining the path, post the addresses to the vBulletin installation and to the phpBB installation and someone will help you.
Have you hugged someone today?
The phpBB.com Unofficial Support Team Forum
phpBB Installers Installations | Custom MODs | Conversions
User avatar
D¡cky
Support Team Member
Support Team Member
 
Posts: 7948
Joined: Tue Jan 25, 2005 8:38 pm
Location: New Hampshire, USA

Re: [Convertor] vBulletin 3.x to phpBB3

Postby wwalla » Wed Sep 02, 2009 2:54 am

Okay-That is exactly right.

www.ccieadvisor.com/forum (vbulletin OLD board.)
http://www.ccieadvisor.com/cisconetwork ... /index.php

../forum is what I had tried to use 20 varations of..

any ideas?
wwalla
Registered User
 
Posts: 74
Joined: Fri Feb 20, 2009 2:59 pm

Re: [Convertor] vBulletin 3.x to phpBB3

Postby D¡cky » Wed Sep 02, 2009 3:12 am

wwalla wrote:any ideas?

You haven't uploaded the vBulletin convertor or else you have uploaded it to the wrong place.

When you have uploaded the convertor files properly (all 3 of them), you will see two convertors listed when you click the Convert tab, the phpBB2 convertor and the vB3 convertor.
Have you hugged someone today?
The phpBB.com Unofficial Support Team Forum
phpBB Installers Installations | Custom MODs | Conversions
User avatar
D¡cky
Support Team Member
Support Team Member
 
Posts: 7948
Joined: Tue Jan 25, 2005 8:38 pm
Location: New Hampshire, USA

Next

Return to [3.0.x] Convertors

Who is online

Users browsing this forum: ishmealm and 9 guests