Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: minos on October 05, 2008, 05:38:13 PM

Title: set a custom icon as default in "message icon"
Post by: minos on October 05, 2008, 05:38:13 PM
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?






Title: Re: set a custom ico as defautl in "message icon"
Post by: [SiNaN] on October 06, 2008, 08:03:52 PM
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.
Title: Re: set a custom ico as defautl in "message icon"
Post by: minos on October 06, 2008, 10:13:23 PM
it works, thank you
Title: Re: set a custom icon as default in "message icon"
Post by: AlkaSeltxer on March 03, 2009, 10:15:44 PM
Is there a way to set a default message icon per board? Maybe a mod?
Title: Re: set a custom icon as default in "message icon"
Post by: ehsizzup on August 24, 2009, 03:00:38 PM
Any luck with mod for different message icon on each board?