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

Reply
 
Thread Tools
TfSEO: a Light Url-Rewrite (thread and forum only) Details »»
TfSEO: a Light Url-Rewrite (thread and forum only)
Version: 1.1.3, by superjeff superjeff is offline
Developer Last Online: May 2010 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.x Rating:
Released: 03-17-2008 Last Update: 04-28-2008 Installs: 56
Uses Plugins Auto-Templates
Re-useable Code Code Changes Additional Files Translations  
No support by the author.

TfSEO 1.1.3 for vBulletin 3.6.x (3.7 here)

What does it do?
TfSEO in a light and basic Url-Rewrite plugin for vBulletin. It rewite only forum and thread urls.
TfSEO is think for not weigh on the server. It don't add queries!

Live Demo: 1 (vB 3.7)

Installation:
  1. Upload functions_tfseo.php into your ./includes/ directory
  2. Import the product
  3. Set-up you .htaccess file (view readme)
  4. If do you want to rewite archive or RSS view the FILE MODIFICATION section of the readme
  5. Set-up the TfSEO options and enable it
This product will be update and supported for long time.

Plugin now work with PHP4 too!

For Support and question you can contact me at davide {at} techforum .it

I welcome (and really do ask for) any feedback, suggestions, issues, etc...

Show Your Support

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

Comments
  #72  
Old 03-28-2008, 01:54 PM
degreeman degreeman is offline
 
Join Date: Mar 2008
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

I have a problem
my forum is located in a folder inside the main for example http://www.domain.com/forum

how should I edit the .htaccess ?

I did the following but it does not work,

Options +FollowSymlinks
RewriteEngine On
RewriteBase /forum/
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/$ /forum/showthread.php?t=$3 [QSA,L]
RewriteRule ^f([0-9]+)\/$ /forum/forumdisplay.php?f=$1 [QSA,L]
RewriteRule ^f([0-9]+)\/([a-z]+)([0-9]+).html$ /forum/forumdisplay.php?f=$1&page=$3 [QSA,L]
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/([a-z]+)([0-9]+).html$ /forum/showthread.php?t=$3&page=$5 [QSA,L]
RewriteRule ^([^/]+)/post([0-9]+).html$ /forum/showpost.php?p=$2&postcount=$2 [QSA,L]
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/sendmessage.php?$ /forum/sendmessage.php [L]
RewriteRule ^f([0-9]+)\/misc.php$ /forum/misc.php [QSA,L]


If anyone can throw a line on how to fix it, will be appreciated
Reply With Quote
  #73  
Old 03-28-2008, 02:40 PM
superjeff superjeff is offline
 
Join Date: Apr 2007
Location: Italy
Posts: 394
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try to put the .htaccess file without your modification in the forum root. EX: yoursite.com/forum/.htaccess
Reply With Quote
  #74  
Old 03-28-2008, 02:51 PM
degreeman degreeman is offline
 
Join Date: Mar 2008
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow that was a quick reply,
well I tried that at first but it did not work
Reply With Quote
  #75  
Old 03-28-2008, 03:15 PM
superjeff superjeff is offline
 
Join Date: Apr 2007
Location: Italy
Posts: 394
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And have you ever try to configure an htaccess file? Does your server support it? Have you got Apache? It is very strange but you are not the firts one..
Reply With Quote
  #76  
Old 03-28-2008, 03:24 PM
degreeman degreeman is offline
 
Join Date: Mar 2008
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yep do you have MSN messenger or skype I can give you access, to check it out
Reply With Quote
  #77  
Old 03-28-2008, 04:08 PM
degreeman degreeman is offline
 
Join Date: Mar 2008
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nevermind I installed already the Vrewrite is works good on subdirectories.
Reply With Quote
  #78  
Old 03-28-2008, 04:19 PM
superjeff superjeff is offline
 
Join Date: Apr 2007
Location: Italy
Posts: 394
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

And no problem on vrewite with htaccess? Stange..
Reply With Quote
  #79  
Old 03-29-2008, 04:55 PM
AcidX's Avatar
AcidX AcidX is offline
 
Join Date: Jan 2006
Location: Macedonia
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I uninstall it (in case I want to)?
I just undo all changes and uninstall the product,and everything is back to 'normal'?
Reply With Quote
  #80  
Old 03-29-2008, 05:14 PM
superjeff superjeff is offline
 
Join Date: Apr 2007
Location: Italy
Posts: 394
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, but remember to invert the link (with 301 redirect via htaccess)
Reply With Quote
  #81  
Old 03-29-2008, 06:18 PM
Chachacha's Avatar
Chachacha Chachacha is offline
 
Join Date: Jul 2006
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can't seem to fix the last post button?
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:18 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.10566 seconds
  • Memory Usage 2,303KB
  • 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)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_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