Hello I'm trying to create a membership site and have problem to set structure of site.
Could you help me in setup the site?
here Step I used to set up
Create custom type USER and custom field group ( address, car, phone, mobile brand etc,etc)
Create custom type MSG and relative custom field group ( name, mail, msg)
Create form CONTACT insert new item in msg ( nome, mail, msg)
in Frontend create view to show all user and click on some user I go in user page.
In user page How I create many msg for same user?
In user forntend logged in I'm trying to show total msg received but I don't know how connect user to msg
Thank you for any help
Best regards
Hello
thanks for your reply,
I'm little confused about what you explain,
I just create relationship between Custom post type Member and CPT Message, in one to many relationship where Members are parent and message are child.
is this ok? I thought one member (parent) can have many messages (child), could you confirm?
then in home page i show member and click on some of them I show memebr page where I have to use form to send msg to that specific member from any guest.
I'm near but I don't know why it doesn't work and other thing, how I can send the msg on members mail with toolset? is there some function to do that or use only notification?
Thanks again
As Minesh is currently on vacation, I will be handling this issue for him.
is this ok? I thought one member (parent) can have many messages (child), could you confirm?
That is correct in a One to many relationship where Member is the Parent and Messages is the Child, Members can have many Messages but Messages can only be link to one member.
then in home page i show member and click on some of them I show member page where I have to use form to send msg to that specific member from any guest.
Essentially what you want here is to send a message to a member when you've viewed their profile correct? Is it a case where the person sending the message will be a guest?
I'm near but I don't know why it doesn't work and other thing, how I can send the msg on members mail with toolset? is there some function to do that or use only notification?
Does the member have an email field on their profile page ?
We should be able to achieve this if the member has an email so we can create a hidden field and send the message to that email.
Hi Shane, thank you for your reply,
To answer your question, is yes, the Sender is a guest, and member has mail in a custom field.
How I can set the field like an hidden field to send mail to?
In member area I set the messages with view, but I don't know how to show date and time of any messages.
Can you help me to solve this problem?
Many regards