Here is a vBulletin style post that I made. Just replace this code with your at Customize Design -> Forum -> appearance of entries.
<table border="0" width="100%" cellspacing="1" cellpadding="2" class="postTable">
<tr><td width="80%" class="postTdTop"><table><tr><td><a class="postUser" href="$PROFILE_URL$">$USERNAME$</a><br>
<?if($AVATAR_URL$)?><img alt="" title="$USERNAME$" class="userAvatar" border="0" src="$AVATAR_URL$"><?endif?>
<?if($POSTS$)?><div class="numposts">Messages: <span="unp">$POSTS$</span></div><?endif?>
<script type="text/javascript">
for (post=10;post<=10;post=post+$POSTS$) {
document.write("Points: "+<?if($REP_RATING$)?>(<?endif?><?if($AWARDS$)?>(<?endif?>(post*$POSTS$<?if($GROUP_NAME$='Blocked')?><?else?>*5/2/2*5<?endif?>)<?if($AWARDS$)?>+$AWARDS$*100)<?endif?><?if($REP_RATING$)?>+$REP_RATING$*250)<?endif?>+"<br/>");
}
</script></td>
<td style="padding-left: 15px;">
<?if($GROUP_ICON$)?><div class="postRankIco">$GROUP_ICON$</div><?else?><div class="postRankIco">$USER_RANK_ICON$</div><?endif?>
<?if($GROUP_NAME$)?><div class="postUserGroup">Group: $GROUP_NAME$</div><?endif?>
<?if($USER_TITLE$)?><div class="postRankName">Title: $USER_TITLE$<br></div><?else?><div class="postRankName">Rank: $USER_RANK_NAME$</div><?endif?>
<?if($READ_REP_URL$)?><div class="reputation">Reputation: <a title="View reputation history" class="repHistory" href="$READ_REP_URL$"><b>$REP_RATING$</b></a> <?if($DO_REP_URL$)?> <a class="reputationDo" title="Change reputation" href="$DO_REP_URL$"><span style="font-size:10pt"><b>±</b></span></a></div><?endif?><?endif?>
<?if($READ_BAN_URL$)?><div class="userBan">Reproofs: <a class="banPercent" title="View reproofs history" href="$READ_BAN_URL$">$BAN_RATING$</a> <?if($DO_BAN_URL$)?> <a title="Change reproofs level" class="banDo" href="$DO_BAN_URL$">±</a></div><?endif?><?endif?>
<?if($USER_STATUS$)?><div class="statusBlock">Status: $USER_STATUS$</div><?endif?>
<?if($GROUP_ID$)?> <?else?><br><br><br><br><br><?endif?>
</td><td style="padding-left: 15px;">
<?if($AWARDS_READ_URL$)?><br>
<fieldset><legend><?if($AWARDS_READ_URL$)?><a href="$AWARDS_READ_URL$" title="Awards">Awards: <span class="repNums"><b>$AWARDS$</b></span></a><?if($AWARDS_DO_URL$)?> <span style="font-size:8pt" title="Give Award">[<a href="$AWARDS_DO_URL$">Give</a>]</span><?endif?><?endif?></legend><span id="listawards$ID$">Loading awards ...</span>
<script type="text/javascript">
$('#listawards$ID$').show();
$.get('/index/54-$UID$', function(data){
data=$(data).text();
$('#listawards$ID$').empty().append($('td', data)).show();
})</script>
</fieldset>
<?endif?>
</td></tr></table>
</td><td class="postTdTop" width="20%" align="center"><?if($AWARDS_DO_URL$ && $USER_LOGGED_IN$ && $CUR_USER_ID$!=$UID$)?><div style="float:right"><a href="javascript://" rel="nofollow" onclick="new _uWnd('AwD','Give award',380,200,{autosize:1,maxh:300},{url:'/index/55-$UID$-28-forum-$FID$_$TID$_$ID$_16_$TIMESTAMP$'});return false;"><img alt="" src="http://s105.ucoz.net/img/icon/thumbu.png" width="13" border="0" title="Good post"></a> <a href="javascript://" rel="nofollow" onclick="new _uWnd('AwD','Give award',380,200,{autosize:1,maxh:300},{url:'/index/55-$UID$-47-forum-$FID$_$TID$_$ID$_16_$TIMESTAMP$'});return false;"><img alt="" src="http://s105.ucoz.net/img/icon/thumbd.png" width="13" border="0" title="Bad post"></a></div><?endif?>Date:<br>$WDAY$,<br>$DATE$,<br>$TIME$<hr><br>Message # $NUMBER$</td></tr>
</tr><td class="posttdMessage" valign="top" colspan="2">$MESSAGE$
<?if($ATTACHMENT$)?> <div align="left" class="eAttach">Attachments: $ATTACHMENT$</div><?endif?>
<br><center><hr size="1" width="150" align="left" class="signatureHr"><?if($SIGNATURE$)?><span class="signatureView">$SIGNATURE$</span><?else?>This user has not applied a signature yet.</center><?endif?>
<?if($EDITEDBY$)?><br><br><div class="edited">Message edited by $EDITEDBY$</div><?endif?></td></tr>
<tr><td class="postBottom" colspan="2"><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr><td>$USER_DETAILS_ICON_BAR$</td><td align="right" style="padding-right:15px;">$ENTRY_MANAGE_ICON_BAR$</td><td width="2%" nowrap align="right">$ON_TOP_ICON$$DEL_ENTRY_FIELD$</td></tr>
</table></td></tr></table>
Preview:
Please tell me of any flaws. Also, comment!
*FIXED* The only flaw I had was when I tested it on my other site. IT didn't show the bottom bar with the entry management stuff.
Edited Bylooneyhead - Monday, 2010 August 02, 10:11 PM