English > Feature Suggestions
Skin: some errors
Zacca:
This is a list of errors i v found when i make skin:
orname ..........Don't take "labelfont" settings.
field-tagline............Don't take "fieldfont" colors.
field-description.....Don't take "fieldfont" colors.
field-comment.....Don't take "fieldfont" colors.
field-features......Don't take "fieldfont" colors.
"field + tag" the halign center work fine but with only "tag" seems not work.
label-caption without any other tag or field don't show nothing.
I think is logically to add a "call" to change the color of the internal link like..genre,category,country.......
For now is all
Thanks
nostra:
Thx for the info. I will try to improve the skin system asap.
nostra:
--- Quote ---orname ..........Don't take "labelfont" settings.
--- End quote ---
orname is considered to be a field as it is changeable...
--- Quote ---"field + tag" the halign center work fine but with only "tag" seems not work.
label-caption without any other tag or field don't show nothing.
I think is logically to add a "call" to change the color of the internal link like..genre,category,country.......
--- End quote ---
Could you explain a bit more precisely?
Zacca:
--- Quote ---"field + tag" the halign center work fine but with only "tag" seems not work.
--- End quote ---
Sorry but i don't remember the problem, if i find it again i'll tell you :)
--- Quote ---label-caption without any other tag or field don't show nothing.
--- End quote ---
--- Code: ---<row>
<column halign="center">
<title autosize="true">
<font>
<name>Comic Sans MS</name>
<bold/>
<size>24</size>
<color>$0f0f0f</color>
</font>
</title>
<label>
<font>
<name>Georgia</name>
<size>22</size>
<bold/>
</font>
<caption>SHOWME</caption>
</label>
</column>
</row>
--- End code ---
= Title+SHOWME
--- Code: ---<row>
<column halign="center">
<label>
<font>
<name>Georgia</name>
<size>22</size>
<bold/>
</font>
<caption>SHOW ME</caption>
</label>
</column>
</row>
--- End code ---
=nothing
--- Quote ---I think is logically to add a "call" to change the color of the internal link like..genre,category,country.......
--- End quote ---
--- Code: ---<linkdefs>
<linkcolor1>$00ff00</linkcolor1>
<linkcolor2>$ff00ff</linkcolor2>
</linkdefs>
<linkIDONTKNOW>
<linkcolor1>$00ff00</linkcolor1>
<linkcolor2>$ff00ff</linkcolor2>
</linkIDONTKNOW>
--- End code ---
linkIDONTKNOW=change the color of the internal link like..genre,category,country.......
nostra:
If you want to make smth always visible then use permanent attribute like this:
--- Code: --- <row>
<column halign="center">
<label permanent="true">
<font>
<name>Georgia</name>
<size>22</size>
<bold/>
</font>
<caption>SHOW ME</caption>
</label>
</column>
</row>
--- End code ---
--- Quote ---linkIDONTKNOW=change the color of the internal link like..genre,category,country.......
--- End quote ---
Do you mean this (already there)
--- Code: ---<category linkcolor1="$FF0400" linkcolor2="$FFFF00"/>
--- End code ---
Navigation
[0] Message Index
[#] Next page
Go to full version