MyBB Community Forums

Full Version: MyBB 1.4 Moderator Blog
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Mod Name : 1.4 Moderator Blog
Author : Tickhi
Mod Pic :

[Image: ae0etd.jpg]

Installations :

------------------------------
inc/functions_forumlist.php
------------------------------

Find:
$moderators .= "$comma<a href=\"member.php?action=profile&uid=$moderator[uid]\">".$moderator['username']."</a>";
                                    $comma = ", "; 

Replace:
$moderators .= "{$comma}<a href=\"member.php?action=profile&uid={$moderator['uid']}\"> ".format_name($moderator['username'], $moderator['usergroup'], $moderator['displaygroup'])."</a>";
$comma = "<br> "; 

Template Set >> Default Templates >> Expand >> Forum Bit Template Expand


forumbit_depth1_cat
Replace All

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="1035">
<thead>
<tr>
<td class="thead" colspan="7">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="2" width="600"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="70" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="70" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="130" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
<td class="tcat" width="80" align="center"><b>    Moderatör </b></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />

Open

forumbit_depth2_forum
Replace all


<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
<td height="50" width="80" class="trow1" valign="middle" align="center" style="white-space: nowrap">{$moderators}</td>
</tr>



forumbit_moderators
Delete all
my plugin Toungue (mybb 1.2.x series)
thanks tickhi Wink
coming soon.. mybb mod block plugin ...