Uddeim + Sh404ef

9 years 1 month ago #259757 by catalincb
Uddeim + Sh404ef was created by catalincb
I installed uddeim. works perfect ....plus public frontend
The problem is with sh404ef plugin
When is enabled it's impossible to send messages anymore
Even if you try to see the userlist .. will send you to your inbox
or.. will not save any change in settings

Please Log in to join the conversation.

9 years 4 weeks ago - 9 years 4 weeks ago #261071 by catalincb
Replied by catalincb on topic Uddeim + Sh404ef
dont bother :)

solution:
replace :
// ------------------  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:
// ------------------  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

Please Log in to join the conversation.

Moderators: beatnantslabbikrileon
Time to create page: 0.131 seconds