monsterkill Posted February 15, 2014 Share Posted February 15, 2014 (edited) how it's done? Edited February 15, 2014 by monsterkill Link to comment Share on other sites More sharing options...
0 TJ. Posted February 15, 2014 Share Posted February 15, 2014 Go into ACP > Look & Feel > Manage Skin Sets & Templates > {your skin} > Edit Replacement Variables and replace the following with <span class='ipsBadge ipsBadge_orange' style='vertical-align: top; margin-left: 5px;'>NEW</span> f_cat_unread f_pass_unread f_unread t_unread t_unread_dot f_newpost 1 Link to comment Share on other sites More sharing options...
0 TJ. Posted February 15, 2014 Share Posted February 15, 2014 (edited) I believe that is just something that is done through the skin for when it checks for unread content. Here's the snippet of code that is used in the Shift Skin, which is used here on WebFlake. <strong class='highlight_unread'><a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{parse expression="IPSText::striptags( IPSText::htmlspecialchars( $forum_data['name'] ) )"}'>{$forum_data['name']}</a></strong> <if test="$this->settings['customForumIcons']=='yes'"><if test="$forum_data['_has_unread']"><span class='ipsBadge ipsBadge_orange' style='vertical-align: top; margin-left: 5px;'>NEW</span></if></if> Edited February 15, 2014 by TJKeeran Link to comment Share on other sites More sharing options...
0 monsterkill Posted February 15, 2014 Author Share Posted February 15, 2014 Thanks, I have this line in my theme but have no idea how to code the button and make it work Link to comment Share on other sites More sharing options...
0 TJ. Posted February 15, 2014 Share Posted February 15, 2014 Would you mind posting a link to the skin you are using? Link to comment Share on other sites More sharing options...
0 monsterkill Posted February 15, 2014 Author Share Posted February 15, 2014 (edited) sure, -moderator snip: external host link- Edited February 15, 2014 by TJKeeran Link to comment Share on other sites More sharing options...
0 monsterkill Posted February 15, 2014 Author Share Posted February 15, 2014 it worked in ACP but on the forum I see old images, what can be the cause? Link to comment Share on other sites More sharing options...
0 TJ. Posted February 15, 2014 Share Posted February 15, 2014 Recache your Skin Cache using the Template Tools in your ACP. 1 Link to comment Share on other sites More sharing options...
0 monsterkill Posted February 16, 2014 Author Share Posted February 16, 2014 I figured it out, thanks for immediate help Link to comment Share on other sites More sharing options...
0 TJ. Posted February 16, 2014 Share Posted February 16, 2014 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
monsterkill
how it's done?
Edited by monsterkillLink to comment
Share on other sites
9 answers to this question
Recommended Posts