Member/Sign-in form - options
Add login link to main nav - display as below
Add login link as below in-page
Member Login

Member Login
Welcome, (First Name)!
Enter Member Area
Securing individual pages
The following code then needs to be added to each ‘protected’ page (Page Header Code Injection box)
<!-- BEGIN SENTRY - version 3.5 - Member Login Code Copyright © Sentrylogin.com, Shawn, Co. https://www.sentrylogin.com -->
<meta name="robots" content="noindex, nofollow">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<style>
.Sentry_blanket {
background-color:#FFFFFF;
position:absolute;
z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
top:0px;
left:0px;
width:105%;
height:10000px;
padding:20px;
}
</style>
<script language="JavaScript" type="text/JavaScript">
/* BEGIN Editable Settings: ///////////////////////////////////////////////////////////*/
PpLID = ""; /* Makes this page viewable by only members of one or more PayPal plans, enter one Ppl ID or more than one separated by commas */
pageLevel = 0; /* Access Level required to view this page */
SingleOut = 0; /* Makes this page viewable by only one member, enter their account number */
/* END Editable Settings: ////////////////////////////////////////////////////////////*/
Sentry_ID = 24425;
</script>
<script type="text/javascript" src="https://www.sentrylogin.com/sentry/scripts/Sentry_pAJAX.js"></script>
<noscript>
<meta http-equiv="refresh" content="0; url=https://www.sentrylogin.com/sentry/noscript.asp">
</noscript>
<div id="Sentry_noJS" class="Sentry_blanket">Sentry Page Protection</div>
<div id="Sentry_redirecting" class="Sentry_blanket" style="display:none;">Please Wait...</div>
<script language="JavaScript" type="text/JavaScript">
URLStr = window.top.location.href;
n = URLStr.search("config");
if (n != -1){
// we are inside the config, don't redirect
document.getElementById('Sentry_noJS').style.display = 'none';
}
else {
//NOT in config, redirect normally
if(window.onload){
window.onload = SentryProtect;
}
else if(document.body.onload){
document.body.onload = SentryProtect;
}
else{
SentryProtect(); /* call it here */
}
}
</script>
<!-- END Sentry Login Page Protection -->