Keyword

[SOLVED] K2 User Url redirection after login: issue with Joomla 3.4.8

  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
  • Offline
  • Elite Member
More
7 years 11 months ago #154308 by JoomlaWorks Support Team
Replied by JoomlaWorks Support Team on topic K2 User Url redirection after login: issue with Joomla 3.4.8
Hi,
At modules/mod_k2_user/helper.php file at Line 26
$url = JRoute::_($item->link.'&Itemid='.$itemid, false);

change the code above with the following one
$url = 'index.php?Itemid=' . $item->id;

Let me know if that works for you.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

More
7 years 11 months ago #154404 by Sarah Allen
Hi Teo,
That worked a treat! Thanks so much! Really appreciate it!! :)
Sarah

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

  • Céline
  • Céline's Avatar Topic Author
  • Offline
  • New Member
More
7 years 11 months ago #154669 by Céline
Thanks Teo,
it works perfectly!

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

More
7 years 10 months ago #155893 by Gastón Camaño
Hi, it worked for me, i use this modification in a k2 2.7 in a joomla 3.5.1
Thanks

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

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
7 years 10 months ago #155895 by Krikor Boghossian
Replied by Krikor Boghossian on topic K2 User Url redirection after login: issue with Joomla 3.4.8
Thank you for reporting this Gaston :)

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum