MyBB Community Forums

Full Version: How Can I remove this from my forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to remove them from all of homepage, category page and forum page

[Image: 43694_remove.png]
for the icons, try this.

Got to>forumbit_depth2_forum and forumbit_depth2_cat and remove:


Quote:<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>
(2014-04-04, 06:51 PM)Billie Joe Armstrong Wrote: [ -> ]for the icons, try this.

Got to>forumbit_depth2_forum and forumbit_depth2_cat and remove:


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

Didn't work, template got messed up

[Image: 81107_this.png]
go to> forumbit_depth1_cat.

and replace this:
<td class="thead" colspan="6">

with
<td class="thead" colspan="5">
(2014-04-05, 12:31 AM)Billie Joe Armstrong Wrote: [ -> ]go to> forumbit_depth1_cat.

and replace this:
<td class="thead" colspan="6">

with
<td class="thead" colspan="5">

Slightly different thing happened from last time. I also changed the 6 to a 5 in "forumbit_depth1_cat_subforum" but same thing happened.
Also I want the actual threads and post numbers in the middle to delete, not just the structure

[Image: 65411_Untitleda.png]
yes, I understand. I have done this before...
try putting that back to 6 and within the same template find:


<td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>


change it to 2.
(2014-04-05, 01:38 AM)Billie Joe Armstrong Wrote: [ -> ]yes, I understand. I have done this before...
try putting that back to 6 and within the same template find:


<td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>


change it to 2.

When I delete that text like you suggested in the first reply the templates get messed up. But when I change the 3 to a 2 it goes back to normal :/ Still not removed

anyone?

ANYONEE?