MyBB Community Forums

Full Version: Vbulletin post style?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
where I can download this modification?

greets
hello there,

read here

regards
Want your forum to look like vBulletin?

The fastest way is to actaully buy it.
Masahiro Wrote:Want your forum to look like vBulletin?

The fastest way is to actaully buy it.

When I poop out $160 I will be sure to do that Toungue
i would not even pay $1 us for vb
What?? You want to buy that when you got MyBB? damn. I woulden't even think about it; the power of Freeware/Open source.
I was just making a point.

MyBB is MyBB.

vBulletin is vBulletin.

You shouldn't be hiding the fact that you're running MyBB - yes, modify it to look like vBulletin a little but praticly emulating it really defeats the point of having MyBB in the first place.
I totally agree.
I have changed postbit template in oreder to have vB look in posts but it isn`t good (message field).Here you can see wat is the problem:

http://denden.freehostia.com/showthread....pid=6#pid6

and here is the code that I use in postbit template:

<tr>
<td class="$altbg" width="100%" valign="top" nowrap="nowrap"><div align="left" style="float:left;">$post[useravatar]</div><div align="left" style="float:left; padding-left:10px;"><span class="largetext"><a href="member.php?action=profile&amp;uid=$post[uid]">$post[username]</a></span></strong><br />
<span class="smalltext">
$post[usertitle]<br />
$post[userstars]
$post[groupimage]<br /></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 $post[userregdate]<br />
$lang->postbit_status $post[onlinestatus]<br /></div>
</span>
</td></tr><tr>
<td class="$altbg" width="100%" valign="top">
<table width="100%">
<tr><td class="trow">$post[posturl] $post[icon]<span class="smalltext"><strong>$post[subject]</strong></span><hr />
<p>$post[message]</p>
$post[attachments]
$post[signature]
<div style="text-align: right; vertical-align: bottom;">
<span class="smalltext">$post[postdate] $post[posttime]</span><br>
$post[editedmsg]
$post[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>
<tr valign="bottom">
<td align="left" ><span class="smalltext">$post[button_email]$post[button_pm]$post[button_www]$post[button_find]</span></td>
<td align="right" nowrap="nowrap"><span class="smalltext">$post[button_edit]$post[button_quickdelete]$post[button_quote]$post[button_report]</span></td>
</tr>
</table>
</td>
</tr>


Can you tell me what`s the problem?
Well this is for an default theme of MyBB.
<tr>
<td class="$altbg" width="100%" valign="top" nowrap="nowrap"><div align="left" style="float:left;">$post[useravatar]</div><div align="left" style="float:left; padding-left:10px;"><span class="largetext"><a href="member.php?action=profile&amp;uid=$post[uid]">$post[username]</a></span></strong><br />
<span class="smalltext">
$post[usertitle]<br />
$post[userstars]
$post[groupimage]<br /></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 $post[userregdate]<br />
$lang->postbit_status $post[onlinestatus]<br /></div>
</span>
</td></tr><tr>
<td class="$altbg" width="100%" valign="top">
<table width="100%">
<tr><td class="trow">$post[posturl] $post[icon]<span class="smalltext"><strong>$post[subject]</strong></span><hr />
<p>
$post[message]
</p>
$post[attachments]
$post[signature]
<div style="text-align: right; vertical-align: bottom;">
<span class="smalltext">$post[postdate] $post[posttime]</span><br />
$post[editedmsg]
$post[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>
<tr valign="bottom">
<td align="left" ><span class="smalltext">$post[button_email]$post[button_pm]$post[button_www]$post[button_find]</span></td>
<td align="right" nowrap="nowrap"><span class="smalltext">$post[button_edit]$post[button_quickdelete]$post[button_qquote]$post[button_quote]$post[button_report]</span></td>
</tr>
</table>
</td>
</tr>
Pages: 1 2