Outseta's default behavior is to hide links to pages of protected content—users will not see links to pages of protected content until they login.

However, you might want to override this setting so that users can see links to pages of protected content, but get redirected to an Access Denied URL where they can be prompted to sign up in order to gain access to your content.

If you'd like to change Outseta's behavior to always show links to pages of protected content, you just need to make a small edit to the Quick Start Header Script that you've added to all of your website pages. Simply edit the script in the header of your site so it includes the bits that are bolded in the example below.

<script>
var o_options = {
  domain: 'your-domain.outseta.com',
  nocode: {
    hideProtectedLinks: false
  }
}; </script>
<script src="https://cdn.outseta.com/outseta.min.js" data-options="o_options"> </script>

That's it! If you need any help making this change, please email us at support(at)outseta.com.