you can use a simple
css trick - add the following style code in the global.css (at the bottom)
.expcolimage {display: none!important;}
save the stylesheet and
hard refresh your browser (eg. press CTRL + F5) on the
index page
oops, there is a problem if members have already minimized some tables.
in general, we remove code like below from the templates
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
above code segment is from
forumbit_depth1_cat template
which is for the categories shown on the index.
id="cat_{$forum['fid']}_img" <-- this code part will be different on the other templates
Ok, i deleted that one. But what other templates? Couldn't find something.
^ other possible templates are : index_boardstats, misc_help_section, showthread_quickreply, usercp_nav_misc, usercp_nav_profile
Thanks, should be fine now. Even if i cant find it for the "advanced sidebox".
^ that should be from asb_wrapped_sidebox template in the global templates
Thanks again. I think we are done.
You should get the most active and helpful mybb support helper award.