Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

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
  #632  
Old 01-18-2006, 11:43 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 Masiello
Ah Ok, great, well I prefer awaiting GOLD Release. hmmmm I Love This Hack, it is the best one like vbdrupal.
Glad you like it Antonio. Just bare with me as I iron out the final bugs
Reply With Quote
  #633  
Old 01-19-2006, 12:31 AM
loonytune15's Avatar
loonytune15 loonytune15 is offline
 
Join Date: Mar 2003
Location: Loony Bin
Posts: 357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
Database error in vBulletin 3.5.3:

Invalid SQL:

				INSERT INTO setting
				(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
				VALUES
				(
					'forumurlbit',
					'dcseogrp',
					'forum',
					'forum',
					'free',
					'<table>\r\n<tr valign=\\\"top\\\">\r\n	<td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"forumurlbit1\\\" value=\\\"f\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == \"f\", \'checked=\"checked\"\') . \" /></td>\r\n	<td class=\\\"smallfont\\\"><label for=\\\"forumurlbit1\\\">f1-forumname.html</label></td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n	<td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"forumurlbit2\\\" value=\\\"forum\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == \"forum\", \'checked=\"checked\"\') . \" /></td>\r\n	<td class=\\\"smallfont\\\"><label for=\\\"forumurlbit2\\\">forum1-forumname.html</label></td>\r\n</tr>\r\n</table>\r\n',
					1,
					0,
					1,
					'dc001'
	),
	(
					'threadurlbit',
					'dcseogrp',
					'thread',
					'thread',
					'free',
					'<table>\r\n<tr valign=\\\"top\\\">\r\n	<td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"threadurlbit1\\\" value=\\\"t\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == \"t\", \'checked=\"checked\"\') . \" /></td>\r\n	<td class=\\\"smallfont\\\"><label for=\\\"threadurlbit1\\\">t1-threadtitle.html</label></td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n	<td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"threadurlbit2\\\" value=\\\"thread\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == \"thread\", \'checked=\"checked\"\') . \" /></td>\r\n	<td class=\\\"smallfont\\\"><label for=\\\"threadurlbit2\\\">thread1-threadtitle.html</label></td>\r\n</tr>\r\n</table>\r\n',
					2,
					0,
					1,
					'dc001'
	),
	(
					'',
					'dcseogrp',
					'1',
					'1',
					'free',
					'<table>\r\n<tr valign=\\\"top\\\">\r\n	<td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"profileurlbit1\\\" value=\\\"1\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 1, \'checked=\"checked\"\') . \" /></td>\r\n	<td class=\\\"smallfont\\\"><label for=\\\"profileurlbit1\\\">user1-username.html</label></td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n	<td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"profileurlbit2\\\" value=\\\"2\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 2, \'checked=\"checked\"\') . \" /></td>\r\n	<td class=\\\"smallfont\\\"><label for=\\\"profileurlbit2\\\">member1-username.html</label></td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n	<td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"profileurlbit3\\\" value=\\\"2\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 3, \'checked=\"checked\"\') . \" /></td>\r\n	<td class=\\\"smallfont\\\"><label for=\\\"profileurlbit3\\\">profile1-username.html</label></td>\r\n</tr>\r\n</table>',
					3,
					0,
					1,
					'dc001'
	);

MySQL Error  : Duplicate entry '' for key 1
Error Number : 1062
Date         : Thursday, January 19th 2006 @ 02:31:31 AM
Script       : http://www.monster-designs.com/forum...ncp/plugin.php
Referrer     : http://www.monster-designs.com/forum...?do=productadd

Username     : Black Cobra
Classname    : vb_database
That was the problem i got when i installed it.

I am running vb 3.5.3 and the latest version form your site. this is a first time install.
Reply With Quote
  #634  
Old 01-19-2006, 12:51 AM
loonytune15's Avatar
loonytune15 loonytune15 is offline
 
Join Date: Mar 2003
Location: Loony Bin
Posts: 357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I then got this error while trying to access a forum:

Code:
Fatal error: Call to undefined function: clean_title() in /home/monster/public_html/forums/seourls.php on line 62
Could have something to do with the install prob i'm guessing
Reply With Quote
  #635  
Old 01-19-2006, 10:44 AM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You didn't upload all the files it said to in the readme.txt file.
Reply With Quote
  #636  
Old 01-19-2006, 03:27 PM
Masiello's Avatar
Masiello Masiello is offline
 
Join Date: Jul 2005
Location: Italy
Posts: 426
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello I have a simple question, the new GOLD release does it allow to change style from any position of the forum?
Reply With Quote
  #637  
Old 01-19-2006, 05:04 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 Masiello
Hello I have a simple question, the new GOLD release does it allow to change style from any position of the forum?
Sorry I don't understand what you are asking?
Reply With Quote
  #638  
Old 01-21-2006, 02:33 AM
ferrarislave ferrarislave is offline
 
Join Date: Jul 2005
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awsome mod Dean! Thanks!

Here it is running live on my forum:

http://www.exotixboard.com/f11-showroom.html
http://www.exotixboard.com/f9-off-topic.html

:squareeyed:
Reply With Quote
  #639  
Old 01-21-2006, 05:57 PM
jdingman jdingman is offline
 
Join Date: Jul 2005
Location: Canada
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
I believe it un-necessary to rewrite usernames
But I wonder, why would you rewrite the rest of the board and keep usernames un-rewritten? I think it would be useful, I've had quite a few hits just for my user pages a lone and it would make it look cleaner - - in my opinion. Maybe you could add it to the xml file and leave it as an option to enable/disable?
Reply With Quote
  #640  
Old 01-21-2006, 06:07 PM
Masiello's Avatar
Masiello Masiello is offline
 
Join Date: Jul 2005
Location: Italy
Posts: 426
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
Sorry I don't understand what you are asking?
Ok Dean, for example: If I am on this thread forum (my forum), is only a casual thread:
http://www.lottosqueeze.org/forum/f1...renalotto.html

and try to change my forum style from the bottom page, for example I select style "Forum", it dont change to this theme (style)..

well, but if I go on the index page:
http://www.lottosqueeze.org/forum/index.php

and try now to change the style, it allow to change and viceversa to other style in menu.

EDIT: however I still use the old version of this thread and not the new beta version of DC SEO
Reply With Quote
  #641  
Old 01-21-2006, 06:35 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Install the new version Antonio. This was fixed a long time ago
Reply With Quote
Reply


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:30 AM.


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.05261 seconds
  • Memory Usage 2,324KB
  • 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
  • (2)bbcode_code
  • (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