Author Topic: Skinning - Non collapsing Genre field  (Read 4211 times)

0 Members and 1 Guest are viewing this topic.

Offline street_samurai

  • Member
  • *
  • Posts: 6
    • View Profile
Skinning - Non collapsing Genre field
« on: January 24, 2013, 10:43:59 pm »
Hi All,

I have one more (and hopefully last) skinning related question (pvd_classic_movie and 1.0.2.3):

Is it possible to have the Genre field not collapse on the Movie Info screen? I have gone crazy with genres in my collection and often have 10 or more per movie. This means that almost all movies show some of their genres but not all on the Movie Info page without an addition click.

Have tried the following but doesn't work:

Code: [Select]
<genre collapsedlines="5" />
I've looked through the Skin Engine Manual a few times but can't seem to find my answer there.

Thanks for any help!

Offline rick.ca

  • Global Moderator
  • *****
  • Posts: 3241
  • "I'm willing to shoot you!"
    • View Profile
Re: Skinning - Non collapsing Genre field
« Reply #1 on: January 25, 2013, 12:01:48 am »
Quote
Is it possible to have the Genre field not collapse on the Movie Info screen?

No, not with that field type. You could reduce the font and/or give it the full width of the panel. ;)

Offline street_samurai

  • Member
  • *
  • Posts: 6
    • View Profile
Re: Skinning - Non collapsing Genre field
« Reply #2 on: January 25, 2013, 08:33:31 pm »
Ah! Hadn't thought of reducing the font size. Great idea. I'll try that out.

Thanks again for the quick reply!