Hi All.
I have got the WebLoginPE working great, and my only problem is that I want to display a link to the member page in the page header if a person is logged in and hide the login link.
These links are in the header area of the template and coded as follows:
<li><a href="#">Home</a></li>
<li><a href="[~4~]">Login</a></li>
<li><a href="#">Privacy Policy</a></li>
<li class="last">[!AjaxSearch? &ajaxSearch=`0`&AS_showResults=`0`&AS_landing=`5`!]</li>
So is it possible to have it display the following if the user is logged in
<li><a href="#">Home</a></li>
<li><a href="index.php?id=48">Members Area</a></li>
<li><a href="#">Privacy Policy</a></li>
<li class="last">[!AjaxSearch? &ajaxSearch=`0`&AS_showResults=`0`&AS_landing=`5`!]</li>
Thanks for any help in advance.