Current time: 01-09-2009, 10:08 AM Hello There, Guest! (LoginRegister)


Post Reply 
MyBB 1.4 Moderator Blog
07-14-2008, 01:00 PM
Post: #1
MyBB 1.4 Moderator Blog
Mod Name : 1.4 Moderator Blog
Author : Tickhi
Mod Pic :

[Image: ae0etd.jpg]

Installations :

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

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

Replace:
Code:
$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

Code:
<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


Code:
<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

Visit this user's website Find all posts by this user
Quote this message in a reply
07-14-2008, 05:02 PM
Post: #2
RE: MyBB 1.4 Moderator Blog
my plugin Toungue (mybb 1.2.x series)
thanks tickhi Wink
coming soon.. mybb mod block plugin ...
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: