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)

jscieza 06-15-2008 04:59 PM

Quote:

Originally Posted by superjeff (Post 1549807)
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");



It's working fine now. Thank you! :)

jscieza 06-15-2008 05:02 PM

Now I have one suggestion :D

In past versions of your plugin, the rewrite rules that where found in both .HTACCESS and README.TXT were a bit different. In order to skip these type of errors, I suggest you to only provide the rewrite rules in one of those files: .HTACCESS or README.TXT but not in both.

Just a suggestion ;)

And a wish that I hope you can add in the next major version: URL rewrite for members profiles... so we'll be able to get something like http://www.ourforums.com/members/superjeff/ instead of http://www.ourforums.com/member.php?u=XXXXX. Also, it will be a very good idea to allow us to change the "members" word in the URL... so we can put in translated into our language. For example: "membri" (in italian) or "miembros" (in spanish).

Thank you, Jeff! :)

superjeff 06-15-2008 06:11 PM

Thank you for all.
Like already see, the next version (near to the end of deployment, i think another week) must be perfect, totaly bug-free.
For the rewrite of member, (that i think unusefull :)) i will not add it in the next relase, i will have to do large modification to the code. After that relase, i think i could do another big one with this too.

jscieza 06-15-2008 09:43 PM

Ok Jeff :)

Possible bug found: I can't see soft deleted posts. When I click on the "view post" there is no action :(

*EDITED*

And another one: visit the profile of any member, go to the Statistics tab and under the Visitor Messages click on Post a visitor message for [username] and see what happens :confused:

Thank you!

Jonathan.

superjeff 06-16-2008 08:08 AM

It work both the "problems" in my forum:
http://www.techforum.it/member.php?u=1
Try to update the templates, if they are old.

Adam21 06-16-2008 08:12 AM

Quote:

Originally Posted by superjeff (Post 1541681)
Simpli edit the plugin "rewrite something" replace something like .....$tfseo_url-$thread[threadid]/
With
.....$tfseo_url-$thread[threadid]/#post$lastposcount

Can get this mod work by clicking the thread title and bringing us to the latest post?Which plug-in to edit that?Rewrite Thread plug-in?Dont mind you can post the whole sentence here?Thanks

superjeff 06-16-2008 09:39 AM

In the new version, i have did something like:
To guest:
url/
To user:
url/?goto=newpost

It works correctly, the variable do the redirect to url/page.html#unreadpost

jscieza 06-16-2008 12:05 PM

Quote:

Originally Posted by superjeff (Post 1550630)
It work both the "problems" in my forum:
http://www.techforum.it/member.php?u=1
Try to update the templates, if they are old.

I have just registered in your forum and I'm able to reproduce the problem :confused:

Quote:

And another one: visit the profile of any member, go to the Statistics tab and under the Visitor Messages click on Post a visitor message for [username] and see what happens.
And I'm pretty sure that this issue is also related with TfSEO:

Quote:

Possible bug found: I can't see soft deleted posts. When I click on the "view post" there is no action
Are you sure that in your test forum you're using the 1.1.4 version as is here in vbulletin.org?

Thank you!

Jonathan.

superjeff 06-16-2008 02:30 PM

1) My error, you have right.
In "add base href" delete "OR THIS_SCRIPT == "member"". But i remember i have add it to fix another bug..
2) it works in my forum, se attackmenet.

jscieza 06-16-2008 03:16 PM

I don't understand your fix explanation for the problem #1 :(

For #2... yes I can soft delete messages, but I can't after see they :S


All times are GMT. The time now is 07:09 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.01759 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
  • (5)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