1
Development / Re: customfieldlabel vs. caption in skin
« on: July 01, 2011, 10:55:34 pm »
Thanks, that works! Wish I could understand why, but for now I'll just roll with it.
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.
<column width="140" halign="left">
<customfieldlabel field="watcher"/>
<label>
<caption>Watcher:</caption>
</label>
</column>
<column width="140" halign="left">
<label>
<caption>Watcher:</caption>
</label>
</column>
<strong>(IMDB Rating:6.3) Actors: {%param=name}{%param=name}{%param=name} Director: Robby Grewal</strong>
{%value=actors maxvalues="3"}
<p><strong>(IMDB Rating:{%value=imdbrating}) Actors: {%value=actors maxvalues="3"} Director: {%value=directors maxvalues="1"}</strong> {%value=description} </p>
If I'm understanding you right, you can already do this. Paste that URL into PVD's URL field, type/paste in whatever you want for Title, and PVD will import data for the correct movie. It won't work if Title is left blank, though it would be nice if it could be.
Delete plugins and scripts you don't want to have. Run PVD, run update. Right click on each plugin update you don't want to receive notifications of.
If you later want to reenable some, delete it from Tools -> Preferences -> Internet connection -> Ignore list.
It seems like the "Ignore header" option is broken and as you have only one line in your file it is treated as header. Just move the data one line below. Note also that you need a delimiter at the end of each value (the last one as well) for the data to be fully imported.