Forums
Hi,
I'm completely new to Opigno and I'm trying to make a main menu link item that links to a starting page for a course. This link should direct guests to a login page and logged in users to the actual content. The path for the link was "node/26". I tried copying the url from accessing content that I'm not allowed to view without logging in and changed the path to "user/login?destination=node/26/". However this makes the whole link disapper when the user is logged in (I guess user/login items are hidden when logged in). Is there a way to make a link that checks for login before directing the user to the content?
Desired link behavior:
Logged in user: Browser goes directly to the content
Guest: Direct browser to login/registration and to the content after successfully logging in
Thanks in advance for any help