I have tried to go thru all discussions before posting this question.
I have seen it done elsewhere, but the person that has the code is out of town and I have not been able to get up with him on it.
I want to be able to add a video reply to videos that have been posted, where when you click on the reply link, it will show you the videos you have uploaded and let you select which one you want added.
leaving a small icon of the video on the page above the comments.
I have exactly the same question/problem. I'll keep looking around and keep you posted. Unless of course you've figured it out by now? Cause if you have, I would really appreciate the help. Thanks :D
Is that a screen capture from VloggerHeads? I know they had, and may still have, access to the PHP source code, which the rest of us no longer have access to. I don't see how this can be implemented without PHP access unless you completely replace the video module with custom code made on your own server....
A database is required on your own server if we can't access Ning's "store" which is their database. I don't believe there is any way to store and retrieve from Ning's store without using PHP code. If you have access to a database on your own server, you could create jQuery code to inject the reply link and video icon, and then more jQuery code to resond to the reply link and store data in your DB table about which videos are replies to which other videos. That is done using the getJSON function.