I think no one release this then , I would like to release it .
First : Open {app/tpl/skins/*NAME*/news.php
Second : Search Third : Replace that with
Code:
<style>
img.floatRight {
float: right;
margin: 4px;
}
h3 {text-align:right; margin:10px;}
</style>
<h3>-{newsAuthor}</h3>
<?php
$getCom = mysql_query("SELECT * FROM cms_news WHERE id = '".htmlentities($_GET['id'])."' ");
?><?php
while($Com = mysql_fetch_array($getCom)){
$getuserlook = mysql_query("SELECT * FROM users WHERE username = '".$Com['author']."'");
$userlook = mysql_fetch_array($getuserlook);
echo'
<img src="http://www.habbo.com/habbo-imaging/avatarimage?figure='.$userlook['look'].'&direction=2&head_direction=3&size=m" class="floatRight">
';
}?>
Screenies :
Thats what I have .