- Posts: 4
- Thank you received: 0
Profile page redirect while not being subscribed
- Brandon Keeley
- Topic Author
- Offline
- New Member
-
Less
More
7 years 8 months ago #101660
by Brandon Keeley
Profile page redirect while not being subscribed was created by Brandon Keeley
I did some digging in the forums and couldn't find anything on this.
I made my own products page, and if the user is registered but not subscribed - the profile page redirects to the default membership pro columns layout.
Is there a way to redirect unsubscribed members to my custom made product page?
Thanks!
I made my own products page, and if the user is registered but not subscribed - the profile page redirects to the default membership pro columns layout.
Is there a way to redirect unsubscribed members to my custom made product page?
Thanks!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
7 years 8 months ago #101700
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Profile page redirect while not being subscribed
Hi Brandon
For this, you will have to edit code. The file you need to modify is components/com_osmembership/view/profile/html.php, the line you need to modify is:
Just change $redirectUrl in the line above to the URL you want
Regards,
Tuan
For this, you will have to edit code. The file you need to modify is components/com_osmembership/view/profile/html.php, the line you need to modify is:
Code:
$app->redirect($redirectURL, JText::_('OSM_DONOT_HAVE_SUBSCRIPTION_RECORD'));
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Brandon Keeley
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
7 years 8 months ago #101705
by Brandon Keeley
Replied by Brandon Keeley on topic Profile page redirect while not being subscribed
worked perfect, thanks!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
7 years 8 months ago #101754
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Profile page redirect while not being subscribed
Great. Happy to hear that

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.