From phpbb to vB - transition period

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • No Harmony
    New Member
    • Jan 2005
    • 27

    From phpbb to vB - transition period

    I would like to convert my forum from phpbb to vBulletin software insuch a way that after the content is moved to the new vB software,theold phpbb forum remains as an archive for a some transition period.

    The reason for that is that many pages on my website have links to theforum threads. I would have to change each link to the new forumthreads, and it would be easier to have the old board operational (butclosed for posting) while I am doing that.

    Question1: since my hosting plan allows only for one mySql database, isit possible to install vB in the same database as phpbb,and have bothrunning?

    Question 2: If the answer to Q1 is yes, is it possible to install inthe same directory, so that my URL forums.example.com remains the same(and I don't care about index.php from the old phpbbboard)?
    Last edited by No Harmony; Tue 18 Jan '05, 12:30pm.
  • No Harmony
    New Member
    • Jan 2005
    • 27

    #2
    For some reason, blank spaces dissapear from my posts

    Comment

    • KimmiKat
      Senior Member
      • Jul 2003
      • 656

      #3
      Question 1 is you can run more then one board on one database. Just give the new board a different prefix. I actually had 3different boards (IPB, phpBB and vB) running of one database at onetime, but since the first 2.
      Kim

      Comment

      • Steve Machol
        Former Customer Support Manager
        • Jul 2000
        • 154488

        #4
        1. Yes, jjust use different tables prefixes for your phpBB abd vB foeum tables.

        2. That would be a big mistake since both vB and phpBB have some file names in common. You will need to install these in totally separate directories.
        Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
        Change CKEditor Colors to Match Style (for 4.1.4 and above)

        Steve Machol Photography


        Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


        Comment

        • No Harmony
          New Member
          • Jan 2005
          • 27

          #5
          Regarding #2 question - I understand that there are some file names in common, but getting down to specifics, I know of index.php and search.php.

          If my old phpbb installation does not have these files, old forum search and man forum page will not work, but threads might be displayed. (Viewtopic.php in phpbb vs. showthread.php in vB).

          Are common files limited to these 2 or there are some other problems?

          Comment

          • Steve Machol
            Former Customer Support Manager
            • Jul 2000
            • 154488

            #6
            I do not know that the names of the phpBB files are. My recommendation is to install vB in an entirely separate directory - even if there were no names in common. It's much easier to manage this way.
            Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
            Change CKEditor Colors to Match Style (for 4.1.4 and above)

            Steve Machol Photography


            Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


            Comment

            • KimmiKat
              Senior Member
              • Jul 2003
              • 656

              #7
              You can do a simple php forward to any directory on your site, which is what I do on my board. A php forward is a index.php file with the following in it... You can put this in your forum.example.com directory.

              Code:
              <?php header("Location:http://www.yourdomainname.net/forumdirectory/index.php");?>
              Kim

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...
              😀
              😂
              🥰
              😘
              🤢
              😎
              😞
              😡
              👍
              👎