Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
DC SEO vB URL Rewrite Details »»
DC SEO vB URL Rewrite
Version: 1.00, by Dean C Dean C is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Major Additions - Version: 3.5.0 Beta 3 Rating:
Released: 06-28-2005 Last Update: Never Installs: 264
Uses Plugins
Is in Beta Stage  
No support by the author.

[high]Removed until further notice[/high]

[DC Seo vB URL Rewrite]

Information
  • [high]vBulletin Version:[/high] 3.5.x
  • [high]Author:[/high] Dean Clatworthy
  • [high]Copyright:[/high] You may use this modification at your own risk. I cannot and will not be held responsible for any damage you may cause to your forums during installation or thereafter. You may not distribute this modification in whole or parts and anyone found doing so faces risk of prosecution. All my modifications are released at vBulletin.org and anyone found releasing them elsewhere also faces risk of prosecution. You may not translate this modification without my prior permission.
  • [high]Donations:[/high] I release my modifications for free. If you wish to donate please contact me and I will give you my details. All donations are graciously appreciated.
What does this modification do?
This modification will allow you to automatically have more search engine friendly URLs in your vBulletin. A forum which would normally display as forumdisplay?f=1 will now appear as f1-forumtitle.html and the same with threads. Having keywords in your URL can be of an advantage in search-engine ranking.

Requirements:
  • You must have mod_rewrite apache module enabled on your server. Contact your host for more information.
  • This will not work well for non-english boards as it strips most non-alpha numeric characters. E.g. ? would be stripped on french boards etc

Installation

1/

Please read the readme.txt file included in the zip for details on how to install this modification.


Please Click Install!
If you installed this modifcation please click the install button. It'll help you keep up to date with future releases and important bugfixes, security updates.

Show Your Support

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

Comments
  #32  
Old 06-30-2005, 12:28 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<font size="5">Updated to v1.1:</font>

All bugs should be fixed except the quick style chooser. I don't know how I'm going to approach that one exactly yet but at the moment unless I write it into the rewrite rules to accept an optional styleid parameter.
Reply With Quote
  #33  
Old 06-30-2005, 08:19 PM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
Updated to v1.1:

All bugs should be fixed except the quick style chooser. I don't know how I'm going to approach that one exactly yet but at the moment unless I write it into the rewrite rules to accept an optional styleid parameter.
Sweet...it's working now.

Any chance you could figure out how to rewrite the latest post link? Duplicate content is apparently an issue with some engines.

I don't know if you have read this seo vbulletin hack but it has some pretty excellent tips for SEOing vB...some of which were incorporated into 3.5.

*edit* hahaha..
PHP Code:
http://www.nzboards.com/forums/f41-img-srcimagesforumhome41gif-altthe-testing-zone-border0-vspace2-px-hspace5px-width40-height39-alignleft.html 
Reply With Quote
  #34  
Old 06-30-2005, 08:25 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why would you want to rewrite the latest post link? It'll change every single time a bot spiders it. Also it'd almost be a duplicate content as you point out which is a bad thing.
Reply With Quote
  #35  
Old 06-30-2005, 08:40 PM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
Why would you want to rewrite the latest post link? It'll change every single time a bot spiders it. Also it'd almost be a duplicate content as you point out which is a bad thing.
Well, if I click on it from forumdisplay.php, it is
PHP Code:
http://www.nzboards.com/forums/t3042-i-hate-the-cold.html 
but from forumhome it is
PHP Code:
http://www.nzboards.com/forums/showthread.php?goto=newpost&t=3042 
... if they were the same link, that would cut down on the duplicate content.
Reply With Quote
  #36  
Old 06-30-2005, 08:55 PM
vBSEO's Avatar
vBSEO vBSEO is offline
 
Join Date: Nov 2004
Location: Puerto Rico
Posts: 63
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
All bugs should be fixed except the quick style chooser. I don't know how I'm going to approach that one exactly yet but at the moment unless I write it into the rewrite rules to accept an optional styleid parameter.
Hi Dean,

I?m working on a mod_rewrite hack as well. Here is some code you can use to handle the ?quick style chooser? by adding ?&%{QUERY_STRING}? to .htaccess

Code:
RewriteEngine On
RewriteRule ^f([0-9]+)-([A-Za-z0-9\-]+)\.html$
forumdisplay.php?f=$1&%{QUERY_STRING} [L]
RewriteRule ^t([0-9]+)(((-p)([0-9]+))?)([A-Za-z0-9\-]+)\.html$ showthread.php?t=$1&page=$5&pp=10&%{QUERY_STRING} [L]
This will also add any additional parameters to the URL, and will likely help to avoid other potential issues that might occur.

Here you can find out more info about my hack, vBSEO:
https://vborg.vbsupport.ru/showthread.php?t=91362

Maybe we can do some brainstorming on potential improvements on the SEO aspects :up:

Juan
Reply With Quote
  #37  
Old 07-02-2005, 04:37 PM
coffeefix coffeefix is offline
 
Join Date: Apr 2005
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This plug in screwed up my forum, royally. Uninstalling.
Reply With Quote
  #38  
Old 07-02-2005, 05:26 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by coffeefix
This plug in screwed up my forum, royally. Uninstalling.
Well it is clearly marked as beta, could you explain exactly what it screwed up please ?
Reply With Quote
  #39  
Old 07-03-2005, 04:00 AM
coffeefix coffeefix is offline
 
Join Date: Apr 2005
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quite a few of my forums became unaccessible, when clicking on a forum, you would get taken to a 404 page not found error page. Once the plug-in was turned off they became accessible again.
Reply With Quote
  #40  
Old 07-03-2005, 09:38 AM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well it is most likely that you do not have mod_rewrite enabled. Contact your host to get it enabled and reinstall the plugin again and it should work
Reply With Quote
  #41  
Old 07-03-2005, 10:45 AM
TrentTech TrentTech is offline
 
Join Date: Jul 2004
Location: USA
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Version 1.1 works! Thanks Dean!
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:14 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04661 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
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_code
  • (3)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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