Jump to content

snowofman

Moderators
  • Posts

    3,234
  • Joined

  • Last visited

Everything posted by snowofman

  1. remember that there is a version 1 and a version 2 - the may look different but a screenshot never hurts and will make it easier to see what you mean and maybe help
  2. client object browser.xml sset a transparency="0.5 or somthing" on the background widget look at the file in a skin that has a background like you want it, thats the easy way
  3. it's easier if you google a rgb colour picker and use the rgb values. atleast now you know how to change the colours
  4. you should be able to align it to the left in either the titlebar or the titlebar search panel i can never remember which
  5. value="rgb(20,62,95)" change these to the colour you want example value="yellow"
  6. don't change the names unless you change it in the class file aswell. just change the value as said, then save the file and clear the cache and reload the skin
  7. have you tried to make the changes ? <!--Gimn CUSTOM PARAMETERS FOR THE Pizza--> <colour name="pizza_keeper" value="rgb(20,62,95)"/> <!-- dark blue --> <colour name="pizza_defend" value="rgb(57,137,199)"/> <!-- light blue --> <colour name="pizza_possess" value="green"/> <colour name="pizza_attack" value="rgb(111, 5, 200)"/> <!-- purple --> this should be what you need to edit. if i remember correct
  8. it's changed in the settings file, look for a <!-- pizza chart --> or similar and then change the rgb values, if there is numbers just delete the numbers and add green, yellow etc
  9. i'm not sure i fully understand. as default it's on the left, the code i gave you center it under the searchbox text (16th in portugal) so i'm not sure what it is exactly sure what it is you want
  10. That is correct, but it's a custom change you want to make and we use the thread linked above for those sorts of things so we don't clutter up the skin thread with non bug / questions
  11. Please take the issue solving to ↓ as it's not a WTCS issue Thank you
  12. my 1st guess would be yes. you just have to locate the correct file and then add the face code
  13. Client object browser.xml locate this widget near the bottom and replace it with this code <container id="tBAR"> <attachment_group class="horizontal_arrange" horizontal_alignment="middle"/> <container class="sections_menu_strip" id="acse" auto_size="horizontal"/> </container>
  14. <widget class="scout_stars_label"> <record id="object_property" get_property="Ppab" /> </widget> This is working for me,
  15. try and add <record id="object_property" get_property="objt" set_property="objt" /> inside the widget instead of outside or use <record id="object_property" get_property="Ppab" /> <record id="object_property" get_property="Pcab" />
  16. remember to untick "used caching for faster loading" in preferences clear the cache and reload the skin
  17. the top is titlebar, look in the generic folder, maybe the font has been set there or titlebar search
  18. you can always try and remove the fonts folder that will make the font into the default fonts
  19. Spending time making things fit and look neat is very time consuming But you just just grab the "views" part from sas and replace it in the WTCS file. But if you look closer at the Sas skin, alot of the views have <record id="PcjN" width="100" alignment="centre,can_scale"> <integer id="size" value="8"/> <integer id="font" value="title"/> <integer id="colour" value="white"/> </record> which helps alot of adjusting things also remember that any <flags need to be <record for you to be able to make changes to it, as width, alignments etc
  20. thats the inbox and probably inbox panel.xml
  21. thats up to personal preferences and not something one person can answer as we all prefer different things
×
×
  • Create New...