English > Support
Rename / Rearrange Fields?
(1/1)
Melmoth:
Hi everybody
for a few days I've been playing around with this great programme, thanks a lot!
But there are a few things I still didn't get till now - at present I'm wondering
- if I could rename a field (there's no language file, isn't it? A skin wouldn't allow me that... right?)
- if I could influence the arrangement of custom fields
- where the custom fields are stored (I guess in my database...)
Thanks for replies!
nostra:
--- Quote ---if I could rename a field (there's no language file, isn't it? A skin wouldn't allow me that... right?)
--- End quote ---
You can create custom translations: http://www.videodb.info/forum_en/index.php?topic=763.0
You can also use Skins for the task.
--- Quote ---if I could influence the arrangement of custom fields
--- End quote ---
With skins you can position everything the way you like.
--- Quote ---where the custom fields are stored (I guess in my database...)
--- End quote ---
Yes, in the database
Melmoth:
Thanks doc for this light speed reply!
I kinda thought a skin is the right place for this idea but didn't proceed - I tried
--- Code: ---<row>
<column width="120" halign="right">
<fieldlabel field="mpaa"/>
</column>
<column>
<FSK/>
<spacer width="10"/>
</column>
</row>
--- End code ---
to change MPAA (shouldn't change field labels) to FSK. Guess I was little clumsy ...
nostra:
It would be like this if you want to use skins (but I would really recommend custom translation...):
--- Code: ---<row>
<column width="120" halign="right">
<label><caption>FSK</caption></label>
</column>
<column>
<spacer width="10"/>
</column>
</row>
--- End code ---
Melmoth:
yepp, that did the job. Thanks again, doc!
Navigation
[0] Message Index
Go to full version