Personal Video Database

English => Development => Topic started by: minolotus on August 02, 2011, 09:19:04 pm

Title: Skin engine: links without underline
Post by: minolotus on August 02, 2011, 09:19:04 pm
The skin engine manual describes in the skin default section some settings to turn off the underline for links. I have added this code to my skin:

Code: [Select]
<linkdefs>
    <underline_record>false</underline_record>
    <underline_memo>false</underline_memo>
    <underline_combo>false</underline_combo>
</linkdefs>

This works well for all fields except for the people fields (producers, directors, actors). These data are still underlined. Is there an addition setting in the skin engine which I miss or is it not possible to turn these underlines off?
Thanks for any help.
Title: Re: Skin engine: links without underline
Post by: rick.ca on August 03, 2011, 12:10:44 am
It seems to me I struggled with the same question. That was a long time ago, so I don't recall whether I found it couldn't be done, or I chose to leave them as they are. It might be the latter, because if the underline is removed they'll appear the same as other fields that are blue (because they're internal search links). :-\
Title: Re: Skin engine: links without underline
Post by: minolotus on August 03, 2011, 08:09:00 pm
Thanks for the reply. It is no big deal so I keep it as it is.

If Nostra will eventually make changes on the skrip engine, maybe he will remember this and add an option to remove these underlines too. :)
Title: Re: Skin engine: links without underline
Post by: nostra on August 07, 2011, 12:59:53 am
It is a bug, I'll fix it in version 1
Title: Re: Skin engine: links without underline
Post by: minolotus on August 07, 2011, 10:20:39 am
That's great. Thank you!