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
  #22  
Old 11-06-2005, 09:12 PM
tamarian tamarian is offline
 
Join Date: Oct 2001
Location: Canada
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zhen-Xjell
Must let you know, as of 1.2.2, I was able to get the aliases created successfully:
Good to know :up: I must admit, I still don't know if there was anything changed that might make it behave differently. So the mystery is not solved, but at least it's resolved
Reply With Quote
  #23  
Old 11-07-2005, 04:58 PM
Zhen-Xjell's Avatar
Zhen-Xjell Zhen-Xjell is offline
 
Join Date: Oct 2005
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ahh, I think I see what is going on. If a user account has contributed say a story, then the user URL is aliases:

http://de.castlecops.com/user/paul

If a user has not contributed, then the alias is not created:

http://de.castlecops.com/user/15

You can compare... http://de.castlecops.com/

"By mrrockford at Thu, 03/11/2005 - 05:55 "

"mrrockford" is aliases. If you check "Who's new", none at the moment are aliased.

So there seems to be a condition (without checking the code).
Reply With Quote
  #24  
Old 11-07-2005, 05:29 PM
tamarian tamarian is offline
 
Join Date: Oct 2001
Location: Canada
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zhen-Xjell
Ahh, I think I see what is going on. If a user account has contributed say a story, then the user URL is aliases:

http://de.castlecops.com/user/paul

If a user has not contributed, then the alias is not created:
Correct
Reply With Quote
  #25  
Old 11-07-2005, 05:57 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
Correct
Roger that. Is there an option to cron this?
Reply With Quote
  #26  
Old 11-07-2005, 06:49 PM
tamarian tamarian is offline
 
Join Date: Oct 2001
Location: Canada
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zhen-Xjell
Roger that. Is there an option to cron this?
The module author has that planned for the next release.
Reply With Quote
  #27  
Old 11-12-2005, 04:05 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
The module author has that planned for the next release.
10-4 thanks.

Quick question on maintaining this for the moment. I'll run the pathauto batch updates, and instead of /user/paul I get /user/paul_0 although there is no other paul. I think go into the url_aliases under admin and fix it up.

I believe the problem may have been with keeping old aliases but creating new ones too. So I simply selected overwrite any old aliases.

Is this alright?
Reply With Quote
  #28  
Old 11-12-2005, 05:45 PM
tamarian tamarian is offline
 
Join Date: Oct 2001
Location: Canada
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zhen-Xjell
10-4 thanks.

Quick question on maintaining this for the moment. I'll run the pathauto batch updates, and instead of /user/paul I get /user/paul_0 although there is no other paul. I think go into the url_aliases under admin and fix it up.

I believe the problem may have been with keeping old aliases but creating new ones too. So I simply selected overwrite any old aliases.

Is this alright?
Yes, the bulkupdate should only be used once. I'll make an update to make it update when a user enters their first blog/node entry, so this wouldn't happen.
Reply With Quote
  #29  
Old 11-12-2005, 08:09 PM
Zhen-Xjell's Avatar
Zhen-Xjell Zhen-Xjell is offline
 
Join Date: Oct 2005
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perfect, I'll let you know how it goes.
Reply With Quote
  #30  
Old 11-12-2005, 08:52 PM
Zhen-Xjell's Avatar
Zhen-Xjell Zhen-Xjell is offline
 
Join Date: Oct 2005
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@tamarian, I got the update email but I don't see an attachment here?
Reply With Quote
  #31  
Old 11-12-2005, 08:57 PM
tamarian tamarian is offline
 
Join Date: Oct 2001
Location: Canada
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zhen-Xjell
@tamarian, I got the update email but I don't see an attachment here?
Oops. Try it again.
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 02:54 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.17058 seconds
  • Memory Usage 2,308KB
  • Queries Executed 27 (?)
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
  • (4)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_postinfo_query
  • fetch_postinfo
  • 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