Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

[SOLVED] Problem in earch Engine Friendly URLs

  • Wai Wai
  • Wai Wai
  • OFFLINE
  • Posts: 24
  • Thanks: 2
  • Karma: 1
10 years 11 months ago #236409 by Wai Wai
Replied by Wai Wai on topic Problem in Search Engine Friendly URLs
Code:
JFactory::getApplication()->getMenu()->getActive()
function returns home page id.
It looks like home page is active somehow.

I tried to get Itemid from GET or POST but
Code:
$_GET
parameters are empty after submitting the form and there is no 'Itemid' inside the
Code:
$_POST
array.

Since I can't get the correct Itemid, I assigned 0 in line number 830 not to append the Itemid to redirect URL. At least it doesn't redirect to the home page.
Code:
$Itemid = 0; // $_CB_framework->itemid();

Anyway, thank you for your reply.

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

Moderators: beatnantkrileon
Powered by Kunena Forum