HI,
I've created a many-to-many relationship on my site that combines member profiles and projects.
At the moment I did this:
1 - a user creates the member card
2 - a user creates the project
I need to figure out how I can do this:
3 - a user must be able to associate his own member file and that of the others to the created project
Note:
At the moment I managed to insert the report form in the project template
The problem is that anyone can change relationships. I need only the person who creates the post (Post Author) to be able to do this.
How can I do?
I also entered the condition I only display if I'm the author but it doesn't work
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Hello. Thank you for contacting the Toolset support.
To check the post author ID is equal to current logged in user ID you should compare the current post's Author ID equal to current user ID.
Please check the following screenshot and adjust your condition accordingtly:
- hidden link
Ok it works!!
Can I ask you this too?
Is it possible to associate the Post members and the post project also in the insertion form?
It would be nice if the project file was automatically linked to the members post because they have the same author.
Thank you
Minesh
Supporter
Languages:
English (English )
Timezone:
Asia/Kolkata (GMT+05:30)
Glad to know that the solution I shared help you to resolve your issue.
As per our support policy - we entertain only one question per ticket. This will help other users searching on the forum as well as help us to write correct problem resolution summery. May I kindly ask you to open a new ticket with every new question you may have.
Thank you for understanding.
My issue is resolved now. Thank you!