MyBB Community Forums

Full Version: vB-Style Posts as requested by r3sp4wn
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Related resources:
http://www.mybboard.com/community/showth...p?tid=2212 (vB-Style Smilies)
http://www.mybboard.com/community/showth...p?tid=2184 (vB-Style Admin CP)

Screenshot:
[Image: pdotop0bc.th.jpg]
--------------------------------------------------------------------

STEP1
Go to postbit:
replace EVERYTHING there with this:
<tr>
<td class="$altbg" width="155" valign="top" nowrap="nowrap" align="center"><a name="pid$post[pid]"></a>
<strong><div align="left" style="float:left;"><span class="largetext"><a href="member.php?action=profile&amp;uid=$post[uid]">$post[username]</a></span></strong><br />
<span class="smalltext">
$usertitle<br />
$userstars
$usergroupimage<br />
$avatar<br /></span></div>
<div align="right"style="float:right;">
<span class="smalltext">
$lang->postbit_posts $post[postnum]<br />
$lang->postbit_group $usergroup[title]<br />
$lang->postbit_joined $regdate<br />
$lang->postbit_status $onlinestatus$replink<br />
</span></div>
</td></tr><tr>
<td class="$altbg" width="100%" valign="top">
<table width="100%">
<tr><td class="trow">$posturl$icon<span class="smalltext"><strong> $post[subject]</strong></span>
<p>$post[message]</p>
$attachments
$signature
<div style="text-align: right; vertical-align: bottom;">
<span class="smalltext">$postdate $posttime</span><br>
$editedmsg
$iplogged
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="$altbg" width="100%" valign="middle" height="18">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
	<tr valign="bottom"><td align="left" ><span class="smalltext">$email$pm$www$find</span></td>
	<td align="right" nowrap="nowrap"><span class="smalltext">$edit$quickdelete$quote$report</span></td>
	</tr>
	</table>
</td>
</tr>
<tr>
<td class="tcat" colspan="2"><img src="$theme[imgdir]/pixel.gif" height="1" width="1" alt="" /></td>
</tr>

STEP2
Go to Show Thread Templates -> showthread
Replace EVERYTHING with this:
<html>
<head>
<title>$thread[subject]</title>
$headerinclude
</head>
<body>
$header
<table width="$theme[tablewidth]" align="center" cellspacing="0" cellpadding="0"><tr>
<td align="left" valign="bottom">$multipage</td>
<td align="right">$newreply$newthread</td></tr></table>
<span class="smalltext"><br /></span>
$pollbox
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tr>
<td class="thead"><strong>$rating $thread[subject]</strong></td>
</tr>
$posts
$threadpages
<tr>
<td colspan="2" class="thead">
<div style="float: right;"><strong>&laquo; <a href="showthread.php?tid=$tid&amp;action=nextoldest">$lang->next_oldest</a> | <a href="showthread.php?tid=$tid&amp;action=nextnewest">$lang->next_newest</a> &raquo;</strong></div>
<div><strong><a href="showthread.php?mode=threaded&amp;tid=$tid&amp;pid=$pid#pid$pid">$lang->threaded</a> | <a href="showthread.php?mode=linear&amp;tid=$tid&amp;pid=$pid#pid$pid">$lang->linear</a></strong></div>
</td>
</tr>
</table>
$threadexbox
<br />
<table width="$theme[tablewidth]" align="center" cellspacing="0" cellpadding="0"><tr>
<td>$newreply$newthread</td></tr></table>
$quickreply
$adminoptions
$similarthreads
<br />
<table cellspacing="0" cellpadding="0" border="0" width="$theme[tablewidth]" align="center">
<tr><td class="tborder">
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" width="100%">
<tr>
<td class="trow1">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="middle" align="left">
<a href="printthread.php?tid=$tid">$lang->view_printable</a><br />
<a href="sendthread.php?tid=$tid">$lang->send_thread</a><br />
<a href="usercp2.php?action=addsubscription&amp;tid=$tid">$lang->subscribe_thread</a> | <a href="usercp2.php?action=addfavorite&amp;tid=$tid">$lang->add_favorites</a></td>
<td valign="middle" align="right">
$ratethread
<br />
$forumjump
</td></tr>
</table>
</td></tr>
</table>
</td></tr></table>
$footer
</body>
</html>

A more detailed instruction for STEP2:
Go to Show Thread Templates -> showthread
Find:
<td class="thead" colspan="2"><strong>$rating $thread[subject]</strong></td>
Delete(Inside the one you found):
colspan="2"

Find and delete:
<tr>
<td class="tcat"  width="15%"><span class="smalltext"><strong>$lang->author</strong></span></td>
<td class="tcat " width="85%"><span class="smalltext"><strong>$lang->message</strong></span></td>
</tr>
Great thanks. Rep upped.
Thank you Smile
Screenshot available?
*Updated Smile
how can I fix this?

there are some stuff missing like rank, status and other stuff.
You're using PR2? This is for RC4.
I haven't made a version for PR2, nor do I plan to make one Sad
paolo90 Wrote:You're using PR2? This is for RC4.
I haven't made a version for PR2, nor do I plan to make one Sad

I have Smile