Intechnic
Users Developers
Home / Forums / In-Portal CMS / Need Help! / Message Private / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

Message Private (2)


Posted: 01/16/2005 4:41:16 PM

Reply Quoted  


I believe that a guest wouldn´t can send message private. ¿What I do ?

--------------------------- In spanish --------------------

Yo creo que una persona no identificada (invitado) no debería poder mandar mensajes privados, ¿Cómo hago para evitar esto?

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.