MyBB Community Forums

Full Version: Remove column
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I removed a column on the old 1.2 ages ago with help from Lex.

I have the same problem now.
My site is ukhard house. info (without the spaces).

I want to remove on the main page the posts and threads columns.
I also want to remove the rating column, ive removed the title bit but not the actual column.

cheers
Is there anywhere i dont have to register in order to see the code?

Ive had a look at the files it mentions ive managed to remove certain bits but not others now it just looks a bit daft.

Cheers for any further help.
If you only want the forum and last post column, this is the same: http://community.mybboard.net/thread-37417.html
Its the rating column i want to remove.

Ive removed the bit that has the rating, but the header i cant seem to find the pace i should be looking in order to remove it.

Any ideas which file i should be looking in?

Cheers
Did you look at the first link I gave you again?? Code restrictions are gone. You don't need to do template edits, it's a setting for each forum, or to do it for all, it's in the link, and on these forums too actually... http://community.mybboard.net/thread-41394.html
I have had a look but it doesnt seem to be working.

I have re-built cache as well as everything else mentioned.

Im wondering if its because i have deleted bits of code etc already? Confused
But rather than re-do everything again im thinking there must be a way to just delete the 1 little box lol.
Well, yeah, if you've removed code it might not work as it's meant to. I think removing {$ratingcol} from the forumdisplay_threadlist template will do it if you're doing it the template-edit way.
excellent, ive been looking for that little bit for ages.

cheers
Hello, thankyou for the great tutorials Smile
I would like to remove just Post colum from forum index & replies column from all forums.
How can this be done?

Is it a case of using this code but only one part in Forum Bit Templates --> forumbit_depth2_cat?

<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" colspan="4">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div>
</td>
</tr>

Thanks Smile
Pages: 1 2 3