I'm struggling with creating a panel layout for my site homepage.
What I want to do is display different content depending on whether the user is logged in or anonymous. The logged in user will see recent content, plus a small control panel to help them get started publishing blog entries, etc. The anonymous user will see an invitation to join the community, plus some recent content blocks underneath in case they want to browse the site.
I've searched for an answer, but there doesn't seem to be a way to load a panel conditionally based on whether the user is logged on or not. I assume that this can be achieved in at least two ways:
- By having two seperate panel pages and some kind of logic to select the right one depending on the user's status. Or,
- Is it possible you can make a panel pane visible to anonymous/authenticated users in the same way you can for blocks?
I'd really appreciate it if someone in the community could push me a little further along the path toward solving this one! It's a real head-scratcher for me!