This is smexy
Printable View
This is smexy
omg! I almost forgot to add: I also redid the :motd container too. I havn't got a screenie, but if someone can post a screenie of the motd container, I will happily add it to the main thread.
Nice man! I use this at my hotel, but the only enoying thing is the color (Black) on the down bar when the client is loading.
There's no loading texts, like "Welcomme to {hotelname}! {hotelname} is loading"
Yes, I made the font black, and the "Rare" logo makes the writing go behind the loading bar.
There should be a button in the problem saying something like: Loader Colors. Click that, and you should then be able to pick the new colours! :)
Problem in reading users issues
http://data.imagup.com/11/1171440285.PNG
i Like this one! Good job!
Can someone please fix the modtool?
This is nice :) <3
Since I don't think its been fixed yet...
Fixed Help - Download
Fix the help manually, Find habbo-611 and replace with this.
Code:<?xml version="1.0" encoding="UTF-8"?>
<layout name="issue_handler_message_list_item" width="20" height="20" version="0.0">
<window>
<text x="0" y="0" width="279" height="49" params="16" style="3" caption="%24%7B002_lorem_ipsum_content%7D" color="0xffa2d6ea" background="true">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_regular" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
</window>
</layout>
To fix the help information, Go to habbo-730 and find this.
Code:<children>
<container x="0" y="0" width="280" height="13" params="16" style="3" name="issues_header" caption="Issue%20handling" background="true">
<children>
<text x="0" y="0" width="56" height="13" params="786449" style="3" caption="Reporter">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_bold" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
<text x="80" y="0" width="57" height="13" params="786449" style="3" caption="Category">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_bold" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
<text x="140" y="0" width="56" height="13" params="786449" style="3" caption="From">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_bold" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
<text x="230" y="0" width="31" height="13" params="786449" style="3" caption="Open">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_bold" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
</children>
<children>
Replace with this.
Once you've done that, Find habbo-820 and replace with this.Code:
<children>
<container x="0" y="0" width="280" height="13" params="16" style="3" name="issues_header" caption="Issue%20handling" background="true">
<children>
<text x="0" y="0" width="80" height="13" params="786449" style="3" caption="Reporter">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_bold" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
<text x="80" y="0" width="60" height="13" params="786449" style="3" caption="Category">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_bold" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
<text x="140" y="0" width="70" height="13" params="786449" style="3" caption="From">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_bold" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
<text x="230" y="0" width="35" height="13" params="786449" style="3" caption="Open">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="font_size" value="11" type="uint"/>
<var key="text_style" value="u_bold" type="String"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="auto_size" value="left" type="String"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
</children>
<children>
Code:<?xml version="1.0" encoding="UTF-8"?>
<layout name="issue_handler_issue_info" width="20" height="20" version="0.0">
<window>
<container x="0" y="0" width="280" height="16" params="16" style="3" color="0xffa2d6ea" background="true">
<children>
<text x="0" y="0" width="80" height="16" params="17" style="3" name="reporter" caption="reporter" treshold="0">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="auto_size" value="left" type="String"/>
<var key="font_size" value="12" type="uint"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="text_style" value="u_regular" type="String"/>
<var key="embed_fonts" value="true" type="Boolean"/>
</variables>
</text>
<text x="80" y="0" width="60" height="16" params="16" style="3" name="category" caption="category">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="auto_size" value="left" type="String"/>
<var key="font_size" value="12" type="uint"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="text_style" value="u_regular" type="String"/>
<var key="embed_fonts" value="true" type="Boolean"/>
</variables>
</text>
<text x="140" y="0" width="70" height="16" params="16" style="3" name="room" caption="room" treshold="0">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="auto_size" value="left" type="String"/>
<var key="font_size" value="12" type="uint"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="text_style" value="u_regular" type="String"/>
<var key="embed_fonts" value="true" type="Boolean"/>
<var key="word_wrap" value="true" type="Boolean"/>
</variables>
</text>
<text x="230" y="0" width="35" height="16" params="16" style="3" name="time_open" caption="hh%3Amm%3Ass">
<variables>
<var key="font_face" value="Ubuntu" type="String"/>
<var key="auto_size" value="left" type="String"/>
<var key="font_size" value="12" type="uint"/>
<var key="text_color" value="0x000000" type="hex"/>
<var key="text_style" value="u_regular" type="String"/>
<var key="embed_fonts" value="true" type="Boolean"/>
</variables>
</text>
</children>
</container>
</window>
</layout>
Thanks Late3, I'll add it to the main thread now!
Very nice swf looks sleek and really like the 4 rows in the catalogue so many more items to a page saves so much space
Alfie