it's about this code?
foreach($mods as $val) {
if (array_key_exists($val, $arr)) {
$is_mod = true;
break;
}
}
I guess this happens because no user is logged in.
PHP related forum, discuss snippets, classes and tutorials
it's about this code?
foreach($mods as $val) {
if (array_key_exists($val, $arr)) {
$is_mod = true;
break;
}
}
I guess this happens because no user is logged in.
There is something I can do to fix it? Or not?
(for instace, I would like to translate you plugin to portugese, may I do it?
Add this row to that function "is_moderator"
if (!is_array($arr)) return false;
right after
$arr = unserialize($row->role);
(for instace, I would like to translate you plugin to portugese, may I do it?
I have no plans to add an multi language feature to this plugin (all text is used in the admin area)
I did it. Then I noticed that the error was because some array. Seo Tools For BBpress is causing a corupt with an adsense plugin:
This one: http://www.2diabolos.com/blog/plugin-bbpress-adsense-injection/
Is there something You can do. Could you help me?
I'm sorry but I'm not using that adsense plugin maybe you can change the priority from both plugins. Please open a new topic because I think this is not related to the SEO plugin script release.
This topic has been closed to new replies.