Add to my list & percentage done

Hi All,
Before discovering this website, I was using listsofbests.com.
This site is much more better, because listsofbests if limited in terms of functionnalities.
By the way, thy have setup 2 main functionnalities that we can't find here and it should be very useful :
* Add to my list : to add an existing list to our own list. It's a kind of "internal favorite" : one person maintain the list and the other can use it for their own purpose, such as checking what they have seen or listened and puting rating. If the main author add or remove an item, they receive an alert.
* Percentage done : display on the top of the list how many movies have been watched, for example.
Thanks
Emmanuel
Before discovering this website, I was using listsofbests.com.
This site is much more better, because listsofbests if limited in terms of functionnalities.
By the way, thy have setup 2 main functionnalities that we can't find here and it should be very useful :
* Add to my list : to add an existing list to our own list. It's a kind of "internal favorite" : one person maintain the list and the other can use it for their own purpose, such as checking what they have seen or listened and puting rating. If the main author add or remove an item, they receive an alert.
* Percentage done : display on the top of the list how many movies have been watched, for example.
Thanks
Emmanuel

I would like to add the Percentage done, I'm not sure exactly what the "Add to my list" means though.

for the Percentage, I think it's not very complex
echo ($viewed / $total) * 100;
:)
"Add to my list" is like the favorites of some other asked.
For example, I want to have in my list the official top 250 imdb. How could I have it without creating my own version ?
echo ($viewed / $total) * 100;
:)
"Add to my list" is like the favorites of some other asked.
For example, I want to have in my list the official top 250 imdb. How could I have it without creating my own version ?