Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
phpBB2 Thread URL Redirection Script Details »»
phpBB2 Thread URL Redirection Script
Version: 1.01, by bbcentral bbcentral is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.7 Rating:
Released: 01-31-2007 Last Update: 06-19-2007 Installs: 23
Additional Files  
No support by the author.

This is a very simple script I wrote after I converted two forums from phpBB2 to vBulletin.

The problem was that there were dozens of pages across the web linking to particular phpBB2 threads, ie:
http://www.website.com/forum/viewtopic.php?t=1234

Of course now those links are dead, as the correct URL would be:
http://www.website.com/forum/showthread.php?t=2345

My simple script is just one single file that you upload to your forum root folder. It doesn't modify any code, doesn't require any installation, and zero configuration is required (it uses the includes/config.php to get the database settings.

If someone clicks on a link to viewtopic.php (either pointing to a thread or a post), then it will link to that same thread at showthread.php.

Installation Instructions
Upload viewtopic.php to your vBulletin root folder, eg /forum/

Working demo
Thread name "The Apogee Interview series and the weekly Prey update"
Old phpBB2 URL: http://www.bluesbrotherscentral.com/...pic.php?t=2374
New vB URL: http://www.bluesbrotherscentral.com/...ead.php?t=2190

Notes
  • Non existent threads will simply redirect to index.php
  • This file assumes that your vBulletin was installed to the same URL as your phpBB2 path, eg /forum/ rather than /phpbb/ and /vb/, or /forum/ and /newforum/
  • This will only work if your 'post' and 'thread' tables have values in the 'importpostid' and 'importthreadid' columns
Comments and suggestions welcome

Update
June 20, 2007 - Added changes suggested by 'propeller', now uses 301 redirect for search engines.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 02-01-2007, 11:58 AM
bbcentral's Avatar
bbcentral bbcentral is offline
 
Join Date: Apr 2006
Location: Australia
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*Reserved
Reply With Quote
  #3  
Old 02-01-2007, 04:02 PM
FSHD FSHD is offline
 
Join Date: Jan 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you so much for this. What a life saver!!!
Reply With Quote
  #4  
Old 02-01-2007, 04:05 PM
FSHD FSHD is offline
 
Join Date: Jan 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I haven't migrated my board yet to the new vb board. I haven't done the latest phpBB upgrade which came out in December because I knew that I was going to move. I guess that I need to do that in order to use this mod. That's OK...I'm just so happy to have this mod.

I'll upgrade tonight and migrate the boards tomorrow.
Reply With Quote
  #5  
Old 02-02-2007, 11:50 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What happens if someone wants to post a link to a phpbb forum site, will it change that link as well? or only links which contain your site name in it?

I dont need this, but thought i'd check the above, as that would be important.
Reply With Quote
  #6  
Old 02-02-2007, 12:23 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you aware that ImpEx also contain a standard script to do this? (and is supporting more then only phpBB)
Reply With Quote
  #7  
Old 02-03-2007, 06:57 AM
bbcentral's Avatar
bbcentral bbcentral is offline
 
Join Date: Apr 2006
Location: Australia
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If I'd known that it contained a script, then wouldn't I have implemented it on my forum 12 months ago instead of writing my own script?

Actually, now I see it.

I REALLY wish this had been more clear at the time when I did the upgrade.

It's been buried away here:
forum/impex/tools/

Anyway from the readme, the url is:
http://www.vbulletin.com/forum/showthread.php?t=178161

I still prefer mine though, I don't want logging or 404 pages or anything like that.

Mine has 1 step, upload the file.

The impex version has many steps:
1) Edit the 404.php file to point to the 404 page, and also include your database user/pass
2) Choose between a 404 and a 301 redirect
3) Create the 404_actions table in your database
4) Setup a .htaccess file to point to 404.php

But it's up to you, you can either upload my file and do nothing else, or you can use the one in impex and spend 5 minutes configuring it, after reading a 163 line readme file.
Reply With Quote
  #8  
Old 02-03-2007, 07:05 AM
bbcentral's Avatar
bbcentral bbcentral is offline
 
Join Date: Apr 2006
Location: Australia
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hornstar1337 View Post
What happens if someone wants to post a link to a phpbb forum site, will it change that link as well? or only links which contain your site name in it?

I dont need this, but thought i'd check the above, as that would be important.
It took me a few minutes to figure out what you were talking about, but I think you've misunderstood the purpose of this script.

Let's just say you used phpBB2 for a while, maybe a few years. Not everybody would link directly to the forum home page, there might be hundreds of websites directly linking to threads on your forum.
Now, when you switch to vBulletin, anyone who clicks a link to one of those threads from another site will be shown your 404 page, even though the thread still exists. This is because the URL for that thread has now changed.

With my script in place, if someone clicks on a phpBB2 link on another site, and you have since switched to vBulletin, instead of giving a "Page Not Found" error it will silently redirect you to the new vBulletin thread.

Try the 2 demo links in my first post and it should help you understand
Reply With Quote
  #9  
Old 02-10-2007, 02:43 AM
Soliloquy's Avatar
Soliloquy Soliloquy is offline
 
Join Date: Mar 2006
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This looks like exactly what I need! Except my old phpBB forum was in the /forum directory and the new vBulletin forum is in the root directory. Is there any way to change it?
Reply With Quote
  #10  
Old 02-27-2007, 08:15 PM
feldon23's Avatar
feldon23 feldon23 is offline
 
Join Date: Oct 2001
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I mentioned this here:
http://www.vbulletin.com/forum/showthread.php?t=163852
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:25 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05672 seconds
  • Memory Usage 2,288KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete