vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - TfSEO: a Light Url-Rewrite (thread and forum only) (https://vborg.vbsupport.ru/showthread.php?t=173390)

juinjuin 03-22-2008 02:00 PM

How does it handle the old UNfriendly URLs? Why they still work?

I am just concerned that they will show 404 error.

Thanks

superjeff 03-22-2008 03:49 PM

Excuse me, but can you be more clear? Have you got a 404 error displaying forums/thread? If yes you must set-up the .htaccess file. Have you done it?

juinjuin 03-22-2008 03:58 PM

I do apologise if I had been unclear. I have yet to install, so this is more of pre-install question.

I would like to know what happens to the old links e.g. /showthread.php?t=962 after installing the add on. Will they still work? Coz I have a lot of old links pointing to many threads using the traditional showthread url.

Hope this is clearer:)

Quote:

Originally Posted by superjeff (Post 1471680)
Excuse me, but can you be more clear? Have you got a 404 error displaying forums/thread? If yes you must set-up the .htaccess file. Have you done it?


superjeff 03-22-2008 04:32 PM

Ok. Now i have understood. All the link that pointed to the "old" urls, are redirect to the new one using a php-301-redirect.
You can see, to exemple im my forum:
http://www.techforum.it/showthread.php?t=858 is automatic redirect to
http://www.techforum.it/f47/tfseo-un...bulletin-t858/

Link to showthread etc will counted from google. Don't worry. You can find more about this here.

Can i have your site url so i can see if all work corectly?


Thanks

superjeff 03-23-2008 07:47 AM

<font color="red">UPDATED</font>: Plugin now replace strange character in the url.

m3site 03-23-2008 04:24 PM

I installed today..it works fine..

http://tinyurl.com/2bssye

can I display forum name instead f11, f10 etc?

superjeff 03-23-2008 04:53 PM

Thank you for install.
No. But if the plugin will be popular, i can think to introduce this option. PS: i preferr the "fxxx" option, the forum will have a good seo too, it will not load on the server and you can change without problem the name of the categories.

superjeff 03-24-2008 08:42 AM

UPDATED: Fix two bugs (due to a failure to load a template, thread/forums with many page) and improved support for character replacer!

Awjvail 03-25-2008 01:33 AM

It'd be nice if instead of 404 error on bad thread URL it showed you the

"No Thread specified. If you followed a valid link, please notify the administrator"

page...

superjeff 03-25-2008 07:53 AM

You can set it by .htaccess file. Add this line:
HTML Code:

ErrorDocument 404 /linktoyour404page.html

jmurrayhead 03-25-2008 11:55 AM

superjeff...

This is nice, however I can't get it to work properly. The links successfully are rewritten in vBulletin, however it is as if my .htaccess file is completely ignored. I have it placed in the forum directory. Do you have any suggestions? I keep getting "Page Not Found" errors when I try to browse to a rewritten URL.

Thanks

superjeff 03-25-2008 02:31 PM

Your hosting allow .htaccess file? Some don't support it (but you shuld have a 500 server error). Have you try other ".htaccess files" in you site? I can't do nothing if it is your hosting..

jmurrayhead 03-25-2008 03:36 PM

Quote:

Originally Posted by superjeff (Post 1474181)
Your hosting allow .htaccess file? Some don't support it (but you shuld have a 500 server error). Have you try other ".htaccess files" in you site? I can't do nothing if it is your hosting..

Yeap, host supports .htaccess. I also contacted them in case there is something I might be forgetting to do. Just wanted to verify here as well if there is anything special I should do.

Thanks

superjeff 03-25-2008 04:28 PM

