T O P I C R E V I E W |
cxp36 |
Posted - 12 Dec 2009 : 19:46:55 I use DefaultHTMLCard.htm to display movie information. I must be missing something very obvious, but I can't see a way to get the Tagline field to display.
I also have some info in fields called Custom 9 and Custom 11 that gets imported by the IMDB (complete) script. I would also like that to be displayed.
How can I do that? |
6 L A T E S T R E P L I E S (Newest First) |
JDommi |
Posted - 13 Dec 2009 : 08:39:23 Yes, that's the way it goes ;) |
cxp36 |
Posted - 12 Dec 2009 : 23:30:29 Am I understanding you correctly, JDommi? In order to have the two Custom fields appear on the Default moviecard, I need to open it with an HTML editor and modify the page manually? |
JDommi |
Posted - 12 Dec 2009 : 21:38:29 Something I have forgotten: please remember that users who use other scripts don't have info in those fields! So name the modified script that way that every user can identify the "must used". |
JDommi |
Posted - 12 Dec 2009 : 21:34:40 You have to modify the card... please have a look at movie_bigcover.htm: <tr> <td background="moviecards/bar7.png" height="20"><span class="style13"> <font color="#FFFFFF" face="Tahoma"> _TMOVIE_CUSTOMFIELD6_</font></span></td> </tr> <tr> <td class="style20" height="40"><div align="center" class="style14 style9"> <font face="Tahoma" size="1"><span style="font-weight: 400"> _MOVIE_CUSTOMFIELD6_</span></font></div></td> </tr>
|
cxp36 |
Posted - 12 Dec 2009 : 21:10:23 Thanks for the reply - I knew the tagline was somewhere obvious!
How would I add the fields you mention to the moviecard? |
JDommi |
Posted - 12 Dec 2009 : 20:01:26 Tagline is right under the title in top info bar. Custom fields are really missing. But you can add these fileds in card. Use _TMOVIE_CUSTOMFIELD9_ (description) and _MOVIE_CUSTOMFIELD9_ (data). |