- Posts: 7
- Thank you received: 0
How to redirect after registration
- Manny
- Topic Author
- Offline
- New Member
-
Less
More
9 years 7 months ago #69683
by Manny
How to redirect after registration was created by Manny
How can I have the page redirect after the end user has completed their registration?
Thanks in advance?
Thanks in advance?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
9 years 7 months ago #69704
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How to redirect after registration
Hi Manny
Currently, we don't have that option in the extension. So you will need to customize the code to redirect to the page you want :
1. Open the file components/com_eventbooking/view/complete/html.php
2. Look at function display
3. At the beginning of that function, enter the code:
Of course, you need to replace theurlyouwant.com with your actual URL of the page you want to redirect to
Regards,
Tuan
Currently, we don't have that option in the extension. So you will need to customize the code to redirect to the page you want :
1. Open the file components/com_eventbooking/view/complete/html.php
2. Look at function display
3. At the beginning of that function, enter the code:
Code:
JFactory::getApplication()->redirect('http://theurlyouwant.com');
Of course, you need to replace theurlyouwant.com with your actual URL of the page you want to redirect to
Regards,
Tuan
The following user(s) said Thank You: Melissa Minchala
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
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.