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
Hi there!

I decided to add a forum to my site. And mybulletin plugin looks very nice!! Now, I have two questions:

1. is there a mybulletin plugin in red colour?I have only seen a blue one.

2. I have seen many updates on Mybulletin plugin. Now, do I have to download first, (2.1) mybulletin and than manualy upgrade it to 2.4 version? Or there is 2.4 version avaliable somewhere to automatically download all updates?
Quote:1. is there a mybulletin plugin in red colour?I have only seen a blue one.
vintagedaddyo has made a red version, or at least something similar. http://mybbthemes.8ez.com/showthread.php?tid=549

Quote:2. I have seen many updates on Mybulletin plugin. Now, do I have to download first, (2.1) mybulletin and than manualy upgrade it to 2.4 version? Or there is 2.4 version avaliable somewhere to automatically download all updates?
Just download the zip in the first post. I believe it is the newest version.

Cheers,
FFW
Wou man, this was veeeery fast answer!Wink
Thank you!!
I looked at it,and it is a very nice one, but just not the right red colour for my forum!
Do you know if something like this can be found?(link)
Or where to find this one?
http://community.mybboard.net/showthread.php?tid=2581
MyBB,

I noticed that the Poll option (or button) is gone. Is this a bug?

Regards, Ginji.
I can see it.
[Image: pollsgg8.th.jpg]
MyBB,
Oh, thanks. Usually there's a Poll button in forum view.
As a side note, Guests have a Logout link at the bottom. Bug as well?

Regards, Ginji.
Hmm can you make me a screenshot with description. I will prove it on a fresh installed mybb with this theme

Edit: I see you use the hot editor: Maybe he makes problems, because generally i dont edit the editor templates in my themes
Hi
How can I change writer info place (colored by red)
to another place (colored by green)?
Because in most forums this is default.
thanks


[Image: 52batj.jpg]
you should do it like this: http://community.mybboard.net/showthread...#pid146428

If you want the user info right and not left, you should replace the postbit template with the following code:

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="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>

<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></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>

I hope it works!
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