Jump to content

snowofman

Moderators
  • Posts

    3,495
  • Joined

  • Last visited

Everything posted by snowofman

  1. please ask your question here Locking this thread as it's not ment as a random question thread just seen that you've made a thread of your own.
  2. team next match past meetings details.xml i believe
  3. on the right side there is a "line" grab it and move the panel back over to the left. it should bring the tablet back in place or dobbelt click the "line"
  4. 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
  5. 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
  6. it's easier if you google a rgb colour picker and use the rgb values. atleast now you know how to change the colours
  7. you should be able to align it to the left in either the titlebar or the titlebar search panel i can never remember which
  8. value="rgb(20,62,95)" change these to the colour you want example value="yellow"
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. Please take the issue solving to ↓ as it's not a WTCS issue Thank you
  15. my 1st guess would be yes. you just have to locate the correct file and then add the face code
  16. 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>
  17. <widget class="scout_stars_label"> <record id="object_property" get_property="Ppab" /> </widget> This is working for me,
  18. 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" />
×
×
  • Create New...