I will probably do poorly trying to explain this but here it goes. I am going to integrate a thumbs up/down script into my dolphin installation. This is my preference instead of the star rating.
Each rated object to be rated would have a unique item_name to record in the database correctly whether it be a photo,video, profile, etc. I am having trouble finding what these item_names are.
For example as it is now when you rate a photo it is unique to that photo instead of rating all the photos. That is because some sort of $item_name or identifier is in the string of code to record the rate of an object.
I need to know what those names are or even where to find them (I can do the work most times if I am pointed in the right direction). That way when someone thumbs up a photo or thumbs down a photo it makes a database entry only for that photo or object whether it be a video or etc... Each time a new file (photo, video, etc) is added will have a unique rating to the database.
Any direction is a good direction for me to get started gathering these identifiers. I assume they will be different for photos, videos, profiles, articles, etc.