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
Anyway, how to remove the "Log Out" link somewhere near the footer?
Even guest can see it -.-" I want to remove completely for the members as well.
Login onto your admin cp then go to > templates > modify/delete > your theme > expand > index_logoutlink > delete the logout link there.
I would remove {$logoutlink} from the index template
you made nice template , thanx for good job

i change mybb theme to vbulletin shape in 3 mounths ago, properly

quick link and quick search in popup menu type and other required item for beuty and perfectly for mybb theme az yhe same vbulletin without any change in mybb core files and only change in theme code

for example :
profile user , show team , froum display , postbit , froum display threadlist , bold unread thread in froum display and ........



see at my site www.avaxnet.com

4 theme with names :

theme "قالب شماره 1 "

theme "قالب شماره 2 "

theme "قالب شماره 3 "

theme "قالب شماره 9 "


to see all theme , please use quick theme in index page



regards
Thats nice, can you post the code for the popups here, so i can incluted them in future versions of the theme
MyBulletin 2.2 Vertical Postbit Released!
works with MyBB 1.2.9

[attachment=6897]

You can easily upgrade you default MyBulletin 2.2 to this special one by editing 3 templates. So here comes the guide:


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


Post Bit Templates > postbit

Quote:<!-- 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>

Post Bit Templates > postbit_author_guest

Quote:<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> {$post['onlinestatus']}<br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}</span>
</td>
</tr></table>

Post Bit Templates > postbit_author_user

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

<span class="smalltext">
{$post['usertitle']}<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>


Thats all! For a better look, you should replace the two attached icons with the icons in you MyBulletin folder.
Muackz! Thanks P@trick for the release.
This is really-superb!

Anyway, do you have MSN or something? i might want to contact you.

EDITED:

How to change the online icon in the showthread.php to "Status: Online/Offline" wording?
Quote:Anyway, do you have MSN or something? i might want to contact you.
Try PN or ask in this a thread Wink

Quote:How to change the online icon in the showthread.php to "Status: Online/Offline" wording?
I think there is a template in the postbit area. Something like onlineicon or so...
MyBulletin 2.3
works with MyBB 1.2.9

This version improves the speed of the style. There were 5 icons with 14kB size, now they have an average size of 2kB. Please download the attached file and replace all images with the images in you images/MyBulletin/ folder!
Nice, i never see the filesize so i just dump in whatever.
Anyway, hows the condition and vb navbar doing? the popup i mean.
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