dont bother
solution:
replace :
Code:
// ------------------ standard plugin initialize function - don't change
global $sh_LANG, $sefConfig;
$shLangName = '';
$shLangIso = '';
$title = array();
$shItemidString = '';
$dosef = shInitializePlugin( $lang, $shLangName, $shLangIso, $option);
if ($dosef == false) return;
with:
Code:
// ------------------ standard plugin initialize function - don't change
global $sh_LANG;
$sefConfig = & Sh404sefFactory::getConfig();
$shLangName = '';
$shLangIso = '';
$title = array();
$shItemidString = '';
$dosef = shInitializePlugin( $lang, $shLangName, $shLangIso, $option);
if ($dosef == false) return;
add some extra lines for task publicsent for sef
add at the end the missing: ?>
and also add in language file