I didn't notice before so I think it started with DVDpedia 5.1.5, on the modify window there are empty stars for the rating.
Do you think we could use that empty stars for a Detail template?
I still have issues with multi values (comma separated strings) on the director field and filter option.
"Original" templates like Collection or Mint use:
Code: Select all
<!--IFgenericField
<div class="field">
<div class="title">[translate:genericField]: </div>
<div class="text"> [key:genericField]</div>
</div>
ENDgenericField-->
I started to modify another template (probably it was an old "Collection" copy as I renamed to myCollection) and I have to force the filterby with:
Code: Select all
<!--IFdirector<div class="field"><div class="title">[translate:director]:</div><div class="text"><a href="pedia://filterBy=[key:director]&field=director">[key:director]</a></div></div>ENDdirector-->
Any hint on this?