vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - TfSEO 2: the free vBulletin url rewrite (https://vborg.vbsupport.ru/showthread.php?t=173738)

superjeff 06-14-2008 07:25 PM

For an i don't know what thing, the post url aren't rewrited correctly..
But in my test forums all works correcly..

jscieza 06-14-2008 10:00 PM

Quote:

Originally Posted by superjeff (Post 1549398)
For an i don't know what thing, the post url aren't rewrited correctly..
But in my test forums all works correcly..

Your testing board have the 1.1.4 version of TfSEO? I have noticed that this problem has started from when upgrade from version 1.1.3 to 1.1.4 ;)

Same issue here: http://www.foroswrestling.com/f10/qu...-de-arriba-77/ (or any other thread into this foum). I have just make the upgrade from 1.1.3 to 1.1.4 a few minutes ago and I'm experiencing the same problem :confused:

Please take a closer look at this issue.

Thank you!

Jonathan.

Adam21 06-15-2008 05:11 AM

Hope to see the "Go To Last Post" fixed in the next release SJ.Great job,thank you.

weitalia 06-15-2008 07:15 AM

RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/post([0-9]+).html$ showpost.php?p=$4 [QSA,L]

is wrong

it rewrite
showpost.php?p=ABCDE&postcount=WW
into
fXX/threadname-thredaid/postABCDE.html (page not exists)
instead
fXX/threadname-thredaid/#postABCDE
or
fXX/threadname-thredaid/pageY.html#postABCDE

superjeff 06-15-2008 08:34 AM

Quote:

Originally Posted by jscieza (Post 1549486)
Your testing board have the 1.1.4 version of TfSEO? I have noticed that this problem has started from when upgrade from version 1.1.3 to 1.1.4 ;)

Same issue here: http://www.foroswrestling.com/f10/qu...-de-arriba-77/ (or any other thread into this foum). I have just make the upgrade from 1.1.3 to 1.1.4 a few minutes ago and I'm experiencing the same problem :confused:

Please take a closer look at this issue.

Thank you!

Jonathan.

Last version is installed. Now i will work on it..
Quote:

Originally Posted by Adam21 (Post 1549673)
Hope to see the "Go To Last Post" fixed in the next release SJ.Great job,thank you.

It is already fixed. Or no? The 2.x relase of the plugin bust be bug less :)
Quote:

Originally Posted by weitalia (Post 1549725)
RewriteRule ^([^/]+)/([^/]+)-([0-9]+)\/post([0-9]+).html$ showpost.php?p=$4 [QSA,L]

is wrong

it rewrite
showpost.php?p=ABCDE&postcount=WW
into
fXX/threadname-thredaid/postABCDE.html (page not exists)
instead
fXX/threadname-thredaid/#postABCDE
or
fXX/threadname-thredaid/pageY.html#postABCDE

The HTACCESS file is used to rewrite the "rewrited" urls to the old one.
Then, IMHO, it is right.
Or you are talking that you like to have the showpost page rewritedd in the thread page?

superjeff 06-15-2008 08:50 AM

Installed in a new directory vBulletin 3.7.1 and TfSEO 1.1.4: all works..
Now i remember that i have the same bug in my online forum.. so i think that i will no take much time fix it. I hope.

superjeff 06-15-2008 09:43 AM

I haven't still find the problem..

superjeff 06-15-2008 09:47 AM

Fixed :)
Go in Admin Cp > Plugins & Products > Plugin Manager > search for "301 Post" and replace all with:
PHP Code:

//get forumid
    
$forumid_query $db->query_first("
        SELECT forumid
        FROM " 
TABLE_PREFIX "thread AS thread
        WHERE threadid = 
$threadid AND visible = 1
    "
);
$redirect_url $vbulletin->options['bburl'] . "/f" $threadinfo[forumid] . "/" tfseo_url($threadinfo[title]) . "-" $threadinfo[threadid] . "/post" $postinfo[postid] . ".html";
$forumid implode($forumid_query);
$tfseo_base $vbulletin->options['tfseo_base'] . $vbulletin->tfseo['tseo_uri'];
if (isset(
$threadinfo[threadid]) AND $_REQUEST['goto'] !== 'nextoldest' AND $_REQUEST['goto'] !== 'nextnewest' AND $vbulletin->options['tfseo_attivo'] AND $vbulletin->options['tfseo_riscrivi'] AND $vbulletin->options['tfseo_301'] AND $tfseo_base != $redirect_url)
{

    
header("HTTP/1.1 301 Moved Permanently");
    
header("Location: $redirect_url");



Fırtına 06-15-2008 10:05 AM

How do editing HTACCESS file in Zoints seo for TfSEO?

superjeff 06-15-2008 10:17 AM

To convert from Zoints SEO to TfSEO?


All times are GMT. The time now is 08:37 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.02097 seconds
  • Memory Usage 1,755KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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