What version of YAF are you using?
Are you using YAF in a Portal (e.g. DotNetNuke)?
To add Topic Status. Host Administration > Settings > Topic Status
Then edit your themeName.xml file to add icons to them.
<page name="TOPIC_STATUS">
<Resource tag="INFORMATIC">~/status_informatic.png</Resource>
<Resource tag="SOLVED">~/status_solved.png</Resource>
<Resource tag="QUESTION">~/status_question.png</Resource>
<Resource tag="ISSUE">~/status_issue.png</Resource>
<Resource tag="FIXED">~/status_fixed.png</Resource>
</page>
The icon will have to be in your theme directory with the other theme icons/graphics/images.
Edited by user
8 years ago
|
Reason: Not specified