Quote:
Originally Posted by Sadikb
Hi, can someone please explain whether I have to overwrite my original inlinemod.php with the one provided here?
|
Easy. Take my file, overrwite it to yours, in your default installation board.
Quote:
Originally Posted by PiTXI
Does this mod work with accents?
I've urls with these chars:
?, ?, ?, ?, ? and ?
All are missed..
I need all chars for my spanish forum.
Please, help.
---------------------------------
Well, I know how fix it. I've set " Italian" Option in Admin > TfSEO > Character Replacements
Then, edit this file: includes/ functions_tfseo_chr_ita.php
and modify: function remove_accents by this one..
PHP Code:
<?php
function remove_accents($string){
return strtr($string,
"?&????????@???",
"eeieeoaiouaaun");
}
?>
It's all.
|
Ok, if you d'like to help the next, this is for the spanish language (so i can add it in the original product).
Quote:
Originally Posted by Jaxel
The content of tfseo_adv_portal_recthreads_exp is still broken... It has the wrong template in it.
|
Quote:
Originally Posted by Kem
Yes, but your News titles gone ??. Any way to fix it ? Because i need it
|
Yes, this is a wrong template in that plugin, my fault. It will fixed with next incoming relase