creating an unlisted admin Page
Using Jamroom
I will try this SB method Paul and Michael. Sounds like the simplest way. Thank you!
I'll post again here if I get stumped along the way.
<div>
#profile_contact {
text-align: center;
}
#profile_contact .sprite_con {
display: inline;
border: none;
padding: 10px;
box-shadow:none;
}
{if jrCore_module_is_active("jrPrivateNote") && $quota_jrPrivateNote_allowed == "on"}
{jrCore_module_url module="jrPrivateNote" assign="nurl"}
<a href="{$jamroom_url}/{$nurl}/new/user_id={$_user_id}" title="Message This Profile">{jrCore_icon icon="envelope2" size="35"
class="email"}</a>
{/if}
</div>
<div> </div>