Posted: 01/17/2005 2:48:46 PM
Reply Quoted
Hello Alberto,
This can be done through the template.
1. Open "default/profile/view_profile.tpl" and replace:
<inp:m_module_enabled _Module="In-Bulletin">
<A HREF="<inp:m_user_profile_field _Field="send_pm_link" _Template="inbulletin/pm_list/new_pm.tpl" />"><inp:m_language _Phrase="lu_send_pm" /></A>
</inp:m_module_enabled>
with
<inp:m_perm_text _Perm="login" _DataExists="1" >
<inp:m_module_enabled _Module="In-Bulletin">
<A HREF="<inp:m_user_profile_field _Field="send_pm_link" _Template="inbulletin/pm_list/new_pm.tpl" />"><inp:m_language _Phrase="lu_send_pm" /></A>
</inp:m_module_enabled>
</inp:text_perm>
Thank you.