MyBB Community Forums

Full Version: [RELEASE] MYBULLETIN 2.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
P@trick Do you change problem in file or no we should change them by ourseflevs
The logout link was maybe changed with mybb 1.2.8! After my exams (this weednessday) I will work on a new version with some bug fixes, which woks with mybb 1.2.9. I will post also a guide how to upgrade manual!
P@trick, could you help me change the postbit style to the vbulletin ones?
And can you also make the "Forum Last Post Threads Posts" at the bottom of each category?
Like the ones u did on your Fresh Blue templates.

Anyway, whats with the "<br />" space when u post a thread and it can be seen in index.php?
I dont know how to delete that <br />

Anyway, for the logout fix.

header_welcomeblock_member

<td class="welcome"><a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;uid={$mybb->user['uid']}">{$lang->welcome_logout}</a></td>

Replace with

<td class="welcome"><a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;uid={$mybb->user['uid']}&sid={$session->sid}">{$lang->welcome_logout}</a></td>

that should do it.
MyBulletin 2.2 Released!
works with MyBB 1.2.9

If you have done some template changes with the theme, you should upgrade it manual. So here comes the guide:


Go to Themes > Modify / Delete > MyBulletin -> Edit Theme Settings Look for: Content Container > Extra CSS Attributes

Replace all content of the box with the quoted code:

Quote:padding: 4px 25px 3px 25px;
margin: auto auto;


Now go to: Templates > Modify / Delete > MyBulletin Templates -> Expand and replace the following templates completly with the quoted code after the template title:


header_welcomeblock_member

Quote:<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}<br />
<a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', 'buddyList', 170, 300);">{$lang->welcome_open_buddy_list}</a> | <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>

Forum Display Templates > forumdisplay_announcements_announcement

Quote:<tr>
<td align="center" class="trow1"><img src="{$theme['imgdir']}/announcement.gif" alt=""/></td>
<td align="center" class="trow2"> </td>
<td class="trow1"><a href="announcements.php?aid={$announcement['aid']}">{$announcement['subject']}</a></td>
<td align="right" class="trow2">{$postdate} {$posttime}<br /><a href="member.php?action=profile&uid={$announcement['uid']}">{$announcement['username']}</a></td>
<td align="center" class="trow1">-</td>
<td align="center" class="trow2">-</td>
{$modann}
</tr>

Member Templates > member_profile

Quote:<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{$headerinclude}
</head>
<body>
{$header}

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><b>{$lang->profile}</b></td></tr>
<tr><td class="trow2">
<table cellpadding="0" cellspacing="0"><tr><td colspan="2" width="100%" style="border-bottom: 1px solid #CCCCCC">
<span style="font-style:normal; font-weight:bold; font-size:large; color:#000000;">{$formattedname}</span><br />
{$usertitle}<br />
{$userstars}<br />
{$groupimage}</td></tr>
<tr><td style="border: 1px solid #CCCCCC; border-top:0px;">{$avatar}</td>
<td align="right" valign="bottom" width="100%">{$lang->local_time} {$localtime}<br />
{$lang->registration_date} {$memregdate}<br />
{$lang->timeonline} {$timeonline}
</td></tr></table>
</td>
</tr>
{$awaybit}
</table>
{$adminoptions}
<br />

{$signature}

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" width="50%"><strong>{$lang->users_forum_info}</strong></td>
<td class="thead" width="50%"><strong>{$lang->users_contact_details}</strong></td>
</tr>
<tr>
<td class="trow2" valign="top">
<table cellpadding="4" cellspacing="0"><tr><td class="profile">
<div style="padding-bottom:8px">{$lang->joined} <strong>{$memregdate}</strong></div>

<fieldset class="trow1">
<legend>{$lang->total_posts}</legend>
{$lang->total_posts} <b>{$memprofile['postnum']}</b> ({$lang->ppd_percent_total})<br />
<a href="search.php?action=finduser&uid={$uid}">{$lang->find_posts}</a><br />
<a href="search.php?action=finduserthreads&uid={$uid}">{$lang->find_threads}</a>
</fieldset>
<div style="padding-top:8px">{$lang->reputation} {$reputation}</div>
</td></tr></table>

<td class="trow2">
<table cellpadding="4" cellspacing="0"><tr><td class="profile">
{$lang->homepage}<br />
{$website}<br />
{$lang->email}<br />
<a href="member.php?action=emailuser&uid={$memprofile['uid']}">{$lang->send_user_email}</a><br />
{$lang->pm}<br />
<div style="padding-bottom:8px"><a href="private.php?action=send&uid={$memprofile['uid']}">{$lang->send_pm}</a></div>

