[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.
Scam Warning
User avatar
D¡cky
Former Team Member
Posts: 11812
Joined: Tue Jan 25, 2005 8:38 pm
Location: New Hampshire, USA
Name: Richard Foote

[Convertor] vBulletin 3.x to phpBB3

Post by D¡cky »

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, http://www.phpbb.com/community/viewtopi ... #p10392015
You do not have the required permissions to view the files attached to this post.
Have you hugged someone today?
User avatar
D¡cky
Former Team Member
Posts: 11812
Joined: Tue Jan 25, 2005 8:38 pm
Location: New Hampshire, USA
Name: Richard Foote

Re: [Convertor] vBulletin 3.x to phpBB3

Post by D¡cky »

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?
Juanporro
Registered User
Posts: 51
Joined: Thu Aug 13, 2009 4:30 am

Re: [Convertor] vBulletin 3.x to phpBB3

Post by Juanporro »

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

Post by Juanporro »

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
wwalla
Registered User
Posts: 76
Joined: Fri Feb 20, 2009 2:59 pm

Re: [Convertor] vBulletin 3.x to phpBB3

Post by wwalla »

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.
User avatar
D¡cky
Former Team Member
Posts: 11812
Joined: Tue Jan 25, 2005 8:38 pm
Location: New Hampshire, USA
Name: Richard Foote

Re: [Convertor] vBulletin 3.x to phpBB3

Post by D¡cky »

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?
wwalla
Registered User
Posts: 76
Joined: Fri Feb 20, 2009 2:59 pm

Re: [Convertor] vBulletin 3.x to phpBB3

Post by wwalla »

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: 76
Joined: Fri Feb 20, 2009 2:59 pm

Re: [Convertor] vBulletin 3.x to phpBB3

Post by wwalla »

There is no
install/index.php

in the install folder just the converter folder
User avatar
D¡cky
Former Team Member
Posts: 11812
Joined: Tue Jan 25, 2005 8:38 pm
Location: New Hampshire, USA
Name: Richard Foote

Re: [Convertor] vBulletin 3.x to phpBB3

Post by D¡cky »

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?
wwalla
Registered User
Posts: 76
Joined: Fri Feb 20, 2009 2:59 pm

Re: [Convertor] vBulletin 3.x to phpBB3

Post by wwalla »

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

Re: [Convertor] vBulletin 3.x to phpBB3

Post by wwalla »

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: 76
Joined: Fri Feb 20, 2009 2:59 pm

Re: [Convertor] vBulletin 3.x to phpBB3

Post by wwalla »

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
User avatar
D¡cky
Former Team Member
Posts: 11812
Joined: Tue Jan 25, 2005 8:38 pm
Location: New Hampshire, USA
Name: Richard Foote

Re: [Convertor] vBulletin 3.x to phpBB3

Post by D¡cky »

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?
wwalla
Registered User
Posts: 76
Joined: Fri Feb 20, 2009 2:59 pm

Re: [Convertor] vBulletin 3.x to phpBB3

Post by wwalla »

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?
User avatar
D¡cky
Former Team Member
Posts: 11812
Joined: Tue Jan 25, 2005 8:38 pm
Location: New Hampshire, USA
Name: Richard Foote

Re: [Convertor] vBulletin 3.x to phpBB3

Post by D¡cky »

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?

Return to “[3.0.x] Convertors”