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)

dinodino 07-04-2008 11:36 AM

Nice mod thx, but i have problems with Turkish carakters

functions_tfseo_chr_hun.php

PHP Code:

<?php
function remove_accents($string){
    return 
strtr($string,
                
"ĞğŞş??",
                
"ggssuu");
}
?>


space? 07-04-2008 01:22 PM

Great Mod, but I am using tfSEO together with vBAdvanced Portal and don't like that it creates duplicate Content or at least doesn't link the latest threads properly.

Example:
In the Box "latest threads" the topics are linked like that: http://spacequadrat.de/showthread.php?t=146

I'm not sure, but can't you make the Link to the latest threads directly? (like that: http://spacequadrat.de/f11/stellenan...pace-team-146/

I asked at the vBAdvanced Support Forum first, but they told me to contact the tfSEO-Guys.
Regards,

Terrasoft 07-04-2008 04:43 PM

I finally got this modification working and I am happy with it. However, I think I may have ran into a small error. Whenever Im in a thread with multiple pages, whenever I click the "First" button to go to the first page, it doesnt work. It keeps me on the same page I was looking at. If that can be confirmed...

[EDIT] This is one of the demo sites threads: http://foro.blacktouch.com.ar/off-to...-t1/page7.html

If you try to click "First" or actually "Primero" in their case, it doesnt work. Any fix?

RaMMz 07-04-2008 04:47 PM

Quote:

Originally Posted by space? (Post 1566684)
Great Mod, but I am using tfSEO together with vBAdvanced Portal and don't like that it creates duplicate Content or at least doesn't link the latest threads properly.

Example:
In the Box "latest threads" the topics are linked like that: http://spacequadrat.de/showthread.php?t=146

I'm not sure, but can't you make the Link to the latest threads directly? (like that: http://spacequadrat.de/f11/stellenan...pace-team-146/

I asked at the vBAdvanced Support Forum first, but they told me to contact the tfSEO-Guys.
Regards,

I'ts not done yet, superjeff said that it'll be added soon, that he's working on that.

I am triying to make it, but it's quite hard for me :P.

Cya.

Quote:

Originally Posted by Terrasoft (Post 1566814)
I finally got this modification working and I am happy with it. However, I think I may have ran into a small error. Whenever Im in a thread with multiple pages, whenever I click the "First" button to go to the first page, it doesnt work. It keeps me on the same page I was looking at. If that can be confirmed...

[EDIT] This is one of the demo sites threads: http://foro.blacktouch.com.ar/off-to...-t1/page7.html

If you try to click "First" or actually "Primero" in their case, it doesnt work. Any fix?

And i'm triying to work in that too :(, btw that's my forum :rolleyes: x).

Cya.

superjeff 07-04-2008 05:13 PM

Quote:

Originally Posted by dinodino (Post 1566647)
Nice mod thx, but i have problems with Turkish carakters

functions_tfseo_chr_hun.php

PHP Code:

<?php
function remove_accents($string){
    return 
strtr($string,
                
"ĞğŞş??",
                
"ggssuu");
}
?>


It this to add for next relase, like turish support? Or is a problem?
Quote:

Originally Posted by space? (Post 1566684)
Great Mod, but I am using tfSEO together with vBAdvanced Portal and don't like that it creates duplicate Content or at least doesn't link the latest threads properly.

Example:
In the Box "latest threads" the topics are linked like that: http://spacequadrat.de/showthread.php?t=146

I'm not sure, but can't you make the Link to the latest threads directly? (like that: http://spacequadrat.de/f11/stellenan...pace-team-146/

I asked at the vBAdvanced Support Forum first, but they told me to contact the tfSEO-Guys.
Regards,

Hi. See that you are using the same url structure of tfseo 1.x, you can use that vba plugin.
I't a bit hard, you should add the tfseo_url() function, (in tfseo2 it has been replaced with tfseo_clean()). If you know a bit of php you will no have problem.

Quote:

Originally Posted by Terrasoft (Post 1566814)
I finally got this modification working and I am happy with it. However, I think I may have ran into a small error. Whenever Im in a thread with multiple pages, whenever I click the "First" button to go to the first page, it doesnt work. It keeps me on the same page I was looking at. If that can be confirmed...

[EDIT] This is one of the demo sites threads: http://foro.blacktouch.com.ar/off-to...-t1/page7.html

If you try to click "First" or actually "Primero" in their case, it doesnt work. Any fix?

...! Another case!
Sorry for this.. i will hix when back.
Quote:

Originally Posted by RaMMz (Post 1566820)
I'ts not done yet, superjeff said that it'll be added soon, that he's working on that.

I am triying to make it, but it's quite hard for me :P.

Cya.



And i'm triying to work in that too :(, btw that's my forum :rolleyes: x).

Cya.

For the vbadvanced plugin, you can do like already explaian above, if you are using the tfseo 1 url type.
For the url in multi page thread (that for example i see working here) you can edit the corrispective plugin (generate url for thread (number 5,6 or 7, i don't remember.))

dinodino 07-04-2008 07:21 PM

Quote:

Originally Posted by superjeff (Post 1566836)
It this to add for next relase, like turish support? Or is a problem?

It is a problem

space? 07-05-2008 08:16 AM

Quote:

Originally Posted by superjeff (Post 1566836)
Hi. See that you are using the same url structure of tfseo 1.x, you can use that vba plugin.
I't a bit hard, you should add the tfseo_url() function, (in tfseo2 it has been replaced with tfseo_clean()). If you know a bit of php you will no have problem.

Sorry, what?
Adding which tfseo_url() funktion to what plugin?
I'm afraid, I couldn't folow you.

dreeded 07-05-2008 05:35 PM

Here is a temp fix for First post error.

Go Plugin Manager -> Edit "Generate Navbar URLs 2"
Replace existing code with below.

Code:

if ($vbulletin->options['tfseo_enable'])
{

//Forum or Thread?
if ($vbulletin->tfseo['pagenav']['area'] == 'forum' AND $vbulletin->options['tfseo_enable'] AND $vbulletin->options['tfseo_rewrite'] & $vbulletin->bf_misc_rewrite['forum'])
//Is Forum
{

if ($vbulletin->options['tfseo_type'] == 1 OR $vbulletin->options['tfseo_type'] == 2)
{

if ($show['next'])
{
$nextpageaddress = tfseo_url_forum_multi($forumid, $nextpage);
}
if ($show['prev'])
{
$prevpageaddress = tfseo_url_forum_multi($forumid, $prevpage);
}
if ($show['first'])
{
$address = tfseo_url_forum($forumid);
}
$lastaddress = tfseo_url_forum_multi($forumid, $totalpages);

}
else if ($vbulletin->options['tfseo_type'] == 3)
{

if ($show['next'])
{
$nextpageaddress = tfseo_url_forum_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $nextpage);
}
if ($show['prev'])
{
$prevpageaddress = tfseo_url_forum_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $prevpage);
}
if ($show['first'])
{
$address = tfseo_url_forum($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid']);
}
$lastaddress = tfseo_url_forum_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $totalpages);

}
} else if ($vbulletin->tfseo['pagenav']['area'] == 'thread' AND $vbulletin->options['tfseo_enable'] AND $vbulletin->options['tfseo_rewrite'] & $vbulletin->bf_misc_rewrite['thread'])
//Is Thread
{
if ($vbulletin->options['tfseo_type'] == 1)
{



if ($show['next'])
{
$nextpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['threadid'], $nextpage);
}
if ($show['prev'])
{
$prevpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['threadid'], $prevpage);
}
if ($show['first'])
{
$address = tfseo_url_thread($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['threadid']);
}
$lastaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['threadid'], $totalpages);



}
else if ($vbulletin->options['tfseo_type'] == 2)
{

if ($show['next'])
{
$nextpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $nextpage);
}
if ($show['prev'])
{
$prevpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $prevpage);
}
if ($show['first'])
{
$address = tfseo_url_thread($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid']);
}
$lastaddress = tfseo_url_thread_multi($vbulletin->tfseo['threadinfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $totalpages);



}
else if ($vbulletin->options['tfseo_type'] == 3)
{



if ($show['next'])
{
$nextpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $nextpage);
}
if ($show['prev'])
{
$prevpageaddress = tfseo_url_thread_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $prevpage);
}
if ($show['first'])
{
$address = tfseo_url_thread($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid']);
}

$lastaddress = tfseo_url_thread_multi($vbulletin->tfseo['foruminfo']['tfseo_key'], $vbulletin->tfseo['foruminfo']['forumid'], $vbulletin->tfseo['threadinfo']['title'], $vbulletin->tfseo['threadinfo']['threadid'], $totalpages);


}
}
}


nfy_markus 07-06-2008 01:48 PM

with your fix the first and last links work, but the prev and next links do not.
Also there is a bug with the go to page xx dropdown (it always redirects to first page).

TheInsaneManiac 07-06-2008 02:12 PM

I like this mod, but when will the member error be fixed?


All times are GMT. The time now is 12:01 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.02201 seconds
  • Memory Usage 1,804KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (8)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