A habbo-related forum

Good luck with it! Used to play it a lot (shamefully enough).
UserCP:
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
FAQ:
Code:
<td class="vbmenu_control"><a rel="help" href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
Calendar:
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
Chatbox you'll have to remove yourself, it should be in between:
<!-- nav buttons bar -->
and
<!-- / nav buttons bar -->
Remove these one-by-one, and I recommend backing up just in case I am wrong.