Aren't these new skins done yet? They're not meant to take more than 1 or 2 months :S
Printable View
Aren't these new skins done yet? They're not meant to take more than 1 or 2 months :S
No time to dwell. To add, I don't remember anything major since I've been a member and I'm pretty sure I've been a member for around the same amount as time as you.
They're waiting until they update to a new version of vB or something, probably means more to you than it does to me :P
As mentioned previously, waiting on a stable-stable version of vB 4.0 as with early editions they tend to update the version frequently. There is already plans for 4.0.2 sometimes towards the end of this month and between gold and .2 the css is changing slightly though it hasn't been specified what exactly.
We also need to port across our customizations, hacks and test the product so no we aren't taking a head first approach as the foolish people would do.
Do we have some sort of timeframe for this? We've been hearing about this VB 4 for a few months now! :)
Why does it have to wait until vB4? If the coders here can't simply grab data from a profile field then return it in fused with an image taking up a few lines of code then there's something up.
To save you the hassle:
HTML Code:<!-- START OF USERNAME FLAGS -->
<div style="padding-top: 3px;">
<if condition="$post[field40]">
<a href="http://www.habbo.co.uk/home/$post[field40]" target="_blank"><img align="center" src="images/pics/uk.gif" border="0" alt="Habbo UK Username: $post[field40]"/></a>
<else />
</if>
<if condition="$post[field54]">
<a href="http://www.habbo.ca/home/$post[field54]" target="_blank"><img align="center" src="images/pics/ca.gif" border="0" alt="Habbo CA Username: $post[field54]"/></a>
<else />
</if>
<if condition="$post[field55]">
<a href="http://www.habbo.com/home/$post[field55]" target="_blank"><img align="center" src="images/pics/usa.gif" border="0" alt="Habbo USA Username: $post[field55]"/></a>
<else />
</if>
<if condition="$post[field56]">
<a href="http://www.habbo.com.au/home/$post[field56]" target="_blank"><img align="center" src="images/pics/au.gif" border="0" alt="Habbo AU Username: $post[field56]"/></a>
<else />
</if>
<if condition="$post[field57]">
<a href="http://www.habbo.com.sg/home/$post[field57]" target="_blank"><img align="center" src="images/pics/sg.gif" border="0" alt="Habbo SG Username: $post[field57]"/></a>
<else />
</if>
</div>
<!-- END OF HABBO USERNAME FLAGS -->