Hi,
We have a tab called Videos (hwdmediashare tab) and another called Resumes (CB tab with CB file fields) in CB. In CB Tabs I have used the Integration parameters to limit the access to the tab depending on what CB Subs plan the user has. If you are just a registered user you can not see the tab which is what we want.
But we have some links in the User menu and main menu which are like this:
/myprofile/userprofile?tab=Videos (index.php?option=com_comprofiler&task=userProfile&tab=Videos&Itemid=69) and
/myprofile/userprofile?tab=Resumes (index.php?option=com_comprofiler&task=userProfile&tab=Resumes&Itemid=69).
They are both set as External URL type menu items.
What I want to do is have it display a message that the user has to have a membership in order to access the tabs but instead what I am getting is the user profile being display (it doesn't have the Video and Resume tabs) but the user shouldn't get their user profile, they should get a message that they need to purchase a plan to display/access the tabs.
So, what I did is in the plans that have the Video and Resume allowed, I set these menu items in Integrations > Content > By Menu. That didn't work so I added in Integarations > Extensions > By URL parts the following:
Code:
option=com_comprofiler&view=userprofile?tab=Videos
option=com_comprofiler&task=userProfile&tab=Videos
option=com_comprofiler&view=userprofile?tab=Resumes
option=com_comprofiler&task=userProfile&tab=Resumes
But that isn't working either.
Is there a way to get the menu links to not go to the User Profile, but to display the Member Subscription needed message instead?
Thank you.