YAFLogo

kamilam
  • kamilam
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
10 years ago
http://forum.yetanotherforum.net/yaf_postsm51177_DNN-YAF-1-9-6--BETA--Topic-Status-Option.aspx#post51177 

The above post mentions that the problem has been resolved, yet I have the same issue, when creating new topic status, I see [] next to its name.

Like [] Topic title.

Also how do I add new icons for the new topic statuses?

Sponsor
Zero2Cool
  • Zero2Cool
  • 100% (Exalted)
  • YAF Leader YAF Version: YAF 3.1.16
10 years ago
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.

kamilam
  • kamilam
  • 53.6% (Neutral)
  • YAF Forumling Topic Starter
10 years ago
Thanks, I got it now 🙂
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
10 years ago