- Posts: 3
- Thank you received: 2
Registration redirect issue with CB 2.1.2
- De groote Guillaume
- Topic Author
- Offline
- New Member
-
Less
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 ?
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
-
Less
More
- Posts: 3
- Thank you received: 2
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'))
{
// 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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.