Quote:
Originally Posted by dinodino
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?
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
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
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  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.))