94
@all
Great module! I see a lot of dead links in this thread, so here is what you should do to get the latest version:
1: download original module x_movie 1.7 at
rc-net.jp or
xoopscube.jp.
2: download the custom version on
voicha.com.
3: overwrite the original module with the custom version and upload the result to the XOOPS modules folder
4: edit the system module
overwrite system/blocks/system_blocks.php (backup old version first!)
add this in system/language/english/blocks.php:
define("_MB_X_MOVIE_NEW","New Movie File");
define("_MB_X_MOVIE_DAMAGE","Damaged Movie File");
define("_MB_X_MOVIE_REVISION","Movie File Revision");
You can do this for your own language too. Hope the translation is okay
5: some things aren't translated automagically, so you need to edit these files:
templates/x_movie_navi.html
<TABLE border='0' width='100%'>
<TR><TD class="x_movie_navi" width='100%'>
<a href="<{$xoops_url}>/modules/x_movie/index.php">Indexa> •
<a href="<{$xoops_url}>/modules/x_movie/list.php">Lista> •
<a href="<{$xoops_url}>/modules/x_movie/topten.php?hit=1">Top Ten Hitsa> •
<a href="<{$xoops_url}>/modules/x_movie/topten.php?rate=1">Top Ten Ratinga> •
<a href="<{$xoops_url}>/modules/x_movie/submit.php">Submita>
TD>TR>TABLE>
language/english/main.php add at the bottom
define("_MD_UPLOAD", "Upload"); // add by NAO8
define("_MD_X_MOVIE_RATINGSCALE","Rating scale");
define("_MD_X_MOVIE_URLCORRESPONDENCE","URL http://www.youtube.com/" target="_blank">YouTube, Break, DivX Stage6, Watchme.TV, Ask.jp, metacafe, Dailymotion");
define("_MD_X_MOVIE_EMBEDCORRESPONDENCE","EMBED http://www.youtube.com/" target="_blank">YouTube, Break, DivX Stage6, Watchme.TV, Ask.jp, metacafe, Dailymotion");
define("_MD_X_MOVIE_WEIGHT","Weight: ");
6: update system module and install x_movie module
That's all folks!