im having a litle probleme with this i activated custum icon and uploaded some images and nothing's wrong and place as a first icon in all boards
but when i create a new thread the standard icon is at first
its a bug? or how to solve this?
No, it is not a bug. It just selects the SMF default icon. But there isn't any option to set any other icon as default. You can do it manually:
../Sources/Post.php
Find:
$context['icon'] = 'xx';
Replace:
$context['icon'] = 'test';
Change 'test' with the name of the icon that you want to be default.
it works, thank you
Is there a way to set a default message icon per board? Maybe a mod?
Any luck with mod for different message icon on each board?