MyBB Community Forums

Full Version: Mybulletin - Vertical Complete - v2.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi all this is my first ever release so im presuming that im allowed to release my modification to it.

It supports mybb v1.28-1.29.

Old version made by P@trick :

[Image: oldversion.png]

New Version By me :

[Image: NewVersion.gif]

Changes Between Versions

[Image: diff.gif]

Thats how it was left after p@tricks horizontal to vertical conversion. I took the liberty of fixing Big Grin

How to make it work

First of all download the theme from Here

Templates > Modify/Delete > Mybulletin > Expand > Post bit Templates > Expand > Postbit > Edit

Replace all code with this :

    <!-- Thead and Tcat Backgrounds-->

    <table border="0" cellspacing="0" cellpadding="2" class="tborder">
    <tr>
    <td class="tcat" colspan="3">
    <table cellpadding="0" cellspacing="0" width="100%">
    <tr>
    <td width="100%" style="color:#FFFFFF"><img src="{$theme['imgdir']}/post_old.gif" alt="" style="vertical-align:middle"/> {$post['postdate']}, {$post['posttime']}</td>
    <td style="white-space:nowrap; color:#FFFFFF" align="right"><strong><a href="showthread.php?tid={$tid}&pid={$post['pid']}#pid{$post['pid']}">#{$postcounter} </a></strong> </td>
    <td style="white-space:nowrap; color:#FFFFFF" align="right">{$post['inlinecheck']}</td>
    </tr></table>
    </td>
    </tr>
    <tr>

    <td class="trow2" valign="top" style="white-space:nowrap" width="180"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
    {$post['user_details']}
    </td>

    <td class="trow3" valign="top" colspan="2">
    <div id="pid_{$post['pid']}">
    <img src="{$theme['imgdir']}/post.png" alt="" style="vertical-align:middle"/> <span style="font-size:11px;">{$post['subject']}</span>
    <hr />
    {$post['message']}
    </div>
    {$post['attachments']}
    {$post['signature']}
    <div style="font-style:italic; vertical-align: bottom;">
    {$post['editedmsg']}
    </div>
    <br /></td></tr>

    <tr>
    <td class="trow2"><span style="vertical-align:bottom">{$post['button_report']}</span> {$post['iplogged']}</td>
    <td class="trow1">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</td>
    <td class="trow1" align="right">{$post['button_edit']}{$post['button_quote']}{$post['button_multiquote']}</td>
    </tr>

    </table>
    <div style="padding-bottom:6px;"></div>

Templates > Modify/Delete > Mybulletin > Expand > Post bit Templates > Expand > Postbit_Author_Guest > Edit

Replace all code with this :

<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td>
{$post['useravatar']}
</td>
<td width="100%" valign="middle" style="padding-left:6px;">
<span style="font-size:large; font-weight:bolder;">{$post['profilelink']}</span> 
<span class="smalltext">
{$post['usertitle']}<br />
<br>
{$post['userstars']}
{$post['groupimage']}</span>
</td>
</tr></table>


Templates > Modify/Delete > Mybulletin > Expand > Post bit Templates > Expand > Postbit_Author_User > Edit

Replace all code with this :

<span style="font-size:large; font-weight:bolder;">{$post['profilelink']}</span> {$post['iplogged']}<br />

<br>
<span class="smalltext">
{$post['usertitle']}<br />
<br>
{$post['userstars']}<br />
{$post['groupimage']}</span>
{$post['useravatar']}<br /><br />

<span class="smalltext">
{$lang->postbit_joined} {$post['userregdate']}<br />
{$lang->postbit_posts} {$post['postnum']}<br />
{$lang->postbit_reputation} {$post['userreputation']}</span>


Templates > Modify/Delete > Mybulletin > Expand > Post bit Templates > Expand > postbit_iplogged_hiden > Edit

Replace all code with this :

Delete all code in file (dont worry its perfectly safe to do so, we use our ip code in a different template)


Templates > Modify/Delete > Mybulletin > Expand > Post bit Templates > Expand > postbit_iplogged_show > Edit

Replace all code with this :

Delete all code in file (dont worry its perfectly safe to do so, we use our ip code in a different template)

Templates > Modify/Delete > Mybulletin > Expand > Post bit Templates > Expand > postbit_report > Edit

