Registration redirect issue with CB 2.1.2

  • De groote Guillaume
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 2 months ago #93664 by De groote Guillaume
Registration redirect issue with CB 2.1.2 was created by De groote Guillaume
Hello,

The registration redirection plugin don't work at all when using CB 2.1.2.
If i disable CB system plugin, then the registration redirection (from joomla core) works fine.

Can you provide a method to fix it ?

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

  • De groote Guillaume
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 2 months ago #93668 by De groote Guillaume
Replied by De groote Guillaume on topic Registration redirect issue with CB 2.1.2
Here the bug fix:

// Registration redirect
if (($option == 'com_users' && $view == 'registration' && empty($task)) || ($option == 'com_comprofiler' && $task == 'registers') || ($option == 'com_community' && $view == 'register'))
{

TO :

// Registration redirect
if (($option == 'com_users' && $view == 'registration' && empty($task)) || ($option == 'com_comprofiler' && $view == 'registers') || ($option == 'com_community' && $view == 'register'))
{
The following user(s) said Thank You: Tuan Pham Ngoc, Stephen

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

More
8 years 2 months ago #93759 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Registration redirect issue with CB 2.1.2
Thanks for the fix. I will check and if it is valid, I will include it in the next release of the extension

Regards,

Tuan

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