andreaa wrote
- when menaging friends, the "new list" js text where i have to put the new list name;
- abuse report when fields are missing (e.g. "Please select abuse value")
- add to favourites (when not logged in i have "You must login to add favorite this video." to translate)
you can change only two portions first one is
go to the folder templates-> friends.tpl edit this following code
Code:
new list
The second one is
go to the folder js->video_inappropriate.js edit this following code
Code:
alert("Please Select Abuse value");
the third one is is php file i think its not edit by the user
ok
thanks