Replace all code with this :

<a href="javascript:Thread.reportPost({$post['pid']});"><img src="{$theme['imglangdir']}/postbit_report.gif" alt="{$lang->postbit_report}" title="{$lang->postbit_report}" /></a> 

<a href="moderation.php?action=getip&pid={$post['pid']}"><img src="{$theme['imgdir']}/ip.gif" /></a> 

{$post['onlinestatus']}<style="valign:right"/> 


Templates > Modify/Delete > Mybulletin > Expand > Post bit Templates > Expand > postbit_offline > Edit

Replace all code with this :

<img src="{$theme['imgdir']}/user_offline.gif" alt=""/>


Templates > Modify/Delete > Mybulletin > Expand > Post bit Templates > Expand > postbit_online > Edit

Replace all code with this :

<img src="{$theme['imgdir']}/user_online.gif" alt=""/>

And thats it! your all done Smile

So enjoy this modification guys and i have more things planned for the future Big Grin

Note - I take no credit for making the original theme and or design. The only credit i am taking is fixing up the issues with the vertical conversion.

Cheers!
I have now cloned the vbulletin welcome user block so its identical to vbulletin.

Old version (by p@trick)

[Image: old_nav.png]

New Version by me

[Image: newnav.png]

To make your welcome block like this edit the following :

Inc > Languages > English > global.lang.php > edit

Find :

$l['welcome_open_buddy_list'] = "Open Buddy List";
$l['welcome_newposts'] = "View New Posts";
$l['welcome_todaysposts'] = "View Today's Posts";
$l['welcome_pms'] = "Private Messages";
$l['welcome_pms_usage'] = "(New {1}, Unread {2}, Total {3})";
$l['welcome_back'] = "<strong>Welcome back, {1}</strong>. You last visited: {2}";
$l['welcome_guest'] = "Hello There, Guest!";
$l['welcome_current_time'] = "<strong>Current time:</strong> {1}";

Replace With :

$l['welcome_newposts'] = "View New Posts";
$l['welcome_todaysposts'] = "View Today's Posts";
$l['welcome_pms'] = "Private Messages";
$l['welcome_pms_usage'] = "(Unread {2}, Total {3})";
$l['welcome_back'] = "<strong>Welcome, {1}</strong>. <br> You last visited: {2}</br>";
$l['welcome_guest'] = "Hello There, Guest!";

Templates > Modify/Delete > Mybulletin > Expand > header_welcomeblock_member > edit

Replace all code with :

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" align="center">
<tr>
<td class="trow1" width="100%"><navigation></td>
<td class="trow2" nowrap="nowrap" style="padding:6px">
{$lang->welcome_back}<br />
{$lang->welcome_current_time}

<a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}
</td>
</tr>
</table>
<div align="center">
<table class="tborder" border="0" cellspacing="0" cellpadding="0" align="center" style="border-top-width:0px">
<tr align="center">
<td class="welcome"><a href="{$mybb->settings['bburl']}/usercp.php">{$lang->welcome_usercp}</a></td>
<td class="welcome"><a 
href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></td>
<td class="welcome"><a href="search.php?action=getnew">{$lang->welcome_newposts}</a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a></td>
<td class="welcome"><a href="$settings[bburl]/search.php">{$lang->toplinks_search}</a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/member.php?action=logout&uid={$mybb->user['uid']}&sid={$session->sid}">{$lang->welcome_logout}</a></td>
</tr>
</table>
</div>

Again, i take no credit for any of the images/original theme. I only take credit for the welcome user block update and the update in the post aboveSmile

Enjoy Smile
can i get the zip file this themes for mybb 1.2.9?
Great job!! Ill look into this a bit more later, but the screen looks perfect Big Grin
Nice modificaticon of my theme, I hope you dont change the copyright. Of course you can add soemthing to it.

Hmm i thought my vertical post change works, I should fix the problems in the next versions.

Great job!
Please , provide a single ZIP download , that will be really conveniant for us.
Thanks for this excellent job !
thats great man.. hope you realese it soon Smile
great work man
thz........................................
hmm im using this but my forum all icons/images dont show now.

www.desiredgfx.com
check your all image of forum at this folder images/MyBulletin/
maybe not image at that folder
Pages: 1 2