BinaryWorks.it Official Forum
Home
|
Profile
|
Active Topics
|
Members
|
Search
|
FAQ
All Forums
eXtreme Movie Manager (Rel. 7), No More Updates
HTML Cards
movie_bigcover update
Note:
Only the poster of this message, and the Moderator can edit the message.
Screensize:
640 x 480
800 x 600
1024 x 768
1280 x 1024
UserName:
Password:
Format Mode:
Basic
Help
Prompt
Format:
Font
Andale Mono
Arial
Arial Black
Book Antiqua
Century Gothic
Comic Sans MS
Courier New
Georgia
Impact
Lucida Console
Script MT Bold
Stencil
Tahoma
Times New Roman
Trebuchet MS
Verdana
Size
1
2
3
4
5
6
Color
Black
Red
Yellow
Pink
Green
Orange
Purple
Blue
Beige
Brown
Teal
Navy
Maroon
LimeGreen
Message:
* HTML is OFF
*
Forum Code
is ON
Smilies
Finally I got it! [b]_MOVIE_CHARACTERINFO_ is misused as info for original/remake[/b] The red colored lines can be replaced by code to show the pics for Original or Remake! Data has to be filled in manually: Original: Der Tag an dem die Erde still stand [1951]|819# Remake: Der Tag an dem die Erde still stand [2008]|1123# Remake: text|movieid# or Remake: text|# Original only has to be filled if the actual movie is a remake. The number behind | is the MovieID if it's in the database otherwise leave it blank. # is at the end of each line. Multiple remakes are allowed. [code]<a id="reminfo" style="display:none;">_MOVIE_CHARACTERINFO_</a> <script type=text/javascript> var remakeinfo = $('#reminfo').text(); var remake = ''; var myArray = remakeinfo.split('#'); for (var i = 0;i < myArray.length;i++) { remake = myArray[i]; if (remake.length >> 0) { var outp = ''; if (remake.indexOf('Original: ') == -1 && i == 0) { [red]document.write('ORIGINAL!!!<br><br>');[/red] document.write('<br><br>Remakes:'); var orig = -1; } else { if (i == 0) { [red]document.write('REMAKE!!!<br><br>'); [/red] document.write('Original:'); } var orig = 0; } remake = remake.substring(remake.indexOf(':')+1,remake.length); var sTitle = remake.substring(0,remake.indexOf('|')); var sID = remake.substring(remake.indexOf('|')+1,remake.length); if (sID.length >> 0) { outp = outp + '<br><font color="#FFFFFF"><a href="" onClick="window.external.COLLECTION_FINDMOVIE('; outp = outp + '' + sID + ''; outp = outp + ');return false;"><b> ' + sTitle + '</b></a></font><br>'; } else { outp = outp + sTitle; } document.write(''+outp); if (orig == 0 && i == 0 && myArray.length >> 1) { document.write('<br>Other Remakes:<br>'); } } } </script>[/code]
Check here to include your profile signature.
BinaryWorks.it Official Forum
© Binaryworks.it
Generated in 0.02 sec.