MyBB Community Forums

Full Version: removing icons from control panel ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
title says it all.
The title really doesn't say it all. Please explain what you mean, in detail.
Removing icons Column From Latest Subscribed Box;

Go to: ACP > Templates > User Control Panel templates > usercp_latest_subscribed > and find;
<td class="tcat" colspan="3">

and Change it to;
<td class="tcat" colspan="2">

Now Go to: Open > userco_latest_subscribed_threads > find and remove the following;
<td align="center" class="{$bgcolor}" width="2%">{$icon}</td>


Removing icons Column From Your Latest Threads Box;

Go to: ACP > Templates > User Control Panel templates > usercp_latest_threads > and find;
<td class="tcat" colspan="3">
and Change it to;
<td class="tcat" colspan="2">

Now open usercp_latest_threads_threads template and find and remove the following;
<td align="center" class="{$bgcolor}" width="2%">{$icon}</td>

Is it what you mean ?
Which icons are you talking about?
(2011-06-07, 08:43 PM)AJS Wrote: [ -> ]The title really doesn't say it all. Please explain what you mean, in detail.

i am sorry. i cannot speak good.

Yaldaram, that is i want. but i am noob, can you explain more ?
PM me your ACP details if you wish and I'll do it for you.
i am trusting you. Blush sending admin account.
Alright, I've edited the templates with your requirements. Please check and confirm.
you help me again. thank you kind sir
No problem at all, glad it is working there =)