I changed the "Favorite System" to have five stars for users. My problem is that i can't find the function that saves data to qa_userfavorites. My qa_userfavorites table has one more column star_num. I see that on submit qa_favorite_click() is called. In this function i have var star_num=elem.value;
How do i store star_num value in database together with enitytype, entityid...?