2011-03-25, 06:41 PM
You're right, how could I forget that! Thanks for reminding me.
I will consider your other idea.
I will consider your other idea.
[Tutorial] How to completely remove post icons
|
2011-03-25, 06:41 PM
You're right, how could I forget that! Thanks for reminding me.
I will consider your other idea.
2011-04-02, 05:07 PM
If you want to remove both post icons and thread status icons, you only have to make a small change. I wrote a tutorial on how to completely remove post icons (this tutorial), and another one on how to completely remove thread status icons. After following both of the tutorials, do the following:
1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Forum Display Templates > forumdisplay_threadlist. 2. Find the following piece of code from the forumdisplay_threadlist template:
3. Replace the piece of code you found in step 2 with:
In the end no thread status icons or post icons will show up on your forums. An example can be found below:
2011-04-08, 02:48 AM
This user has been denied support.
Another thing :1. Go to Admin CP > Templates & Style > Templates > Your Template Set > User control panel > usercp_subscriptions_thread. Remove: <td align="center" class="trow2" width="1%">{$icon}</td> 2.Go to Admin CP > Templates & Style > Templates > Your Template Set > User control panel > usercp_latest_subscribed_threads. Remove: <td align="center" class="{$bgcolor}" width="2%">{$icon}</td> Replace : <td class="{$bgcolor}">{$gotounread}{$thread['displayprefix']}<a href="{$thread['threadlink']}" class="{$new_class}">{$thread['subject']}</a><br /><span class="smalltext">{$thread['author']}</span></td> With : <td class="{$bgcolor}" colspan="2">{$gotounread}{$thread['displayprefix']}<a href="{$thread['threadlink']}" class="{$new_class}">{$thread['subject']}</a><br /><span class="smalltext">{$thread['author']}</span></td> 3.Go to Admin CP > Templates & Style > Templates > Your Template Set > User control panel > usercp_latest_threads_threads Remove: <td align="center" class="{$bgcolor}" width="2%">{$icon}</td> Replace : <td class="{$bgcolor}" >{$gotounread}{$thread['displayprefix']}<a href="{$thread['threadlink']}" class="{$new_class}">{$thread['subject']}</a><br /><span class="smalltext">{$thread['author']}</span></td> with : <td class="{$bgcolor}" colspan="2">{$gotounread}{$thread['displayprefix']}<a href="{$thread['threadlink']}" class="{$new_class}">{$thread['subject']}</a><br /><span class="smalltext">{$thread['author']}</span></td>
2011-04-08, 12:43 PM
Okay, I think this is enough proof there needs to be a setting to disable post icons.
I'll add that to the tutorial later, thanks.
2011-04-16, 02:05 PM
You may also consider to add
Removal of Post icons from Private Messages page : http://community.mybb.com/thread-92360-p...#pid673668
2011-04-16, 07:29 PM
Loque has mentioned that too: http://community.mybb.com/thread-90769-p...#pid663458
I'll look into it.
2011-04-19, 01:47 AM
step 16&17 same with 20&21...
2011-04-19, 03:14 AM
Great tutorial, very information. Might use this one day.
Thank you for all your hard work
Thanks,
Matt
2011-07-04, 01:14 AM
how to remove post icon which on private message? Im still find it on private message
2011-07-06, 06:31 PM
on private message still has post icon. how to remove it?
|
« Next Oldest | Next Newest »
|