1
Support / Re: Custom Field Questions
« on: January 21, 2010, 05:19:27 pm »
I'm not really wanting to write up a skin from scratch. I'm just trying to slightly alter the classic skin to suit my wants. I have no idea how I would define the field.
I have tried, but obviously if "trailers" isn't defined its pointless.
EDIT:
I figured out everything I needed. Thank you Rick.ca! I decided to use your theater view skin coding as an example and I got everything how I like it.
I have tried, but obviously if "trailers" isn't defined its pointless.
Code: [Select]
<row>
<column halign="center">
<fieldlabel field="trailers"/>
</column>
<column>
<trailers/>
</column>
</row>
EDIT:
I figured out everything I needed. Thank you Rick.ca! I decided to use your theater view skin coding as an example and I got everything how I like it.