English > Support
IMDB votes in the skin: customsection disappears
Ivek23:
My apologies if the post does not belong here.
I have a problem:
Skin pvd_classic_movie_tabs
When I want to IMDb Votes otherwise in customsection tab moved to Main information tab next to the IMDb rating customsection tab becomes invisible in the skin.
Please help how to insert IMDb Votes and this remains visible customsection tab.
rick.ca:
It can't be done. If you want to keep the tab, you'll have to redefine it as a regular section and explicitly include all your custom fields in it. This is good practice anyway. Once you have done it, you can move any of your custom fields anywhere else in the skin.
Ivek23:
--- Quote ---If you want to keep the tab, you'll have to redefine it as a regular section and explicitly include all your custom fields in it.
--- End quote ---
And how to do it, can it like this:
--- Code: ---<row>
<column>
<label width="100" halign="right">
<caption>IMDB Votes</caption>
</label>
<spacer width="10"/>
<custom field="IMDB Votes"/>
</column>
</row>
--- End code ---
Ivek23:
For example, can it like this:
--- Code: --- <row>
<column>
<label width="100" halign="right" valign="top">
<caption>IMDbID:</caption>
<font>
<name>Arial Black</name>
<size>10</size>
</font>
</label>
<spacer width="-7" />
<custom field="IMDbID">
<color>$D7FDDD</color>
<font>
<size>11</size>
<color>$006600</color>
<bold />
</font>
</custom>
<spacer width="10" />
</column>
</row>
--- End code ---
rick.ca:
Sorry, I'm not sure what your question is. I know you collect a lot of custom data, and therefore assume you know how to add a custom field to a skin. AFAIK, once you include a custom field in a skin, the special 'customsection' no longer works. It's purpose is to automatically display all custom fields in one section when none of them are explicitly included in the skin.
Navigation
[0] Message Index
[#] Next page
Go to full version