I think something may have changed from the time this was setup and now as I'm having the same issues as you. For now, I would just change the link in the footer to go to the users private notes section... ie change the link from this:
{if jrCore_module_is_active('jrCustomForm')}
| <a href="{$jamroom_url}/form/contact_us">{jrCore_lang skin=$_conf.jrCore_active_skin id="81" default="Contact Us"}</a>
{elseif jrCore_module_is_active('jrPrivateNote')}
| <a href="{$jamroom_url}/contact_us">{jrCore_lang skin=$_conf.jrCore_active_skin id="81" default="Contact Us"}</a>
{/if}
to this:
{if jrCore_module_is_active('jrCustomForm')}
| <a href="{$jamroom_url}/form/contact_us">{jrCore_lang skin=$_conf.jrCore_active_skin id="81" default="Contact Us"}</a>
{elseif jrCore_module_is_active('jrPrivateNote')}
| <a href="{$jamroom_url}/note/new">{jrCore_lang skin=$_conf.jrCore_active_skin id="81" default="Contact Us"}</a>
{/if}
If you have the Simple Custom Forms module, just activate it and that link will be used instead of the private notes link.
--
Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos