MyBB Community Forums

Full Version: Default Post Icon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to insert post icons when user is choose No icon. Well, I wish that when user is choose No icon instead of empty icon fields (blank) to be show a default icon.
I hope you understand me, because I speak bad English.
Nobody has ideas?
You can do this with the default icon in Post Icon.
But, how to do that?
I want the same...
I don't know how to make it :l
Ungrouped Templates -> posticons

You need to know what the id of every Post Icons.
This is the code in Ungrouped Templates -> posticons
<tr>
<td class="trow1" style="vertical-align: top"><strong>{$lang->post_icon}</strong><br /><span class="smalltext"><input type="radio" class="radio" name="icon" value="-1"{$no_icons_checked} />{$lang->no_post_icon}</span></td>
<td class="trow1" valign="top">{$iconlist}</td>
</tr>
I don't know what I need to change.
Change "-1" to one of the Post Icons ID.
Thank you.
(2009-09-20, 05:44 PM)RateU Wrote: [ -> ]Change "-1" to one of the Post Icons ID.
Maybe a stupid question, but where can I find the Post Icon ID's?