SMF Version: SMF 1.1.1
I have, in my dropdown list for Message Icon, a option called Current Icon and it is the first one. I want to remove this so my own image shows as first one. However this 'Current Icon' is not in the Admin Panel so I can't remove it... how can I get rid of it?
Sources/Post.php
Find
$context['icon'] = 'xx';
Replace 'xx' with the name of the icon you'd like to use as the default instead. That one is the default icon, so it will be selected first for all posts.
This won't affect posts made from the quick reply box (you'll need to edit Display.template.php for that).