I was wondering if you guys know a way or have a version with “nice titles”.
What I mean by that is that at the moment the only name is the document name, like: video1.html. This is stored in the database and when you want to make a top 10 you can only show file names. I would prefer a top 10 with normale names like: “Video of man falling” that is associated to video1.html.
Code at the moment:
<script type="text/javascript" language="javascript" src="/rate/jsrate.php?file=videos/video1.html&file_real=videos/video1. html"></script>
I would like it to be:
<script type="text/javascript" language="javascript" src="/rate/jsrate.php?file=videos/video1.html&file_real=videos/video1. html&file_title= Video of man falling"></script>
This way the title is also stored in the database and then I can make a nice looking top 10/20 etc.
Maybe you could add this in future versions and if it’s already possible please let me know. Also let me know when you did not understand the question.
Cheers |