<fieldset class="trow1">
<legend>Instant Messenger:</legend>
<img src="$theme[imgdir]/profile/icq.png" alt="" align="absmiddle" /> <a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&imtype=icq&uid={$uid}', 'imcenter', 450, 300);">{$memprofile['icq']}</a><br />
<img alt="" src="$theme[imgdir]/profile/aim.png" align="absmiddle" /> <a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&imtype=aim&uid={$uid}', 'imcenter', 450, 300);">{$memprofile['aim']}</a><br />
<img alt="" src="$theme[imgdir]/profile/msn.png" align="absmiddle" /> <a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&imtype=msn&uid={$uid}', 'imcenter', 450, 300);">{$memprofile['msn']}</a><br />
<img alt="" src="$theme[imgdir]/profile/yahoo.png" align="absmiddle" /> <a href="javascript:;" onclick="MyBB.popupWindow('misc.php?action=imcenter&imtype=yahoo&uid={$uid}', 'imcenter', 450, 300);">{$memprofile['yahoo']}</a>
</fieldset>
</td></tr></table>
</td></tr>
<tr>
<td class="thead" width="50%"><strong>{$lang->users_additional_info}</strong></td>
<td class="thead" width="50%"></td>
</tr>
<tr>
<td class="trow2" valign="top">
<table cellpadding="4" cellspacing="0"><tr><td class="profile">
<strong>{$lang->birthday}</strong><br />
<div style="padding-bottom:8px">{$membday} {$membdayage}</div>
{$customfields}
</td></tr></table>
</td>
<td class="trow2" valign="top"><table cellpadding="4" cellspacing="0"><tr><td class="profile">
<b>-</b></td></tr></table>
</td></tr></table>
{$footer}
</body>
</html>

Show Thread Templates > showthread_ratethread

Quote:<form action="ratethread.php" method="post">
<select name="rating">
<option value="">{$lang->select_rating}</option>
<option value="5">{$lang->rating_5}</option>
<option value="4">{$lang->rating_4}</option>
<option value="3">{$lang->rating_3}</option>
<option value="2">{$lang->rating_2}</option>
<option value="1">{$lang->rating_1}</option>
</select>
<input type="hidden" name="tid" value="{$tid}" />
{$gobutton}
</form>

Post Bit Templates > postbit

Quote:<!-- Thead and Tcat Backgrounds-->

<table border="0" cellspacing="$theme[borderwidth]" cellpadding="2" class="tborder">
<tr>
<td class="tcat">
<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['button_report']} </td>
<td style="white-space:nowrap; color:#FFFFFF" align="right">{$post['iplogged']} </td>
<td style="white-space:nowrap; color:#FFFFFF" align="right">{$post['inlinecheck']}</td>
</tr></table>
</td>
</tr>
<tr>
<td class="trow2" valign="top"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

<!-- User Details-->

{$post['user_details']}

<!-- Post-->

</td></tr>
<tr>
<td class="trow3" valign="top">
<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 />

<!-- Buttons-->

<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</td>
<td align="right"><span class="smalltext">{$post['button_edit']}{$post['button_quote']}{$post['button_multiquote']}</span></td>
</tr>
</table>
</td>
</tr>
</table>
<div style="padding-bottom:6px;"></div>

Post Bit Templates > postbit_inlinecheck

Quote:<input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle;" {$inlinecheck} />
Thanks for the update..

Just quickly tested it and it looks great! Cheers for the fix
~Kerrang!
Dude, how can i make the "condition and navbar" work correctly with your template?
I tried then the search is on top of the navbar links.

Could you give me the code to change the postbit style? I dont like the new one.
I'd prefer those old postbit. Like the one you have in your fresh blue designs.

I mean those vertical postbit. If you could make them for this mybulletin theme it'll be cool!
How to make it compatible with the condition and navbar 1.20 popup?
I have now idea, how the navbar popup mod works, but i will not includ it as long as i have to change the code therefor. At vertical postbit: I will includ it today and post a guide here! (1 or two template changes...)
-_- Well I wish I noticed this thread before, because I went through all the trouble of modifying MyBulletin 2.1 to work with 1.2.9 on my own...
It becomes pretty weird for me.
Could you try to install a demo for me using your MyBulletin theme with "Condition and navbar 1.2.0"?

Theres a new-function.php at the last few pages.
GG-Xtreme Wrote:-_- Well I wish I noticed this thread before, because I went through all the trouble of modifying MyBulletin 2.1 to work with 1.2.9 on my own...

Hmm? Dude, i don't have problems using MyBulletin 2.1 to work with 1.2.9.
Its just that i have to put the logout sid feature and thats it for me.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36