MyBB Community Forums

Full Version: Moderator show on index page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
it has
Forum Last Post Threads Posts Moderator
how do i take moderator out?
thanks
Hi,

Please follow the steps below:

Admin CP > Templates > Modify/Delete > *Template Name* > Forum Bit Templates > Expand > forumbit_subforums.

Delete all the contents in that template, and then click "Add Template".

Chris.
all i have is <br />{$lang->subforums} {$sub_forums} there.
then when i press add template it says
A template with this name already exists.
and the moderator thing still there >.<
Admin CP > Templates > Modify/Delete > *Template Name* > Forum Bit Templates > Expand > forumbit_moderators.

remove the content of this template, or just replace the content with &nbsp;
that took out all the names but i want the bar gone too
Please post the contents of your forumbit_depth2_forum and forumbit_depth1_cat templates.
(forumbit_depth2_forum)

<tr>
<td class="trow2" align="center" valign="middle"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" /></td>
<td class="trow1" valign="middle">
<strong><a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
<td class="trow2" width="236" valign="middle" align="left" style="white-space: nowrap">{$lastpost}</td>
<td class="trow1" width="16" valign="middle" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="trow2" width="20" valign="middle" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="trow1" width="60" valign="middle" align="center" style="white-space: nowrap">{$modlist}</td>
</tr>




(forumbit_depth1_cat)




<tr><td class="thead" colspan="6"><div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" /></div>
<div><strong><a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div></td></tr><tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}</tbody>
(2008-07-03, 06:27 PM)sam123 Wrote: [ -> ](forumbit_depth2_forum)

<tr>
<td class="trow2" align="center" valign="middle"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" /></td>
<td class="trow1" valign="middle">
<strong><a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
<td class="trow2" width="236" valign="middle" align="left" style="white-space: nowrap">{$lastpost}</td>
<td class="trow1" width="16" valign="middle" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="trow2" width="20" valign="middle" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="trow1" width="60" valign="middle" align="center" style="white-space: nowrap">{$modlist}</td>
</tr>
Remove this:

<td class="trow1" width="60" valign="middle" align="center" style="white-space: nowrap">{$modlist}</td>

(2008-07-03, 06:27 PM)sam123 Wrote: [ -> ](forumbit_depth1_cat)




<tr><td class="thead" colspan="6"><div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" /></div>
<div><strong><a href="forumdisplay.php?fid={$forum['fid']}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div></td></tr><tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}</tbody>

Change colspan="6" to colspan="5"
the moderator part is still there
Link to your board?
Pages: 1 2