Skip to Content Skip to Menu

Uddeim + Sh404ef

  • catalincb
  • catalincb
  • OFFLINE
  • Posts: 60
  • Thanks: 2
  • Karma: 0
9 years 6 months 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 or Create an account to join the conversation.

  • catalincb
  • catalincb
  • OFFLINE
  • Posts: 60
  • Thanks: 2
  • Karma: 0
9 years 5 months ago - 9 years 5 months ago #261071 by catalincb
Replied by catalincb on topic Uddeim + Sh404ef
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
Last edit: 9 years 5 months ago by catalincb.

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum