Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Raptre

Pages: [1]
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.
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.

2
Support / Re: Custom Field Questions
« on: January 21, 2010, 02:49:39 am »
Ok...  I did that with the description field, but I don't know how to do it with the custom section.

3
Support / Re: Custom Field Questions
« on: January 21, 2010, 02:21:05 am »
Haha now I feel just so utterly stupid.  Thanks for that.

Here is a screencap if anyone has an idea on how to center the text
http://img.photobucket.com/albums/v122/Raptre/pvd-issue1.png

4
Support / Re: Custom Field Questions
« on: January 21, 2010, 02:06:19 am »
Thanks for your response and although I'm a tad disappointed with the inability to use images or center the text the prospects of just adding the links are good.

However this is the coding I'm using in the memo field, but only the link to trailer 1 shows up.
Code: [Select]
<link url="Z:\Trailers\2012_t1.mov">Watch Trailer #1</link>
<link url="Z:\Trailers\2012_t2.mov">Watch Trailer #2</link>

EDIT:
I managed to get multiple links to appear, but only when I dont use a line break.
Code: [Select]
<link url="Z:\Trailers\2012_t1.mov">Watch Trailer #1</link> | <link url="Z:\Trailers\2012_t2.mov">Watch Trailer #2</link>

5
Support / Custom Field Questions
« on: January 21, 2010, 12:47:23 am »
I'm trying to create a custom field section for my database to place my trailers.  I've managed to create a link to a trailer in a memo field, but I can only place 1 link.  This doesn't help if I have more than one trailer unless I make multiple memo fields.

1. Is it possible to place more than one link in a custom field?  If so, how?

I would also like to center the text in the custom field instead of the left alignment.  I found a tag in the skin <customsection> but I'm unsure what to do.

2. What would I need to do in order to center the text in my custom field?

Lastly it would be more aesthetically pleasing if I was able to use an image file instead of text as the link to the trailer.

3. Is it possible to use an image for the link to the trailer?

Pages: [1]