The contact page should be available at
[root]/members/contact/((username))

To fix this:

Create a new page at the URL /members/contact/

Only allow access to this page for Members or above. Everyone else
redirect to the sign-in page.

In the SQL query:

SELECT * from aiki_users WHERE username = (!(2)!)

Generate a form with Send to, From name and From Email already set. The
To/From and Email fields display  the current user's and target member's
data, but cannot be edited.

Allow the current user to set the Subject, and Message.

On submission, read the values from the form and send the email to that
user.

** Changed in: openfontlibrary
       Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Open Font
Library Developers, which is subscribed to Open Font Library.
https://bugs.launchpad.net/bugs/728940

Title:
  the contact by email form is missing

Status in Open Font Library:
  Triaged

Bug description:
  User profiles are supposed to have a "Contact: Email" link which goes
  to [root]/people/contact/((username))

  The form looks like this:

  
  Send Mail to ((username))

  To: full_name (username)
  From
  Your email address:
  Subject:

  Message
  Message is limited to 1,000 characters
        
  [ + ] //this button expands the size of the textfield

  Captcha

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help   : https://help.launchpad.net/ListHelp

Reply via email to