Want to change that generic,
"Your current membership (Non-member) doesn't allow you to view profiles."
This is what you see when you set certain pages where non members can't go?
Entice them to join the site with something more suitable that redirects them to the join page.
Make sure to input your site URL
make these changes in Admin>Manage Languages
search for
- _ACTION_NOT_ALLOWED
Looks like this..
<div style="width: 80%">Your current membership (<b>{2}</b>) doesn't allow you to <b>{1}</b>.</div>
change to this
<div style="width: 100%">Your current membership (<b>{2}</b>) doesn't allow you to <b>{1}</b>. <a href="http://www.YOURSITE.COM/join.php" target="_self"><strong>Join up today! It's FREE</strong></a></div>
recompile..