Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: gif, jpg, png, txt, tpl, lng, ini, pvd, psf, ini, cfg, csv, zip, xml, pas, 7z
Restrictions: 4 per post, maximum total size 1024KB, maximum individual size 1024KB
Note that any files attached will not be displayed until approved by a moderator.
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the fifth word in this sentence?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Melmoth
« on: September 21, 2009, 11:37:17 pm »

yepp, that did the job. Thanks again, doc!
Posted by: nostra
« on: September 21, 2009, 10:26:27 pm »

It would be like this if you want to use skins (but I would really recommend custom translation...):
Code: [Select]
<row>
   <column width="120" halign="right">
    <label><caption>FSK</caption></label>
   </column>
   <column>
<spacer width="10"/>
   </column>
  </row>
Posted by: Melmoth
« on: September 21, 2009, 07:51:15 pm »

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: [Select]
<row>
   <column width="120" halign="right">
    <fieldlabel field="mpaa"/>
   </column>
   <column>
<FSK/>
<spacer width="10"/>
   </column>
  </row>
to change MPAA (shouldn't change field labels) to FSK. Guess I was little clumsy ...
Posted by: nostra
« on: September 21, 2009, 07:35:06 pm »

Quote
if I could rename a field (there's no language file, isn't it? A skin wouldn't allow me that... right?)

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

With skins you can position everything the way you like.

Quote
where the custom fields are stored (I guess in my database...)

Yes, in the database
Posted by: Melmoth
« on: September 21, 2009, 07:24:01 pm »

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!