Hello! I´ve been searching for two days straight for a quick solution for this with no success. I already saw all codequeen videos and similar posts (I know there are many). I also have a poor experience in coding so I take A LOT of time trying to make my own codes. I try to copy and adapt but almost every code shared serves for a purpose and is different from others.
I have a teachers database and a university database. They are connected by reference fields. So, I managed to create a page for every university so the teachers can show up. Then it links to the item (the teacher) wich is a profile page. I would like to add a rating and comments for the teachers.
It would have to:
-
Work in Editor X (I notice the stars input are gone: I saw another video using vectors but it doesn´t have the comments part).
-
Show the average rating in the university page (so the user will click on the teacher based on the rating) and also the number of votes. And show also in the teacher´s single page
-
Allow people to comment and rate when logged in (this part I already managed by showing the comment and rating container when the user is logged in)
-
Take the user profile pic and name automatically from the members database so it won´t ask for it when commenting and rating.
So, of course, I need to create a new database for this info (rate, comment, profile and name). I hope you could guide me or help me with this. I thought this post would be good because is a complete feature for most people trying to achieve this and is updated to Editor X.
Thank you very much community!