Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vB Drupal CMS, Search Engine Optimization (SEO) Details »»
vB Drupal CMS, Search Engine Optimization (SEO)
Version: 1.00, by tamarian tamarian is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.0 Rating:
Released: 10-06-2005 Last Update: 11-11-2005 Installs: 25
Additional Files  
No support by the author.

This is an addon module for vB Drupal: Community Plumbing

This addon should work for both vB Drupal versions, the 3.0.x version and 3.5 version.

What does it do: This module will automatically generate search engine optimized links to your vB Drupal content.

vB Drupal by default has two options that make it search engine friendly, custom path alias, and clean URL's.

This module extends those options by enhancing those clean URL's by adding text. For example, a blog entry titled "The meaning of life", will generate an auto link in the index as "mysite.com/The_meaning_of_life". It will also map user id's to user names. So instead of /blog/2" it will become "blog/tamarian" etc.

The pathauto module from Drupal will not work with vB Drupal, this modified version allows it to work with your vB Drupal.

One major change from the original module is that it will not scan your entire user table, only users who have content. This avoids timeout issues, and optimizes the performance by only generating links to users who have content.

Orginal source: http://drupal.org/node/17345

License: GPL

Installation: Unzip and upload the entire pathauto directory to your vB Drupal module directory. Activate the module in your module settings, and configure the settings/pathauto page. Note that you should also activate the path module, they need to work together.

Show Your Support

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

Comments
  #12  
Old 10-23-2005, 06:02 PM
tamarian tamarian is offline
 
Join Date: Oct 2001
Location: Canada
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zhen-Xjell
Thanks for this. I've got it installed and both path and this enabled. I'm unable to generate the user/1 to user/name or blog/1 to blog/name scenario.
Did you run the bulk update in settings?
Reply With Quote
  #13  
Old 10-23-2005, 10:04 PM
Zhen-Xjell's Avatar
Zhen-Xjell Zhen-Xjell is offline
 
Join Date: Oct 2005
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tamarian
Did you run the bulk update in settings?
Yes I have tried that. I'll attempt it again now.
Reply With Quote
  #14  
Old 10-23-2005, 10:07 PM
Zhen-Xjell's Avatar
Zhen-Xjell Zhen-Xjell is offline
 
Join Date: Oct 2005
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I checked for all bulk updates to occur, and get this:

The configuration options have been saved.
Bulk update of user blogs completed, 0 aliases generated.
Bulk update of nodes completed, 0 aliases generated.
Bulk update of terms completed, 0 aliases generated.
Bulk update of users completed, 0 aliases generated.
Bulk update of index aliases completed, 0 aliases generated.
Reply With Quote
  #15  
Old 10-23-2005, 10:11 PM
tamarian tamarian is offline
 
Join Date: Oct 2001
Location: Canada
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zhen-Xjell
I checked for all bulk updates to occur, and get this:

The configuration options have been saved.
Bulk update of user blogs completed, 0 aliases generated.
Bulk update of nodes completed, 0 aliases generated.
Bulk update of terms completed, 0 aliases generated.
Bulk update of users completed, 0 aliases generated.
Bulk update of index aliases completed, 0 aliases generated.
Take a look into the drupal_url_alias table, it will show all the generated paths.
Reply With Quote
  #16  
Old 10-25-2005, 01:32 PM
futuregizmo futuregizmo is offline
 
Join Date: Aug 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this worked great for me but i have a problem. my blog site's url is www.mysite.com/blog and when i added this module, the user's blog url has been changed to www.mysite.com/blog/blog/username

is there a way to change the url alias to just www.mysite.com/blog/username or better, just www.mysite.com/username ?
Reply With Quote
  #17  
Old 10-25-2005, 02:03 PM
tamarian tamarian is offline
 
Join Date: Oct 2001
Location: Canada
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by futuregizmo
this worked great for me but i have a problem. my blog site's url is www.mysite.com/blog and when i added this module, the user's blog url has been changed to www.mysite.com/blog/blog/username

is there a way to change the url alias to just www.mysite.com/blog/username or better, just www.mysite.com/username ?
It shouldn't be doing that, so we need to find out why it's doing it. Is the site URL set up correctly, send me your site's URL and I'll take a look.
Reply With Quote
  #18  
Old 10-25-2005, 03:25 PM
tamarian tamarian is offline
 
Join Date: Oct 2001
Location: Canada
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tamarian
It shouldn't be doing that, so we need to find out why it's doing it. Is the site URL set up correctly, send me your site's URL and I'll take a look.
Correction. If the main drupal site URL is something/blog then it's expected that the blog page will be something/blog/blog.
Reply With Quote
  #19  
Old 10-25-2005, 04:15 PM
lazyseller lazyseller is offline
 
Join Date: Oct 2003
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Everything seems to be working for me with this mod... thanks tamarian....
Reply With Quote
  #20  
Old 10-29-2005, 09:30 PM
Zhen-Xjell's Avatar
Zhen-Xjell Zhen-Xjell is offline
 
Join Date: Oct 2005
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tamarian
drupal_url_alias
Hi'ya tamarian, I ran a select and got only this back:

+-----+--------+----------+
| pid | src | dst |
+-----+--------+----------+
| 2 | node/1 | der_test |
| 5 | node/2 | test |
+-----+--------+----------+


The user and blog aliases aren't converting over. /me scratches head
Reply With Quote
  #21  
Old 11-06-2005, 08:59 PM
Zhen-Xjell's Avatar
Zhen-Xjell Zhen-Xjell is offline
 
Join Date: Oct 2005
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zhen-Xjell
Hi'ya tamarian, I ran a select and got only this back:

+-----+--------+----------+
| pid | src | dst |
+-----+--------+----------+
| 2 | node/1 | der_test |
| 5 | node/2 | test |
+-----+--------+----------+


The user and blog aliases aren't converting over. /me scratches head
Must let you know, as of 1.2.2, I was able to get the aliases created successfully:

http://de.castlecops.com/user/mrrockford
http://de.castlecops.com/der_test
http://de.castlecops.com/blog/paul
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 03:00 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.05737 seconds
  • Memory Usage 2,310KB
  • 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
  • (7)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
  • (3)pagenav_pagelink
  • (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