I have the following questions/issues:
1) RESOLVED: How do I show the login status of a member on non membership template pages? I tried inserting the following code but it did not get parsed:
{lang:logged_in_as} <span class="defaultBold"><a href="http://{profile_path=member/index}">{name}</a></span>Solution: {screen_name} Sign Out
2 a) How do I embed a membership template within a site template? OR
2 b) How do I embed a site template within a membership template?
3) How do I put the site template around error/redirect/confirmation pages?
4) How do I redirect a person to a membership template page (i.e in CP Home › Templates › Template Access Restriction) if one of the options is set to “no”? (in other words, if someone tries to access template A and they’re not logged in, then it shows the login page, but if they are logged in, then it shows the template being requested)