Basically I am working on a solution for a towing company. Their tow trucks are fitted with cameras. When a car gets towed, at times, people complain about there vehicle getting damaged. So I am developing a system for the tow company to be able to register a user (CREED user form), use the custom user field to embed a YouTube link of the video in question, and the system will send a notification with login instructions to the user so they can see the video of there towing.
I am also creating a front end system for the manager to be able to fill the form for the user and see a list of all the users within the system.
I got everything working with the exception that when I click on the link that goes to the View that shows the video, all videos are shown that have been uploaded. I attempted to filter by user ID, but but it's not filtering. I need your help please.
Particularly the view that is displaying the information, based on your explanation the view that should be displaying the video, should be filtered based on the current post that the user is viewing ?
Sure, no problem, I can make a temp login account for you. But how to I send you the credentials in a private fashion? Once I create the account I will elaborate as to the Views that are supposed to be filtered.
Ok, it was not quite working as intended, I changed it to use the users-filter=id. I was missing the bit of "?users-filter=id" on the links. So your help was enormous. I just wish that this kind of information was included in the documentation. I looked and I was not able to find it.
Thanks a lot Shane, you got the ball rolling on the project, much appreciated!!!