Hey there’s a bug for All in One SEO, though I have solved it, I think you need to fix it for the coming updates, that would make the future upgrade better.
The bus is due to the function capitalize and the PHP native function ucwords, which causes the Asian characters show wrongly in HTML title tag
My friend rewrite the function “capitalize” so it works now.
function capitalize($s)
{
$s = trim($s);
$tokens = explode(’ ‘, $s);
for ($i = 0, $n = count($tokens); $i <$n; $i++)
{
$matches = array();
preg_match(’/^(.{1})(.*)$/us’, $tokens[$i], $matches);
$tokens[$i] = strtr($matches[1], ‘abcdefghijklmnopqrstuvwxyz’, ‘ABCDEFGHIJKLMNOPQRSTUVWXYZ’) . $matches[2];
}
$s = implode(’ ‘, $tokens);
return $s;
}
Fatal error: Call to undefined function mb_strtolower() in /data/www/sites/1/idoo.com/z/a/zayin/site/wp-content/plugins/onekclickmeta/oneclickmeta.php on line 61
Hi Uberdose, I have built the Platinum SEO plugin that offers all that your super plugin did..It has some additional features too…and i will be supporting this plugin…
April 18th, 2008 at 11:01 pm
props to firefly…good call
May 10th, 2008 at 4:17 am
Lost my love, lost my land
Lost the last place I could stand
There’s no place I can be
Since I’ve found Serenity
June 1st, 2008 at 11:14 am
Hey there’s a bug for All in One SEO, though I have solved it, I think you need to fix it for the coming updates, that would make the future upgrade better.
The bus is due to the function capitalize and the PHP native function ucwords, which causes the Asian characters show wrongly in HTML title tag
My friend rewrite the function “capitalize” so it works now.
function capitalize($s)
{
$s = trim($s);
$tokens = explode(’ ‘, $s);
for ($i = 0, $n = count($tokens); $i <$n; $i++)
{
$matches = array();
preg_match(’/^(.{1})(.*)$/us’, $tokens[$i], $matches);
$tokens[$i] = strtr($matches[1], ‘abcdefghijklmnopqrstuvwxyz’, ‘ABCDEFGHIJKLMNOPQRSTUVWXYZ’) . $matches[2];
}
$s = implode(’ ‘, $tokens);
return $s;
}
Thanks for your great plugin
June 13th, 2008 at 3:30 pm
[…] Via Joystiq […]
June 14th, 2008 at 7:30 pm
Hey why have you discontinued All in One SEO Pack plugin?
It was so great
June 15th, 2008 at 2:47 am
Aaaaaaaaah can somebody help me with All in Seo
I use your pluggin and it destroy my blog
now i have that on the home page :
Fatal error: Call to undefined function mb_strtolower() in /data/www/sites/1/idoo.com/z/a/zayin/site/wp-content/plugins/onekclickmeta/oneclickmeta.php on line 61
Can you help me plz
June 15th, 2008 at 6:33 am
@Wolf: It will be continued, I’m in talks with several developers.
@Zayin: The error you posted appears in oneclickmeta, not in SEO pack.
June 23rd, 2008 at 1:13 pm
Hi Uberdose, I have built the Platinum SEO plugin that offers all that your super plugin did..It has some additional features too…and i will be supporting this plugin…
Regards,
Rajesh
June 30th, 2008 at 1:26 pm
Found my love, found my land
Doesn’t matter where I stand
Happiness is inside me
No matter where I might be