- Posts: 169
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- [SOLVED] K2 User Url redirection after login: issue with Joomla 3.4.8
[SOLVED] K2 User Url redirection after login: issue with Joomla 3.4.8
- JoomlaWorks Support Team
- Offline
- Elite Member
Less
More
8 years 6 months ago #154308
by JoomlaWorks Support Team
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
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
change the code above with the following one
Let me know if that works for you.
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.
- Sarah Allen
- Offline
- Junior Member
Less
More
- Posts: 34
8 years 6 months ago #154404
by Sarah Allen
Replied by Sarah Allen on topic K2 User Url redirection after login: issue with Joomla 3.4.8
Hi Teo,
That worked a treat! Thanks so much! Really appreciate it!! :)
Sarah
That worked a treat! Thanks so much! Really appreciate it!! :)
Sarah
Please Log in or Create an account to join the conversation.
- Céline
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
8 years 6 months ago #154669
by Céline
Replied by Céline on topic K2 User Url redirection after login: issue with Joomla 3.4.8
Thanks Teo,
it works perfectly!
it works perfectly!
Please Log in or Create an account to join the conversation.
- Gastón Camaño
- Offline
- New Member
Less
More
- Posts: 9
8 years 5 months ago #155893
by Gastón Camaño
Replied by Gastón Camaño on topic K2 User Url redirection after login: issue with Joomla 3.4.8
Hi, it worked for me, i use this modification in a k2 2.7 in a joomla 3.5.1
Thanks
Thanks
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 5 months ago #155895
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
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.
- Forum
- K2 Community Forum
- English K2 Community
- [SOLVED] K2 User Url redirection after login: issue with Joomla 3.4.8