Profile page redirect while not being subscribed

  • Brandon Keeley
  • Topic Author
  • Offline
  • New Member
  • New Member
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!

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

More
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:
Code:
$app->redirect($redirectURL, JText::_('OSM_DONOT_HAVE_SUBSCRIPTION_RECORD'));
Just change $redirectUrl in the line above to the URL you want

Regards,

Tuan

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

  • Brandon Keeley
  • Topic Author
  • Offline
  • New Member
  • New Member
More
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.

More
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.