No.. ther is nothig :(

jmurrayhead 03-25-2008 05:04 PM

Quote:

Originally Posted by superjeff (Post 1474303)
No.. ther is nothig :(

Thanks for verifying, I will leave it up to them to figure out then :)

Awjvail 03-25-2008 05:10 PM

It also didn't work for me either

I placed it in my .htaccess in public_html

It rewrote the URLs, but I got 404 error when I went to them.

superjeff 03-25-2008 05:28 PM

1: Is public_html the base url of your forum (where you have index.php)
2: Have you ever try to configure another .htaccess file (is this the only that don't work)?

superjeff 03-25-2008 05:35 PM

Try to add this at the start of your .htaccess file:
Quote:

Options +FollowSymlinks
RewriteEngine on

Chachacha 03-25-2008 06:04 PM

Excellent modification but I have a few suggestions (don't know if they've been said already)...

- Forum title within the forum urls
- Url rewrite for member profiles

Chachacha 03-25-2008 07:29 PM

My members have noticed a bug. When they try to click the "last post" gif in threads which have multiple pages, it doesn't go to the last post on the last page.

I'm running v3.6.4

Also, the latest posts in cyb advanced forum stats are not rewritten.

Too many imperfections in this modification. *uninstalled*

superjeff 03-26-2008 11:23 AM

Quote:

Originally Posted by Chachacha (Post 1474371)
Excel
- Forum title within the forum urls
- Url rewrite for member profiles

  1. It is an incrase possibility if the mod will be popular
  2. I don't think it is useful
Quote:

Originally Posted by Chachacha (Post 1474429)
My members have noticed a bug. When they try to click the "last post" gif in threads which have multiple pages, it doesn't go to the last post on the last page.

Also, the latest posts in cyb advanced forum stats are not rewritten.

  1. It will fix with the next relase, but not with the "last post" link in the home, only with forumdisplay
  2. I could be ad extra plugin, like the integration with vbadvanced.

superjeff 03-26-2008 12:40 PM

<font color="red">UPDATED</font>: Fixed 3 bugs (view CHANGELOG)

Chachacha 03-26-2008 05:48 PM

The "last post" button seems to be ok now... but when you click the "last page" link on a long thread, it will not go to the LAST page.

superjeff 03-26-2008 07:31 PM

Quote:

Originally Posted by Chachacha (Post 1475197)
The "last post" button seems to be ok now... but when you click the "last page" link on a long thread, it will not go to the LAST page.

I have fixed it with the last version, it was a little bug with the .htaccess file. Have you update it?
EDIT: navigating in your forum, i have find another bug:
Quote:

http://www.explicitzone.com/forums/f3/&order=descpage11.html
I will fix tomorrow :)

Chachacha 03-26-2008 09:09 PM

Quote:

Originally Posted by superjeff (Post 1475268)
I have fixed it with the last version, it was a little bug with the .htaccess file. Have you update it?
EDIT: navigating in your forum, i have find another bug:
I will fix tomorrow :)

Oops, I updated everything EXCEPT the .htaccess.

Thanks! Will be waiting for that other fix.

Also, now when I click the "last post" button on a thread with only ONE page, I get a 404 error. Threads with multiple pages are fine.

superjeff 03-27-2008 12:01 PM

I'm sorry but today i have to study a lot. I hope for tomorrow or this evening :)

Chachacha 03-27-2008 08:02 PM

Quote:

Originally Posted by superjeff (Post 1475803)
I'm sorry but today i have to study a lot. I hope for tomorrow or this evening :)

Ok, I'll just disable the mod until then.

justchil 03-27-2008 11:24 PM

I use 3.6.8 w/ VBA.

With 301 Redirect
Do you want that TfSEO use a 301 with old urls? = YES I get the following error:

The page isn't redirecting properly

I will provide more info soon.

PS: It does work with this option off :)

superjeff 03-28-2008 09:00 AM

Have you fill out the "Base URL of your site" admincp option?

superjeff 03-28-2008 10:21 AM

<font color="red">UPDATED</font>: Fixed 2 bugs (view CHANGELOG)

degreeman 03-28-2008 01:54 PM

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

superjeff 03-28-2008 02:40 PM

Try to put the .htaccess file without your modification in the forum root. EX: yoursite.com/forum/.htaccess

degreeman 03-28-2008 02:51 PM

Wow that was a quick reply,
well I tried that at first but it did not work :(

superjeff 03-28-2008 03:15 PM

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..

degreeman 03-28-2008 03:24 PM

yep do you have MSN messenger or skype I can give you access, to check it out

degreeman 03-28-2008 04:08 PM

nevermind I installed already the Vrewrite is works good on subdirectories.

superjeff 03-28-2008 04:19 PM

And no problem on vrewite with htaccess? Stange..

AcidX 03-29-2008 04:55 PM

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'? :)

superjeff 03-29-2008 05:14 PM

Yes, but remember to invert the link (with 301 redirect via htaccess)

Chachacha 03-29-2008 06:18 PM

Can't seem to fix the last post button?


All times are GMT. The time now is 11:42 AM.

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.01444 seconds
  • Memory Usage 1,820KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete