21282 Posts in 5730 Topics by 2601 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 495 Views |
-
Members Only Page

3 December 2010 at 1:53am Last edited: 3 December 2010 10:12am
I wanna show the main menu (top menu) with a "Enter" link for not logged users, but if the user is a logged user, I wanna replace the "Enter" link title to My Profile.
I found the flowing article about Members Only Page but didn't understood very well how to do this.
http://doc.silverstripe.org/recipes:members-only-page
Can anyone help me?
-
Re: Members Only Page

4 December 2010 at 2:00pm
Hi arferrari,
If you only want to check if the user is logged in, and you are adding the link manually, you should be able to use this in your template:
<% if CurrentMember %><a href="link/to/profile">My Profile</a>
<% else %><a href="link/to/enter">Enter</a><% end_if %>Hope that helps,
Mo
| 495 Views | ||
|
Page:
1
|
Go to Top |


