[Tutorial] How to completely remove post icons
#51
This user has been denied support. This user has been denied support.
Thanks, it works perfectly.
Reply
#52
Thanks for such a great tutorial however you have missed this one!!!

In showthread_similarthreads_bit template

Remove
<td align="center" class="{$trow}" width="2%">{$icon}</td>

In showthread_similarthreads template

Find
<td class="tcat" align="center" colspan="2">

And replace with
<td class="tcat" align="center" colspan="1">
Reply
#53
Awsome tutorial. Thankyou Smile
Reply
#54
This is great, post icons are one of the most unnecessary features. So thanks.

I have followed all the instruction up to the 'conclusion' which I don't know how to do. Any help for a complete noob on this would be appreciated.
Reply
#55
See http://community.mybb.com/thread-4720.html

If you can't find phpMyAdmin (or a similar tool) ask your web host.
Reply
#56
Thanks! I will do this to my forum!
Reply
#57
Thanks for taking the time to write this!
Reply
#58
bump. is this a setting yet? or i do need to do these 50+ steps to turn off these childish icons?

thanks guys for all your hard work,
mike

Is it possible to do this "quick & dirty" and just do #1-4 in your directions above so the silly icons don't show. It seems to be working fine for my needs.

http://room2race.com/forum/newthread.php?fid=16

Thanks guys.
Reply
#59
What the command for MyBB 1.8?

For MyBB 1.6 was
UPDATE mybb_threads SET icon = '';
UPDATE mybb_posts SET icon = '';
UPDATE mybb_privatemessages SET icon = '';

It don't work in mybb 1.8 Confused
Reply
#60
Hi
Just stumped on this thread.. I don't know if actual version (1.8) has a option do hide that, but I use a css to override all the "row" display, that as title and the icons message. 
I know that the code will render it anyway, but you dont have do fiddle all the code for the tag {$posticons} to remove. Also seems that in this way can be reversible if you want to. Think is a good trade of.

<style>
tr:has(.posticons_label) {
    display: none;
}
</style>

also an option would hijack the portion of code on the php that renderes the {$posticons}...
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)