I went into the PHP files to change "Movies I've Recently Watched" to "Comics I've Recently Reviewed." So, in summary, I'd like to change movie --> comic. Which file contains the "Movies I've Recently Watched" so I can change the text? I have search every file through control + f and could not find anything.
(Have also e-mailed the author of the plugin and haven't received an answer yet.)
Was this the title of the page? Or one post? Why go into the template files?
You know when you output the Movie plugin and it go to your layout, it comes up with:
Movies I've watched recently:
* No movies rated yet! Go and rate some. Now.
I'd like to change that movies ---> comics.
I have finally fixed this by going through all the PHP/CSS/JS files and replacing movie with comic.
Now...when I output the PHP code, it will display 0.3 on the sidebar widget and the options don't work.
Unfortunately there isn't a separate language file provided with the plugin, so it makes it harder to do the edits. You wouldn't need to change every single 'movie' entry with 'comic', since that would essentially break the script imho, but what you need to look is the PHP that outputs the text 'movie' and replace that with 'comic'.
You're right - that would work. Thanks.