Rafael Steil wrote:Should implement "Private Messages", as in phpbb.
The tables are already there, but I guess that may be interesting to merge jforum_privmsgs and jforum_privmsgs_text, as is done to the posts table ( jforum_posts ).
This feature is not hard to implement, just a little slow. Many of the existing features currenctly present on post and topic manipulation may be used in this feature as well..
Well, I
do think that
you should implement private messages, but that's not exactly what I meant. Let me try to explain:
In addition to Private Messaging, phpbb supports an emailing function. It does not simply launch a mailto: link. It presents a form to the sender, where they can compose a message to the recipient. It is not held on the bulletin board as a private message, it is sent out as a real email.
But the recipient's email address is never revealed.
I think this is a problem in JForum, because when a new user Registers, they can choose the "Always Hide my Email" option,
but their email is still revealed in a mailto: link everywhere their name appears.
[originally posted on jforum.net by Fudster]