MyBB Community Forums

Full Version: Remove minimizing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

how can i remove this minimize function on my whole forum. I don't want that at all.

For example: [attachment=30187]

Thanks, k1R@

Forum: www.uniting-people.eu/forum
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
Thank you very much.
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. Big Grin
You should get the most active and helpful mybb support helper award. Toungue