Showing login/register form for not-logged-in users
-
I would like to generally restrict content to logged-in users, and if the user is not logged-in, then I’d like to show them a button to log in, or a log in / register form. What is the best way to accomplish this? I tried the following but it didn’t work:
[not_logged_in]
[login_form]
[/not_logged_in]
- The topic ‘Showing login/register form for not-logged-in users’ is closed to new replies.