|
|
| Author |
Message |
azuvk
Joined: 22 Dec 2009 Posts: 12
|
Posted: Tue Dec 22, 2009 1:23 pm Post subject: Help formatting userfields on new moviecard |
|
|
Hi, first of all sorry for my bad english
I am editing a moviecard, and I want to put my userfields in different possitions. When I write this:
| Code: | <table cellpadding="0" cellspacing="1" class="MovieInfo">
<tr><td class="Name"><!--#personalmarks_lbl -->:</td><td><!--#personalmarks --></td></tr>
<tr><td class="Name"><!--#vidinfo_lbl -->:</td><td><!--#vidinfo --></td></tr>
<tr><td class="Name"><!--#userfield_lbl -->:</td><td><!--#userfield --></td></tr>
<tr><td class="Name"><!--#subtitles_lbl -->:</td><td><!--#subtitles --></td></tr>
</table> |
The program show this:
I wish to see my userfields like other fields, and I want to can click on them like other fields.
Can I write code to my userfields one by one?
like
#userfield_myrating
#userfield_notes
besides
#userfield
And other questions: Can I inster breaklines between every personal mark? I don't like to see all personal marks on same line.
Thank you |
|
| Back to top |
|
 |
Gemini
Joined: 26 Mar 2009 Posts: 1099
|
Posted: Fri Dec 25, 2009 4:23 pm Post subject: |
|
|
Hi!
Please refer to readme.txt file located in the Program Files\AllMyMovies\moviecards folder. It contains all available shortcuts for the movie card template.
Yes, it is possible to display one userfield. Use "name" attribute to specify the exact field's name. For example <!--#userfield name="image quality" --> will be replaced by the value of user field named "image quality" (without quotes).
Sorry, it is not possible to insert line breaks between personal marks in the current version.
Regards, |
|
| Back to top |
|
 |
azuvk
Joined: 22 Dec 2009 Posts: 12
|
Posted: Sat Dec 26, 2009 3:33 pm Post subject: |
|
|
Thank you! Day after day I love this program more!!
Other question: It is possible to make "userfields" clickable? I mean, now I can make click on some values (genre, actors....) to "show only movies where genre adventure". I like to can do it in userfields too... Maybe in future versions?
Sorry for my bad english and thank you for your help! |
|
| Back to top |
|
 |
Gemini
Joined: 26 Mar 2009 Posts: 1099
|
Posted: Sat Dec 26, 2009 4:53 pm Post subject: |
|
|
| Yeah, in the current versions it's impossible. But in the following versions we'll try to realize it. |
|
| Back to top |
|
 |
|