Skip to Content Skip to Menu

🌟Discover the Joomla AI Plugin that wrote its own story! - CB Editor Assistant 1.1now for Joomla 3, 4 & 5!
✍️ 5-Day Free Trial, then 🎯 save up to 30% with our 🛍️ Intro Offer (First 50 users, ends Dec. 31)
🌲 Merry Christmas! Great savings on Professional and Developer Memberships! Get 25% off now with code XMAS-2024!

Uddeim + Sh404ef

  • catalincb
  • catalincb
  • OFFLINE
  • Posts: 60
  • Thanks: 2
  • Karma: 0
9 years 10 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 9 months ago - 9 years 9 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 9 months ago by catalincb.

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

Moderators: beatnantslabbikrileon
Powered by Kunena Forum